1.Functional Description
1.1Purpose
This function is used to retrieve information from the Numetrix Integration File Definition
Table(F34A11). An Error is returned if the key is not found on the Integration File Definition.
1.2Setup Notes and Prerequisites
None
1.3Special Logic
None
2.Technical Specifications
2.1 Processing
1.Read the Numetrix Integration File Definition (F34A11) using the Key passed in as input.
2.If matched record is found, return status code 1. If a record is not found, return error message
"0002".
D34A0960 - F34A11 Get Numetrix Integration File Definition
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cSuppressErrorMessage | SUPPS | char | OPT | INPUT |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
cErrorCode | ERRC | char | OPT | OUTPUT |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
szErrorMessageId | DTAI | char | OPT | OUTPUT |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szKey | KEY | char | OPT | INPUT |
A pre-established index or number the system uses to retrieve data from a file. For example, the keys to the Employee Master file might
| ||||
szFlatFilePathName | NFLF | char | OPT | OUTPUT |
The name of the flat file. This includes the directory path where the flat file exists. | ||||
szUserReservedCode | URCD | char | OPT | OUTPUT |
This is a 2 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
jdUserReservedDate | URDT | JDEDATE | OPT | OUTPUT |
This is a 6 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
mnUserReservedAmount | URAT | MATH_NUMERIC | OPT | OUTPUT |
This is a 15 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
mnUserReservedNumber | URAB | MATH_NUMERIC | OPT | OUTPUT |
This is a 8 position code that is reserved for the user. JDE does not currently use this field and will not utilize this field in the future. | ||||
szUserReservedReference | URRF | char | OPT | OUTPUT |
A 15-position reference that is reserved for the user. J.D. Edwards does not currently use this field and does not plan to use it in the future. | ||||
szUserId | USER | char | OPT | OUTPUT |
The code that identifies a user profile. | ||||
szProgramId | PID | char | OPT | OUTPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
szWorkStationId | JOBN | char | OPT | OUTPUT |
The code that identifies the work station ID that executed a particular job. | ||||
jdDateUpdated | UPMJ | JDEDATE | OPT | OUTPUT |
The date that specifies the last update to the file record. | ||||
mnTimeOfDay | TDAY | MATH_NUMERIC | OPT | OUTPUT |
The computer clock in hours:minutes:seconds. | ||||
cRecordFound | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. | ||||
cFlagFutureUse2 | FFU2 | char | OPT | OUTPUT |
Future Use Flag. | ||||
cForFutureUseFlag1 | X1 | char | OPT | OUTPUT |
Flag reserved for future use. | ||||
cForFutureUseFlag2 | X2 | char | OPT | OUTPUT |
Flag reserved for future use. |
None |
None |