cancel
Showing results for 
Search instead for 
Did you mean: 

Transfering Scaled Pricing into Purchase Requisition

0 Kudos

I am wondering if there is any way that when creating a purchase requisition the scaled pricing in Info Records can automatically populate in ME51N?

For example, say that product 'X' is worth $5 a piece when ordered at a quantity of 1-49 but at 50+ pcs pricing drops to $3. Now yesterday I might have ordered 45 pcs and pricing populated to $5 which is fine, but when ordering 60 pcs today I need pricing to populate to the new scaled price.

I am not sure what records or transactions I need to update or use so this can work.

Accepted Solutions (1)

Accepted Solutions (1)

pataselano
Active Contributor

You can use tcode SE80 in function group MEREQ, include LMEREQF10. You can create implementation under METHOD if_purchase_requisition_item~get_data.

Answers (1)

Answers (1)

pataselano
Active Contributor

Valuation price in PR always taken from valuation price in material master or input manually by user.

If you want take valuation price from PIR then you can implement enhancement point \PR:SAPLMEREQ\TY:LCL_REQ_ITEM\IN:IF_PURCHASE_REQUISITION_ITEM\ME:GET_DATA\SE:BEGIN\EI

0 Kudos

Sorry, I am very new to this. Where could I implement this enhancement point?