cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Number from payload in Alerts with out BPM

Former Member
0 Kudos

Hi Everybody,

I need to send the IDOC Number as Alert for the user.

Is it possible to do with out BPM either by Alert Frame Work or CCMS?

Is there any alternative way to capture the Idoc number and display for the erroneous messages?

Helpful Answers will be rewarded points.

Thanks,

Zabi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thnaks

madanmohan_agrawal
Contributor
0 Kudos

Yes,

You can do it without BPM also.

Just do a multimapping and use mail adapter to send the idoc number to the receipient.

Br,

Madan Agrawal.

Former Member
0 Kudos

Hi,

Is it not possible with Alert Framework?

Thanks,

Zabi

madanmohan_agrawal
Contributor
0 Kudos

Yes,

You can also do it via alerts.

Alert can be triggered in different ways.

1) Triggering by Calling a Function Module Directly. or from UDF

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

2) Triggering by Calling a Function Module in the Workplace Plug-In.

3) Triggering with an Event Linkage.

4) Triggering with the Post Processing Framework (PPF) or Message Control (MC)

5) Triggering from a Workflow.

6) Triggering from CCMS with autoreaction.

7) Triggering from BPM.

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

/people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi

😎 Triggering alert by configuring a rule from RWB.

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

Br,

Madan Agrawal

Former Member
0 Kudos

Thanks Madan.

But I have a doubt here with reference to using UDFs for Alerts triggering.

I need dynamic value of field from IDOC payload in the Alert , say Vendor Number or Idoc Number.

How can we achieve this?

Regards,

Zabi