cancel
Showing results for 
Search instead for 
Did you mean: 

ALERT MESSAGE FROM SXMB_MONI WITHOUT USE OF BPM

Former Member
0 Kudos

Hi All,

I search most of the thread but didnot get the exact solution to my question.

I want to get the message from SXMB_MONI in my alert MAIL without use of my os any BPM.

Suppose in a file to file scenerio , if i am geting an error in the moni that "Total number of record does not matched with the actual records".

Then how can i get the same in mail as an alert message with the use of BPM.

NOTE : I am not using the BPM. AND I DONT WANT TO AS CLIENT NOT PERMITTED.

Regards,

JAY

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Chirag,

You are right ,, this is not a standard error.

This is what is supposed to get ..

Suppose if there is any error like this then this will be shown in the moni but how can i get this type of message or any cause of the error in my alert inbox.

Please let me know if you still didn't get my requirement..

Thanks,

JAY

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi JAY

you have to follow those steps.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2328. [original link is broken] [original link is broken] [original link is broken]

http://help.sap.com/saphelp_nw04s/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm

there you configure send alerts wihtout the use of bpm.

now to send the alerts to inbox and exchange or other mailbox you have to:

1) configure tcode:SCOT,

2) for each user you define to send alerts, go to tcode:SU01 and for each one put the mail in the profile

by this way, your doubt should be solve.

Thaks

Rodrigo

Former Member
0 Kudos

Hi All,

I know how to configure the alert message .

But to be very simple i just want to get the message from SXMB_MONI as my alert message without the use of BPM

Regards,

JAY

Former Member
0 Kudos

Hi,

What type of error message u want to get itfrom SXMB_MONI.

The error message which u have described is not the std moni error.

Can you please give more detail.

Chirag

Former Member
0 Kudos

Hi,

Check these

Can you check whether the below authorization is given to that user.

For the sending of alerts via external communication methods (e-mail, sms, fax) and for inbound processing, an RFC user has to be created on the central alert server with the role SAP_BC_ALM_ALERT_USER. The authorization objects contained in this role are S_OC_SEND and S_RFC.

refer the help:

http://help.sap.com/saphelp_nw04/helpdata/en/b2/de0741375cf16fe10000000a1550b0/frameset.htm

also

check in ALRTCATDEF transaction what is the user maintained under the fixed receipent tab for that user check the email address in SU01 transaction.

Please check in transaction SCOT (you can give address of your SMTP server in order to send mails),

If it is configured then probably you need to personalized alert delivery. In alert inbox you can select personalized alert delivery and check for "Mail" option.

In SCOT you can see how many mails have beed sent via your XI system.

most of the time email problem is solved by correcting configuration in SCOT. For testing mail system click on System->short message and then send one message to yourself

Regards

Seshagiri

Former Member
0 Kudos

Hi,

The erro is not specific to MONI its ur custom error.

For this kind of error u first need to check the requirement in UDF and through UDF u need to call the alert Function module which raise the alert.

Alert FM is SALERT_CREATE.

refer the process:

For raising an alert you need to first configure the alert please follow the below weblog written by Michal Krawczyk

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Configuration steps are: go to transaction ALRTCATDEF

1) Define Alert Category

2) Create container elements which are used for holding an error messages.

3) Recipient Determination.

Alert can be triggered in different ways.

1) Triggering by Calling a Function Module Directly.

/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

Thnx

Chirag