‎2010 Mar 20 9:44 PM
Hi Gurus
can anyone help me with me code.i am uploading the data from txt file and i need to post the to CJR2 .i got the data in one internal table .my question is how can i post the data in to CJR2.
‎2010 Mar 21 9:53 PM
I think you'll have the answer here: http://www.sdn.sap.com/irj/scn/advancedsearch?query=cjr2
‎2010 Mar 23 8:24 AM
i do found the BAPI but its not posting the data in to SAP. 'BAPI_COSTACTPLN_POSTPRIMCOST'
‎2010 Mar 23 10:59 AM
Do you call BAPI_TRANSACTION_COMMIT?
I just added this wiki for you: http://wiki.sdn.sap.com/wiki/display/ABAP/BAPI_COSTACTPLN_POSTPRIMCOSTconsistencycheck (and for other people of course ). This method checks the parameters you pass to the BAPI. I didn't test all of them, but these checks were useful for me and it may help you too.
‎2010 Mar 23 11:43 AM
Hi Sandhya,
The functon modules posted by is Normal standard function module used to upload data related to Cost elements ,revenues and activity input of CJR2 Transaction.
These function modules are not related to any BAPI.
So can't do any bapi_transaction_commit if you use above funtion modules while UPLOAD.
Regards,
Venkat.
‎2010 Mar 23 8:50 AM
Hi,
Use Std function modules:
CALL FUNCTION 'K_COSTS_PLAN_INTERFACE_PERIOD' for cost elements and revenues upload.
CALL FUNCTION 'K_ACT_INPUT_INTERFACE_PERIOD' for activity inputs.
Regards,
Venkat.
‎2011 Oct 13 4:43 PM