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: 

Purchase and sales price on same screen

Former Member
0 Kudos

Hi,

I have to write a report that shows for some material / article whole PO pricing and whole Sales pricing, like VKP5 does.

Is there any simple solution or function modules which can be called to catch proper pricings?

2 REPLIES 2

Former Member
0 Kudos

hi,

you can get tota purchase price of article by gettin its all PIR.

Against article you get info record in EINA table and for all info record you get purchase price in EINE table.

For sales price use tcode VK12.

I hope you will get start.

0 Kudos

I thought to use for PO pricing FM ME_PO_PRICE_SIMULATION and for SD pricing SALES_CONDITIONS_READ. These 2 functions to call one after the other would be OK, but PO simulation is disaster in performnace, so I'm trying to find function modules for that.