cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi to fetch details of condition records

Former Member
0 Kudos

Hi all,

I want to fetch the pricing detials of condition records.

Is there any function module or BAPI to do the same.

Points will be rewarded

Thanks in advance,

Amruta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi amruta,

I dont know in what ways you want to extract or use condition records details. However, if you want only condition records for pricing condition types, then try following;

1. Get the Condition Record Number f(KNUMH )rom the Pricing Condition table ( eg A005 ) by passing the field values.

2. Pass the above Condition Record Number ( KNUMH ) to KONP table to get the Rates. You can use KONM table if scales were maintained.

However, if you are looking at picking of price details for all sales orders or billing documents then let me know, there is separate logic to pick up the same.

Former Member
0 Kudos

Hello Amruta,

There seems to be no BAPI available for fetching pricing details.

However, please refer to the fetching logic in Std Program RV130001.

I recommend you to wrap the logic, that is required for you, inside a custom Function module by referring to the program and further make it remote enabled...so that you can call it from the external application.

Hope this suffices your requirement and thus resolves the problem.

With Regards

Vijay Gajavalli

Former Member
0 Kudos

Hi,

Check in http://www.sapbapi.com/bapi-list/

Thanks,

Pramod