2010 May 10 8:56 PM
Is there a readily available BAPI or Function Module that can get me a meterial's price based on it's pricing procedure?
2010 May 10 9:13 PM
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.
2010 May 11 6:04 AM
HI,
Please check the below BAPI :BAPI_MATERIAL_MRP_LIST.
Hope it will solve ur problem.
With Regards,
Sumodh.P
2010 May 11 12:50 PM
Well looks like we have something created in our system already that we will just need to modify. Thanks everyone.