‎2009 Feb 18 6:11 AM
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 ?
‎2015 Dec 02 5:57 PM
Dear Andre
You can try use the function below using CALL FUNCTION:
RV_CONDITION_COPY
RV_CONDTION_SAVE
Best Regards
Rafael Casagrande