Application Development and Automation 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: 
Read only

Function module for pricing

Former Member
0 Likes
718

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

maybe i misunderstand you, sorry then.

BUT, when you got the order dont you have the price then?

You might want to have a look at the conditions-tab of the item view of your order.

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
666

check BAPI_MATERIAL_MRP_LIST

Read only

Former Member
0 Likes
667

maybe i misunderstand you, sorry then.

BUT, when you got the order dont you have the price then?

You might want to have a look at the conditions-tab of the item view of your order.

Read only

Former Member
0 Likes
666

Go directly for KONP, using condition number from item (or from order header, if appropriate). Check ** CONDITION **, * KONP * names in SE37, since that's what most of us would start with I think...I thought FM WV_KONP_GET was particularly interesting.

Read only

Former Member
0 Likes
666

Thanks a lot for your help Gurus.

Regards,

MT