2024 Dec 13 6:16 PM - edited 2024 Dec 13 6:26 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
42 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.