cancel
Showing results for 
Search instead for 
Did you mean: 

To check the message size and volume in the SAP PI

Former Member
0 Kudos

Hi ,

I need to update the Message size and Message Volume for the interface which is already in to the production system .

How can i check the Message Size and Message Volume per day details ?

Kindly help by providing some inputs ...!

Regards,

Aziz khan .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aziz,

Where would you like to check the data. I mean on ABAP stack or JAVA stack?

Check the below tables:

Transaction Codes - (SE11, SE 16)

SXMSPMAS XI Messages - Master

SXMSPHIST XI Messages - Master History table

SXMSPEMAS Integration Engine: Enhanced Message Queue (Master)

SXMSPVERS Integration Engine: Message Version

SXMSPERROR XML Message Broker: Message Queue (Incorrect Entries)

SMPPMAP3 Mapping Runtime: Mapping

SMPPREL3 Mapping Runtime: Mapping Relation

SMPPSPLIT XI Mapping: Merge and Split

SXMSPFRAWH Integration Engine - Header Table for Raw Data for Performance Evaluation

SXMSPFRAWD Integration Engine: Data Table for Raw Data for Performance

Adapter Engine Tables -

Schema Name - SAPSR3DB

XI_AF_MSG AF XI Message

XI_AF_MSG_AUDIT audit log entries

If runing on PI 7.1, table names are as follows -

BC_MSG AF PI 7.1 Message

BC_MSG_AUDIT PI 7.1 audit log entries (**)

Thanks,

Answers (3)

Answers (3)

Former Member
0 Kudos

You can do it using performance monitor of your PI system.

Access to RuntimeWorkbench --> Performance Monitoring with the time interval you need to check and aggretation interval 1 day.

Regards,

Carme.

Former Member
0 Kudos

Hi,

To check message size patterns ,Go to your production system, run transaction se16 (display table) then type SXMSPMAST. SXMSPMAST has column u2018MSG SIZEu2019, this give message size. Explorer more about this table.

Else

If you want a way to search for Messages in Integration server based on the Message size using Monitoring (RWB). As far as I know, there is no standard way. You have to use TREX or recreate SXMB_MONI program (lots of help is there on SDN), have look at these blogs http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b050ff4f-84c3-2b10-3d99-8f9c44f57a17 and http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/909760cb-0ec8-2a10-4a96-ee8417acf...

SXI_MONITORING -> RUNTIME tab -> MessageSizePayload could be an option.

Thanks

Biswajit

Edited by: 007biswa on Feb 17, 2011 3:37 PM

Former Member
0 Kudos

U can do it from RWB- Performance monitoring.

chirag