cancel
Showing results for 
Search instead for 
Did you mean: 

Manually changed evaluation price (PR) visible in PO?

kaiser_michael
Explorer
0 Kudos
646

Hello,

is it possible to make the valuation price of a purchase requisition (PR) more visible to the buyer when a purchase order (PO) is created?

Scenario: A PR is created, the price is taken from the material master, but the requester changes the valuation price.
In the PO, the price is pulled from the material master, but the manually changed price would still be important, interesting information for the buyer. It would be helpful if it was displayed in some form.

BR,
Michael

View Entire Topic
raymond_giuseppi
Active Contributor

Either look at the Customizing options (check previous answers/discussions and/or 1936731 - EBAN-BPUEB (Adopt Requisition Price in PO) is reset during PR creation in BAPI_PR_CREATE)

  1. Create an entry in T160D using OMET, with functional authorization = ' ' and set the flag 'Adopt PO Price' under General Parameters.
  2. Define Parameter ID 'EFB' with the value defined in step 1 for the relevant user.

Or look at the Abap options with some BAdI such as ME_PO_PRICING_CUST and ME_PROCESS_PO_CUST (depending on the transaction called, ME59n vs ME21n)

kaiser_michael
Explorer
0 Kudos

Thank you very much! These are good hints I will have a look.