cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Issue - Container Variable for system ID

Former Member
0 Kudos

Hi Experts,

In my alert text, I want the name/ID of the system(like XID, XIQ, XIP etc) to be populated at runtime.

How can I achieve this ?

I tried using ALERT_LOGICAL_SYSTEM container variable.

I created a container variable with the following values:

Element : ALERT_LOGICAL_SYSTEM

ABAP Dict Data Type : RFCDEST

In the email Longtext- i used &ALERT_LOGICAL_SYSTEM&. But this value is not getting populated at runtime (other container variables- like sender interface etc are getting populated). Can you please help me out here?

P.S: There are no issues while triggering the alert or sending email notification.

Thanks,

SMXI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use &SYST-SYSID & for system id in alerts

Rajesh

Former Member
0 Kudos

Thanks Rajesh, this solved the problem!!!

I have used &SYST-SYSID&. This is an abap variable, hence need not create a container variable, can directly use this in the alert text.

Former Member
0 Kudos

Hi Smitha,

May i know how those container variables getting populated coz in my case

i trigger the alerts to the mail address provided but unable to get the data for the variables used like

&SXMS_ERROR_CODE&, &SXMS_MSG_GUID& etc..

is there any report to be run like in lower versions ?

What is logic that brings data for you into the container variables ?

It will be so helpful if u can share me

Answers (1)

Answers (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

check this link http://help.sap.com/saphelp_nw04/helpdata/EN/d0/d4b54020c6792ae10000000a155106/content.htm for available containers that can be used in Alert message in runtime...

~SaNv...