cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for pricing

Former Member
0 Likes
4,291

Hi Gurus,

I have to fetch the price of one material from the order.

One way is I will pass the material name in the table like A033 --> take the condition number --> and pass it to KONP

But my question is there any function module through which we can fetch the price.

Regards,

MT

Edited by: M T on Sep 20, 2010 4:07 PM

View Entire Topic
Former Member
0 Likes

You may use BAPI BAPI_SALESORDER_CREATEFROMDAT2.

In the O/P structures, This ORDER_CONDITIONS_IN contains pricing related data, You can use this data according to your needs.

Thank you

Kris