cancel
Showing results for 
Search instead for 
Did you mean: 

message count in SAP PI

Former Member
0 Kudos

Hi

I really appreciate for your suggestions, I have a scenarios Idoc<> SAPPI<>file and webservices, it includes Idoc splits and merges, but I need to capture the messages which enters in to the SAP PI on certain intervals, what are the options and which one is the best one.

Thanks

Vasu

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi Balaji

I mean how many total messages are comming in to the PI for certain interval. My question is how to get total no of messages, is it possible to get total no of messages by using BPM.

Thanks

Vasu

prateek
Active Contributor
0 Kudos

I mean how many total messages are comming in to the PI for certain interval.

You may use BPM time-dependent loop here.

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

My question is how to get total no of messages

In BPM, use control step with counter to count the number of messages.

Regards,

Prateek

Former Member
0 Kudos

Hi Vasu,

What do you mean "capture the messages which enters in to the SAP PI on certain intervals"

If you need to view the message, then SXMB_MONI is the place.

If you need the interface to write a copy of the file before entering mapping etc, then you can add additional receivers in the receiver determination and in the interface determination, call the appropriate mappings.

Please explain in detail about your requirement if you need more information.

Regards,

Balaji.M

Former Member
0 Kudos

Do you mean in mapping using BPM

Former Member
0 Kudos

Hi Vasu

BPM can be used to collect the IDOC

Just to count BPM is not required. Normal mapping you can achieve this.

Thanks

Gaurav

Former Member
0 Kudos

HI Vasu

You can count the IDOCs in message mapping.

Either you can use Count standard tag available in mapping or small UDF can do. Based on your structure and the way you want to count them.

Thanks

Gaurav