hi,
how to fetch the value from the nested structure.
CALL FUNCTION 'CRM_ORDER_READ'
EXPORTING
IT_HEADER_GUID = lt_ord_guid
IMPORTING
ET_ORDERADM_H = lt_orderadm_h
ET_EXTENSION = lt_extension.
-
ET_EXTENSION
|
IPM_RCTRL_I
|
IPMAT_TYPE_SHIP (this field hold the value 'AA')
Now i want to fetch the value(AA) from IPMAT_TYPE_SHIP .
how i can do this?
Thanks in advance.
Ganesh