cancel
Showing results for 
Search instead for 
Did you mean: 

Error in exporting data to sap using BAPI

0 Kudos

Hello All,

I'am beginner in BODS..and I have a requirement like 'Loading some Budgeted data from third party tool to SAP CO into the table called COSP,and I found a BAPI for doing so that is "BAPI_COSTACTPLN_POSTPRIMCOST " . So,I tried doing it by using test data but its throwing an error say some 'SAP datastore is Null in RFC commit_work' .you see it on screen shot below.   So, do we need to execute any other BAPI like 'BAPI_TRANSACTION_COMMIT' after executeing the actual BAPI to store/commit our data in SAP.

Please help me out.My advance Thanks

Regards

P.srinivas.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor
0 Kudos

The real error message is on lines 2 - 4: your connection to ECC fails. Make sure all settings in the datastore definition are correct.

0 Kudos

Hi Dirk Venken

Thanks for the response...and also one doubt do we need to execute any other BAPI like 'BAPI_TRANSACTION_COMMIT' after executing the actual BAPI to store/commit our data in to SAP.

Regards.

Srinivas.

0 Kudos

Hi Dirk Venken..

I'm able get the data from my sap sys without using BAPI..I just took one table from sap and populated it to the Template table its working fine..but when I trying to populate to sap throup BAPI i'm facing the above issue..

Answers (1)

Answers (1)

0 Kudos

I have the same error. I am using BAPI_INSP_CHAR_SETRESULTS and I'm getting same error.

Can you please advice?