Hi,
im using BADI ME_GUI_PO_CUST and ME_PROCESS_PO_CUST to add a new tab to standard ME21n.
1. added a new Function Group with the Dynpro, Dynpro DDIC Structure, PUSH and POP Function, Inlcude of
2. implemented Z_ME_GUI_PO_CUST and Z_ME_PROCESS_PO_CUST to add this new tab and show this new tab.
Everything is working fine.
3. Open ME21N and enter(SET_DATA) a value by using (Z_ME_PROCESS_PO_CUST~PROCESS_HEADER).
The Value is stored in the IM_HEADER but not shown in the Dynpro z-field.
4. Save PO -> the z-data is stored in the EKKO Field.
Everything is working fine but the value is not shown in the dynpro Field.
Questions:
1. Im not sure which mmmfd_cust_** field I have to use in MAP_DYNPRO_FIELDS.
2. the methods TRANSPORT_FROM/TO_DYNP are not processing (no stop at breakpoint)
3. the methods TRANSPORT_FROM/TO_MODEL are not processing (no stop at breakpoint)
any ideas ?
Thx,
Gordon