Hi Good People
Im trying to add an additional check to a purchase order item through a Badi implementation by using a ME_PROCESS_PO_CUST definition with method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM
Im debugging the Purchase Order program but I dont have any clue on how to deal with the IM_ITEM importing parameter which this method uses..
This parameter is of type TYPE REF TO and it contains a reference value on debugging mode. How can I get normal item data (material number, material group, plant, etc) from this parameter, so I can perform my checks later on?
Many Thanks
Nuno Natividade