CRM_ORDER_READ
- When you have the BP Number, Get the HEADER_GUID and ITEM_GUID from CRMD_ORDER_INDEX table.
- Call FM 'CRM_ORDER_READ' and export these HEADER_GUID and ITEM_GUID to IT_HEADER_GUID and IT_ITEM_GUID.
- Set the calling mode to IV_MODE:
- A = Create
- B = Change
- C = Display
- D = Delete
- Export object name such as 'TEXTS', 'ORDERADM_H' and etc. to IT_REQUESTED_OBJECTS, this is important steps on the performance tuning.
- Import the results from the ET_ internal table, suchs as ET_TEXT, ET_ORDERADM_H, and etc.
No comments:
Post a Comment