2011 Aug 02 1:32 PM
Hi,
i have an PO with a position wich has an item catagory L = Subcontracting.
In this Position i have 3 Comonents (Object list).
I try to handle this Components in Badi: Z_ME_PROCESS_PO_CUST. I try to find this components in
method IF_EX_ME_PROCESS_PO_CUSTPROCESS_ITEM and IF_EX_ME_PROCESS_PO_CUSTPROCESS_SCHEDULE
but didn't find any componets.
Has anyone an idea or it there another BADI or Exit to get this Components?
Thanks.
regards, Dieter
2011 Aug 04 8:39 AM
Hi,
i find the Infomation in Memory and use this:
DATA: IT_MDPM_X TYPE TABLE OF MDPM_X.
IMPORT XMDPM TO IT_MDPM_X FROM MEMORY ID 'SUBCON'.
Regards, Dieter