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: 

Update Material Price

Former Member
0 Kudos

Hi gurus,

I am working on an interface where I will be getting an input file which will have material no. and plant no. and now I need to change the price in the PO of these materials, as the price has been changed, the new price are under the field fin_price, and I need to pull the price from this field per material. I could find the desired field in the table UAV0PRICE001, but the problem is this table has only fin_price and no material number and I need to update my PO's based on the material, I mean for a specific material there will be different fin_price, so I was just wondering how can we relate this.

Thanks

Rajeev

1 REPLY 1

Former Member
0 Kudos

rajeev

There is no such table in SAP R/3. May be it is an BW table or any other. what you can do is update the material master with the file you got and then you can fetch the new price from MBEW table.

Vinod.