‎2007 Oct 26 11:57 AM
Hello friends,
my requirement is like this, Im calculating sales price using bapi_rpc_calculate_prices function module, but this function module do not creates a pricing document, I need to create a pricing document with the out of bapi_rpc_calculate_prices function module, any body can help me in this regard, provide coding and example if possible for immediate requirement
‎2007 Oct 26 1:25 PM
please give me a FM or BAPI to create pricing document. this document should take input from the function module bapi_rpc_calculate_prices, this function module calculates sales price, for this sales price i need to create pricing document, any answers appreciable
‎2010 Jul 23 11:50 AM
Hi,
In the same BAPI BAPI_RPC_CALCULATE_PRICES , in the table CALCITEMIN set the variable SP_MARKED_FOR_ACTIVATION to X. Let the BAPI_TRANSACTION_COMMIT follow the execution of this BAPI . This will create a pricing document in backend with the changes proposed.
regards,
Deepthi lakshmi.A