cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CPI - Writeback to ECC using Function Sequence based on BAPI_PR_CHANGE

rakesh_trijotech
Discoverer
0 Likes
542

Dear All,

We are having a scenario where we are reading data from Anaplan and writing back to ECC System using SAP Integration Suite . We are writing back data for Purchase requisition change to ECC using BAPI_PR_CHANGE and BAPI_TRANSACTION_COMMIT. These 2 Function Modules are run in sequence and we could write test data successfully similar to ME52N using this sequence.

However, when we set it up in CPI using IFLOW it is not writing back to ECC. The IFLOW step for BAPI_PR_CHANGE gives message that Purchase requisition is Changed however, we could not see any change in ME52N or EBAN table.

Any help would be highly appreciated.

Thanks

Rakesh

View Entire Topic
MAVR
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Rakesh,

You should use SOAP runtime instead of RFC adapter and request developers to wrap the functionality on a Web Service.
Without reviewing your iFlow, it is hard to help you, but I assume the commit is not done on the same session, thus not reflecting.