2019 Feb 04 6:24 AM
Hi Experts,
I want to send mail to users once a new Purchase Order created.
While creating the PO the header data is stored in 'im_header'.
How to get the line items details of PO during runtime.
I want the data which is going to stored in 'EKPO', 'LFA1', 'EKET'.
Please help....!!!
2019 Feb 04 7:27 AM
I suppose you are implenting BAdI ME_PROCESS_PO_CUST, metjod POST?
Did you check type of im_header, look at the methods provided (look for GET_ITEMS then for each item look at provided methods on returned parameter such as GET_DATA and GET_SCHEDULES, with some iteration and navigation you should find the answer yourself)
2019 Mar 08 7:09 AM
2019 Mar 08 7:09 AM