cancel
Showing results for 
Search instead for 
Did you mean: 

Get the data from RFC BAPI Result

AJeB
Participant
0 Kudos
184

Hi Everyone

The third-party application is sending data to SAP Standard RFC BAPI parameter, then the BAPI will prepare a data then extract it / send it to third party application

My question is how to view the RFC BAPI received data and sent to third party application without any code modification? is there a log history of data received/sent in SAP or tcode I can use to view the received/sent data?


Like for example: these BAPI parameters was sent to third party application yesterday after a week I want to review/check the data sent to third party application

AJeB_0-1734113988423.png

 

 

 

 

View Entire Topic
Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert

BAPIs are just synchronous real-time data exchange, and they are not monitored. If you want to monitor the data flow (inbound or outbound), you can use IDocs/ ALE technology. IDocs are monitored in transaction WE05.

Some BAPIs even have an equivalent IDoc interface, for example for Sales Orders, there are IDoc types ORDERS, ORDCHG and ORDRSP available. However, sending & receiving IDocs is much more difficult than simply calling a BAPI, so probably your third party application is not capable of doing that.