Hi All,
I needed some pointers on any user exit or badi to change the item level data for standard fields in purchase orders. Generally all the exits are to change the custom added fields.
There is a badi ME_PROCESS_PO_CUST for this but the issue is its method PROCESS_ITEM gets triggered only when the item is changed and that too for that single item.
My requirement is for purchase order for some particular document type say 'ZCO' ( and some other checks ), the print price indicator field should be set to u201Cblanku201D (unchecked). Now i cant use ME_PROCESS_PO_CUST because its method PROCESS_ITEM wont get triggered if there is no change in item level data and moreover it will be valid for only that line item which changes but what I want is that when a user opens ME22N and if all other conditions are getting fullfilled then 'print price indicator field ' for all the lineitems in that purchase order should get modified.
I cannot use BAPI_PO_CHANGE as i dont need a report to do this this should happen when user opens the transaction me22n.
Thanks in advance,
Saket.