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 or Bapi for VK11 / VK12

Former Member
0 Likes
2,333

I've looked into FM's RV_KONDITION_SICHERN_V13A and BAPI_PRICES_CONDITIONS to load condition records. BAPI_PRICES_CONDITIONS is not an option because it does not update the change history. Batch Input is also not an option because it's too slow.

Is there any sample code to populate all the structures in RV_KONDITION_SICHERN_V13A correctly or is there a better way to load pricing via a different FM ?

1 REPLY 1
Read only

Former Member
0 Likes
1,128

Dear Andre

You can try use the function below using CALL FUNCTION:

RV_CONDITION_COPY

RV_CONDTION_SAVE

Best Regards

Rafael Casagrande