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: 

Pricing

Former Member
0 Kudos

Hello,

I am in 4.6C version.

I want to get the pricing data from sales order like VA01 transaction.

I know I have to use the function module PRICING, but i do not know which mandatory fields do I need to pass to this KOMK and KOMP input tables?

What is the input of CALCULATION_TYPE?

Could you please suggest?

Thanks in advance.

RH.

8 REPLIES 8

Former Member
0 Kudos

KONV - Conditions (Transaction Data)

KONP - Conditions (Item)

Former Member
0 Kudos

Hi ,

I know its KONP and KNOV, i need what is the mandatory fields from this table needs to pass to function module?.

could you please suggest?.

Thanks in advance.

RH

0 Kudos

just stick a breakpoint in the FM PRICING and call VA01 then you will see the inputs required.

Regards

Carl

naveen_inuganti2
Active Contributor
0 Kudos

Hi..,

open this thread once..,

Thanks,

naveen.i

Former Member
0 Kudos

Thanks Carl,

But it is updating 100's of fields before calling this function module "PRICING".

i want the mandatory fields like material, sales org, distribution channel and division etc.

could you please suggest which mandatory fields do i need to pass to get the output ?.

Thanks,

RH

0 Kudos

Hi Ravi,

Whatz the method you are using to create the sales order?

BDC or BAPI?

Thanks,

Naveen.I

Former Member
0 Kudos

Hello Naveen,

I have to create BAPI and hence i need to get all the pricing data from this "PRICING" function module.

while deburgging VA01 , i checked this is the function module , i can get all the pricing related output. I want to use this function module to get the pricing data.

I am using the standard VA01 transaction for checking .

Thanks,

RH.

Former Member
0 Kudos

Hi,

Input of calculation type for

Price = C (quantity)

Discount = A or C

Freight = D (Weight)

Regards,

Chandra