cancel
Showing results for 
Search instead for 
Did you mean: 

Function for price calculation in purchasing

Former Member
0 Kudos

Hi all,

For reporting reasons only, I need to find a function that receives as an input

1. contract no.

2. material no.

3. qty

4. date

and calculates the relevant price taking under consederation all above factors (in the contract we have scales, discounts, deiferent validity periods of prices etc).

Thanks!

Limor


Accepted Solutions (1)

Accepted Solutions (1)

former_member183424
Active Contributor
0 Kudos

Check A016 table for condition record number (but here you can give only contract number as purchase document), here you can find the different validity periods. Note the condition record number.

Then go to table KONP and enter the condition record number, here you will find the all condition types (discounts).

Answers (2)

Answers (2)

raviraj_sharma
Active Contributor
0 Kudos

Try these:

ME_FILL_KOMK_IN

ME_FILL_KOMP_IN

PRICING

check this wiki:

Pricing - Technical Information and Aproach for Pricing Problems - ERP SCM - SCN Wiki

alisson_fragozo
Explorer
0 Kudos

Standard functions i use this -> WSTN3_CALCULATE_PP_PURCH_PRICE

Former Member
0 Kudos

Thanks.

Can you elaborate on the use?

What is exactly the input for this FM?