TranPrint Trans File Update interface for JD Edwards
About the TranPrint Trans File Update interface
This interface is used to format label data to insert records into the FD3N901 TranPrint Transaction Table.
Name | Function name | Description |
---|---|---|
DD3N901 |
TranPrint Transaction File Update Data Structure |
|
ND3N901 |
TranPrintTransactionFileUpdate |
TranPrint Transaction File Update |
The full name of this interface is ND3N901 TranPrint Trans File Update
This interface guide applies to the following JDE versions.
-
EnterpriseOne 8.10
Processing options
This interface does not utilize any processing options.
Verify the processing
Browse the FD3N901 table to locate and display the fields of the record or records inserted.
Input data structure
Input data structure for DD3N901.
Name | Default values | R/O | Alias | Notes |
---|---|---|---|---|
cdcLINKActionCode_EV01 |
0 |
X |
EV01 |
This field defaults to “0” if not passed in.
|
cActionCode_ACTION |
O |
ACTION |
||
jdDateUpdated_UPMJ |
Current Date |
O |
UPMJ |
This field is retrieved from GetAuditInfo. |
mnTimeofDay_TDAY |
Current Time |
O |
TDAY |
This field is retrieved from GetAuditInfo. |
szUserId_USER |
Current User |
O |
USER |
This field is retrieved from GetAuditInfo. |
szWorkStationId_JOBN |
Current Workstation |
O |
JOBN |
This field is retrieved from GetAuditInfo. |
szProgramId_PID |
ND3N901 |
X |
PID |
This field defaults in the program if not passed in. |
szVersion_VERS |
ZJDE0001 |
X |
VERS |
If not passed in, the ZJDE0001 version is used. |
cSuppressErrMsg_EV01 |
O |
EV01 |
||
szErrorMessageKey_EKEY |
X |
EKEY |
This value is returned and contains the alias of the error message. |
|
nDebugLevel_INT01 |
O |
INT01 |
If this field value is greater than zero, the M&D Debug statements are displayed. |
|
cErrorCode_ERRC |
X |
ERRC |
This is a returned value. “1” = warning, “2” = error. |
|
szDateTimeFromDevice_DVDT |
C |
DVDT |
If Sequence is greater than zero, this field is required. |
|
szFormatName_FMAT |
FMAT |
|||
mnPrinterNumber_PFN0 |
1 |
X |
PFN0 |
This field defaults to 1 if not passed in. |
szInputData_UFD1 |
C |
UFD1 |
If the dcLINK Action Code is “1”, this field is required and cannot exceed a length of 250 bytes. |
|
mnNumberOfLabels_BLCT |
1 |
X |
BLCT |
This field defaults to “1” if not passed in. |
szSequence_TNID |
0 |
X |
TNID |
This field defaults to “0” if not passed in. |
szDeviceName_DVNM |
R |
DVNM |
||
szCostCenterAlt_MMCU |
MMCU |
|||
mnRandomNumber_FSTI |
O |
FSTI |
||
szFieldName01 |
O |
GS2A |
||
szDataValue01 |
O |
GS5A |
||
szFieldName02 |
O |
GS2A |
||
szDataValue02 |
O |
GS5A |
||
szFieldName03 |
O |
GS2A |
||
szDataValue03 |
O |
GS5A |
||
szFieldName04 |
O |
GS2A |
||
szDataValue04 |
O |
GS5A |
||
szFieldName05 |
O |
GS2A |
||
szDataValue05 |
O |
GS5A |
||
szFieldName06 |
O |
GS2A |
||
szDataValue06 |
O |
GS5A |
||
szFieldName07 |
O |
GS2A |
||
szDataValue07 |
O |
GS5A |
||
szFieldName08 |
O |
GS2A |
||
szDataValue08 |
O |
GS5A |
||
szFieldName09 |
O |
GS2A |
||
szDataValue09 |
O |
GS5A |
||
szFieldName10 |
O |
GS2A |
||
szDataValue10 |
O |
GS5A |
||
szFieldName11 |
O |
GS2A |
||
szDataValue11 |
O |
GS5A |
||
szFieldName12 |
O |
GS2A |
||
szDataValue12 |
O |
GS5A |
||
szFieldName13 |
O |
GS2A |
||
szDataValue13 |
O |
GS5A |
||
szFieldName14 |
O |
GS2A |
||
szDataValue14 |
O |
GS5A |
||
szFieldName15 |
O |
GS2A |
||
szDataValue15 |
O |
GS5A |
||
szFieldName16 |
O |
GS2A |
||
szDataValue16 |
O |
GS5A |
||
szFieldName17 |
O |
GS2A |
||
szDataValue17 |
O |
GS5A |
||
szFieldName18 |
O |
GS2A |
||
szDataValue18 |
O |
GS5A |
||
szFieldName19 |
O |
GS2A |
||
szDataValue19 |
O |
GS5A |
||
szFieldName20 |
O |
GS2A |
||
szDataValue20 |
O |
GS5A |
||
szFieldName21 |
O |
GS2A |
||
szDataValue21 |
O |
GS5A |
||
szFieldName22 |
O |
GS2A |
||
szDataValue22 |
O |
GS5A |
||
szFieldName23 |
O |
GS2A |
||
szDataValue23 |
O |
GS5A |
||
szFieldName24 |
O |
GS2A |
||
szDataValue24 |
O |
GS5A |
||
szFieldName25 |
O |
GS2A |
||
szDataValue25 |
O |
GS5A |
O = Optional
X = Required but will default in if not passed
C = Conditional (see notes for conditions)
Additional information
Additional information for TranPrint Trans File Update interface.
dcLINK action codes
Code | Description |
---|---|
0 |
Calls the BD3N912 Build Record Sequences business function, to combine fields and values into as many records as required to keep the UFD1 field length under 250 bytes. The business function will handle creating the sequence numbers. The default starting sequence number will be zero. |
1 |
Does NOT call the BD3N912 Build Record Sequences business function. The user will be responsible for providing ALL field length validation and sequence numbers. One record will be inserted from within this business function. |
2 |
Calls the BD3N912 Build Record Sequences business function, to combine fields and values into as many records required to keep the UFD1 field length under 250 bytes. However, the BD3N912 function is directed to NOT send an “L” record. This is the only difference between a this value and a value of “0” for the dcLINK Action Code. The user may consider calling BD3N912 directly, if the 25 parameter limit is not sufficient. |
Loading...
There was a problem loading this topic