‎2009 Aug 25 4:30 PM
ME_PROCESS_PO_CUST
All,
I'm able to change Purchase order at the item level using the check method
CALL METHOD LO_ITEM->SET_DATAX
EXPORTING
IM_DATA = LS_ITEMX.
I can see the changes before I hit the save button
But once I hit save button and create the Purchase order the fields are not changed.
Am I missing something?
Meghna
‎2009 Aug 25 4:34 PM
Hi Meghna
Which BADI your are using.? For which t-code your are trying to implement.
Regards
vijay
‎2009 Aug 25 4:45 PM
Thanks Vijay.
I'm using ME_PROCESS_PO_CUST and the transaction is ME21n.
Any Ideas.
Meghna