Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or FM to get Material Price

Former Member
0 Kudos
3,160

Is there a readily available BAPI or Function Module that can get me a meterial's price based on it's pricing procedure?

3 REPLIES 3

brad_bohn
Active Contributor
0 Kudos
509

You may already know this, but a material does not have a pricing procedure. Pricing procedure is determined by a customer pricing procedure indicator, document pricing procedure indicator, and org data. You can extract condition record values but you won't be able to determine the correct 'price' without all of the other factors involved. You should simulate an order (BAPI_SALESORDER_SIMULATE or one of the other available functions) to get the correct price for a given scenario, since a particular pricing condition for a material may have multiple available accesses and condition records available.

former_member536879
Active Contributor
0 Kudos
509

HI,

Please check the below BAPI :BAPI_MATERIAL_MRP_LIST.

Hope it will solve ur problem.

With Regards,

Sumodh.P

0 Kudos
509

Well looks like we have something created in our system already that we will just need to modify. Thanks everyone.