cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor IDoc Size (maybe even the text/xml representation) in ERP

JaySchwendemann
Active Contributor
0 Kudos

Dear all,

I have those two issues that are related.

https://answers.sap.com/questions/748014/performance-monitoring-in-cpi-want-to-know-which-i.html

https://answers.sap.com/questions/747911/limit-minify-idoc-data-that-is-transmitted-from-er.html

I wasn't sure to open a new question but since this is more related on the ERP side I thought I give it a go (an have the opportunity to include a specific ERP primary tag for hopefully reaching the right people here).

TL:DR;

Is there a way to monitor size of outbound (inbound would be great, too but is optional) IDocs?

We have integrated ERP --> CPI --> C4C using the standard IDocs DEBMAS_CFS, MATMAS_CFS and so on. We were made aware that we seem to be responsible for a significant amount of the volume of our internet line so we want to dig in deeper finding the root cause.

The IDocs of course are sent through XML-HTTP Ports in ERP that are setup with the following properties

  • Content type = text/xml
  • http version = 1.0
  • SOAP-Protocol = checked

I know that we probably have some options for performance tuning in changing to HTTP 1.1 and making use of compression within the RFC destination.

But my overall goal would be: Can I get the size of the outbound IDocs in order to get the gist of which IDocs produce the most traffic (my guts feeling is MATMAS_CFS is some hot candidate). Really great would be if we already could take into account that the IDoc for C4C were produced as XML because of the port setting, which of course will increase their size. But even if this would not be possible, the size of the outbound IDocs, monitored from ERP would be really great.

Cheers

Jens

Accepted Solutions (1)

Accepted Solutions (1)

JaySchwendemann
Active Contributor
0 Kudos

Answer in AS ABAP is ST03 --> Pick Server (or Total) --> Chose Time Frame --> Pick Analysis view Web Statistics --> Web Client Destination Statistics.

With double click on the result line you could even see, which path produces which total sent / total received data

Answers (0)