Parameters for DFF in Work Orders Header
Summary:
Hello fellows, We have a requirement to create a DFF at the level of the work order header.
In order to populate this DFF automatically with the Work Center Code which has the 99 code in the work order, we tried using a table validated value set and assigned the following parameters.
FROM CLAUSE -- WIE_WO_OPERATIONS_B WO, WIS_WORK_CENTERS_B WC
VALUE COLOUM NAME -- WC.WORK_CENTER_CODE
WHERE CLAUSE -- WO.OPERATION_SEQ_NUMBER = '99' AND
WO.WORK_CENTER_ID = WC.WORK_CENTER_ID AND
WO.WORK_ORDER_ID = :{PARAMETER.WORK_ORDER_ID}
Tagged:
0