cancel
Showing results for 
Search instead for 
Did you mean: 

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

12-21-2023 8:23 AM
rakesh_trijotech Discoverer
608 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

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.