‎2007 Jan 29 9:47 PM
Hello all,
I am facing a bit of a challenge in finding a FM that would allow me to get the current price of a PO item (simulate pricing) that fits my requirements. I have tried BAPI_PO_CREATE1 in test mode and ME_PO_PRICE_SIMULATION, which do what I need -- except they both require SAP authorization to create a new PO. Unfortunately, these are not good in my case because users with only display privileges should be able to run the report I am currently working on, it currently gives an error since they don't have the permissions.
Does anyone know any other FM's or methods that I could use to simulate pricing, that does not require privileges to be able to create a new PO?
Thanks,
Dan
‎2007 Feb 08 2:29 PM
My workaround was to make a copy of ME_PO_PRICE_SIMULATION, and create a copy of the include LEINJF0S, and add an export parameter to the function call 'ME_CREATE_PO_HEADER' (I_NO_AUTHORITY_CHECK = 'X') which bypassed the authority check for PO Create.