Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Question to Z_ME_PROCESS_PO_CUST with item catagory L

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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