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: 

Uploading the pricing master records using bapi

Former Member
0 Kudos

Hi I have to transfer the pricing database from legacy to SAP using bapi but I am not able to find a bapi for that. Pls guide.

3 REPLIES 3

Former Member
0 Kudos

Check BAPI: BAPI_PRICES_CONDITIONS. You can also find sample codes in SDN for the BAPI.

Check this link [Example for Price Conditions|]

Regards

Eswar

Edited by: Eswar Rao Boddeti on Sep 22, 2008 3:52 PM

0 Kudos

HI I tried using the said bapi "BAPI_PRICES_CONDITIONS" by directly running it to upload condition records.

But the tables are not getting updated....Its not giving any error messeges either

Regards

Tushar

0 Kudos

Hi

Check if BAPI is returning the condition numbers, if not i guess there might be a problem with population of data. Also note that with the field VAKEY, you should be populating data of the access sequence with formatting options.

To know more on the pattern,you can create a condition record online via VK11 and then check the entry KONH-VAKEY. This should give you an idea.

~Eswar