cancel
Showing results for 
Search instead for 
Did you mean: 

Best option for payload monitoring

Former Member
0 Kudos

Hi Experts,

I have a scenario, where I need to monitor the message based on some mesage payload field values.

I have implemeted: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e71737...

As there is RFC call evrytime to update the field values, it will hamper on performance. (correct me if I m wrong).

Do we have some other approaches similar to this where we can monitor message based on some field values?

Dont want to use TREX.

Which option will be best, if it is IDOc scenario?

Thanks

Manisha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manisha,

You can follow the approach given by me in this thread or aarmirs:

Regards,

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

> As there is RFC call evrytime to update the field values, it will hamper on performance. (correct me if I m wrong).

>

Yes it may hamper depending ouon data and RFC call.

> Do we have some other approaches similar to this where we can monitor message based on some field values?

>

Have you gone through this blog...

/people/alessandro.guarneri/blog/2006/02/14/super-message-monitor-for-sap-xi

> Which option will be best, if it is IDOc scenario?

Above blog can be best for IDOC scenaro.

Former Member
0 Kudos

Hi Satish ans Sarvresh,

Thanks a lot for reply.I have seen that link.:/people/alessandro.guarneri/blog/2006/02/14/super-message-monitor-for-sap-xi

Do we have any approach where we can create our own monitoring directly accessing from database? Just a thought.

Manisha

Former Member
0 Kudos

> Do we have any approach where we can create our own monitoring directly accessing from database? Just a thought.

You have to have some kind of report/tool which can take the inputs otherwise directly accessing from database is not possible.

Former Member
0 Kudos

Hi manisha

payload is stored in raw data in database tables, so you cannot understand by looking at it.

So u need to write a function module which does for u

and rather building from scratch u can use the ones which we already have.

That is what all those links were made. So would suggest u to approach one of them

which may save some time.

Regards,

satish