Component Changeout interface for JD Edwards
About the Component Changeout interface
The Component Changeout interface is used to Swap Components on a Work Order (i.e., replace components and optionally move children, and update old and new components).
This interface calls the BD3N1701 business function to retrieve the processing options from the interactive program, P17STAT.
Name | Function name | Description |
---|---|---|
DD3NSTAT | dcLINK Interface Component Changeout Data Structure | |
ND3NSTAT | dcLINKComponentChangeout | dcLINK Interface – Component Changeout |
DD3N1701 | PO Retrieval – Component Changeout Data Structure | |
BD3N1701 | PORetrievalComponentChangeout | PO Retrieval – Component Changeout |
Processing options
The DreamWriter defaults to ZJDE0001 if not otherwise specified in the parameter list on the call.
Defaults tab
-
Default Details From Parent (cDetailsFromParent_EV01) - This field indicates whether to default the details from the Parent. Valid values are: blank - Do not default from parent, and “1” - Default from parent.
-
Move Children With Parent (cMoveChildren_EV01) - This field indicates whether to move children with the parent. Valid values are: blank – Do not move children with parent, and “1” – Move children with parent.
-
Create Work Order (cCreateWorkOrder_EV01) - This field indicates whether to create the Work Order. Valid values are blank - Do not create the work order and “1” – Create the work order.
Versions tab
-
Work Order Entry (P17714) Version (sz17714Version_VER1) - This field identifies the Version to use for the Work Order Entry (P17714) application. If the value is blank, the version will default to “ZJDE0001".
-
Equipment Master Revision (P1702) Version (szP1702Version_VER2) - This field identifies the Version to use for the Equipment Master Revision (P1702) application. If the value is blank, the version will default to “ZJDE0001".
Processing option data structure
The processing option data structure for DD3N1701.
Type | Description | Parameters |
---|---|---|
String | szPOVersion_VERS | Input |
Char | cDetailsFromParent_EV01 | Output |
Char | cMoveChildren_EV01 | Output |
Char | cCreateWorkOrder_EV01 | Output |
String | szP17714Version_VER1 | Output |
String | szP1702Version_VER2 | Output |
Processing
The characteristics of an item determine which fields are required by the interface.
Some characteristics are set at the item master level, and some are set at the item/branch level. The item/branch level always takes precedence over the item master. Refer to the Special Processing Interface Usage Guide for more information.
Verify the processing
Verify the process for ND3NSTAT.
To verify the processing, complete the following steps in JDE.
-
Run the Work Order Entry (menu G1316 or menu G1712) application.
-
Select the desired Work Order to access Work Order Revisions.
-
Select the Swapping Component Form Exit to display the Component.
-
Verify the changes made through the interface.
Input data structure
Input data structure for DD3NSTAT.
Name | Default values | Notes | ||
---|---|---|---|---|
R/O | Alias | |||
cdcLINKActionCode_EV01 | R | EV01 | Must be equal to 0. | |
cActionCode_ACTION | C | X | ACTION | |
jdDateUpdated_UPMJ | Current Date | X | UPMJ | This field is retrieved from GetAuditInfo. |
mnTimeUpdated_TDAY | Current Time | X | TDAY | This field is retrieved from GetAuditInfo. |
szUserId_USER | Current User | X | USER | If this field is not passed in, a value is retrieved from GetAuditInfo. |
szWorkStationId_JOBN | Current Workstation | X | JOBN | This field is retrieved from GetAuditInfo. |
mnJobNumber_JOBS | O | JOBS | ||
szProgramId_PID | ND3NSTAT | 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 | ||
cErrorCode_ERRC | X | ERRC | This is a returned value. “1” = warning, “2” = error. | |
szErrorMessageKey_EKEY | X | EKEY | This value is returned and contains the alias of the error message. | |
iDebugLevel_INT01 | O | INT01 | If this field value is greater than zero, the M&D Debug statements are displayed. | |
szComputerID_CTID | O | CTID | ||
jdStartEffectiveDate_EFTB | O | EFTB | ||
szStartEffectiveTime_FTIME | O | FTIME | ||
szReplacementComponent_ASII | R | ASII | ||
szNewComponent_ASII | R | ASII | ||
cMoveChildren_CHLOW | O | CHLOW | ||
cDetailFromParent_DFLOW | O | DFLOW | ||
szRCEquipmentStatus_EQST | O | EQST | ||
cRCEQSTUpdateChildren_UPLOW | O | UPLOW | ||
szRCLocation_LOC | O | LOC | ||
szRCBusinessUnit_MCU | O | MCU | ||
cRCMCUUpdateChildren_UPLOW | O | UPLOW | ||
szRCCustomerNumber_ALKY | R | ALKY | ||
cRCCustNoUpdateChildren_UPLOW | O | UPLOW | ||
szRCSiteNumber_ALKY | R | ALKY | ||
cRCSiteUpdateChildren_UPLOW | O | UPLOW | ||
cRCCreateWorkOrder_CRWO | O | CRWO | ||
szRCDescription_DL01 | C | DL01 | If Create Work Order is equal to “1”, this field is required. | |
szRCOrderType_DCTO | C | DCTO | If Create Work Order is equal to “1”, this field is required. | |
szNCEquipmentStatus_EQST | O | EQST | ||
cNCEQSTUpdateChildren_UPLOW | O | UPLOW | ||
szNCLocation_LOC | O | LOC | ||
szNCBusinessUnit_MCU | O | MCU | ||
cNCMCUUpdateChildren_UPLOW | O | UPLOW | ||
szNCCustomerNumber_ALKY | R | ALKY | ||
cNCCustNoUpdateChildren_UPLOW | O | UPLOW | ||
szNCSiteNumber_ALKY | R | ALKY | ||
cNCSiteUpdateChildren_UPLOW | O | UPLOW | ||
Globally Unique Identifier (GUID) Fields | GUID values are all optional unless a business must comply with FDA 21 CFR Part 11 auditing requirements. Refer to Special Processing Interface Usage Guide for GUID Input Data Structure details. |
R = Required
O = Optional
X = Required but will default in if not passed
C = Conditional
Loading...
There was a problem loading this topic