Hi,
i want to fill the all pricing,shipping,billplan details based on posting_date into one z table.
for that i used
CALL FUNCTION'CRM_ORDER_READ'
EXPORTING
IT_HEADER_GUID = it_guid
IMPORTING
ET_ORDERADM_H = et_orderadm_h
et_orderadm_i = et_orderadm_i
ET_PRICING = et_price
ET_SHIPPING = et_ship
ET_BILLPLAN = et_bplan
can any one tell me logic to fill data from above parameters data into one z table.
regards,
xxxxx.