on ‎2020 Jul 22 7:06 PM
Hi all,
After fetching importing parmeters, i want to combine all 6 internal table into required output internal table.
but i couldn't able to combine all those data's into one table.
CALL FUNCTION 'CRM_ORDER_READ'
EXPORTING
IT_HEADER_GUID = LT_HEADER_GUID
* IT_REQUESTED_OBJECTS = LT_REQ_OBJECTS
IMPORTING
ET_ORDERADM_H = LT_ORDERADM_H
ET_ORDERADM_I = LT_ORDERADM_I
ET_ORGMAN = LT_ORGMAN
ET_PARTNER = LT_PARTNER
ET_STATUS = LT_STATUS
ET_DOC_FLOW = LT_DOC_FLOW
EXCEPTIONS
DOCUMENT_NOT_FOUND = 1
ERROR_OCCURRED = 2
DOCUMENT_LOCKED = 3
NO_CHANGE_AUTHORITY = 4
NO_DISPLAY_AUTHORITY = 5
NO_CHANGE_ALLOWED = 6
OTHERS = 7.
Request clarification before answering.
I am not quite sure why you would want to combine/join all this data into one table, but here is who you combine them based on the output of CRM_ORDER_READ for the given Export Parameters:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.