cancel
Showing results for 
Search instead for 
Did you mean: 

Container variable of alert

Former Member
0 Kudos

None of the following variable are able to hold there runtime value inthe alert category i created.

SXMS_MSG_GUID

SXMS_RULE_NAME

SXMS_ERROR_CAT

SXMS_ERROR_CODE

SXMS_FROM_PARTY

SXMS_FROM_SERVICE

SXMS_FROM_NAMESPACE

SXMS_FROM_INTERFACE

SXMS_TO_PARTY

SXMS_TO_SERVICE

SXMS_TO_NAMESPACE

SXMS_TO_INTERFACE

SXMS_TO_ADAPTER_TYPE

SXMS_TO_ADAPTER_ERRTXT.

Although the system feilds SYST-UNAME,SYST-TZONE etc are able to hold rumtime values.

Can you help me with...what should be done that the container can get run time values.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Does not happens for XI 7.0

Former Member
0 Kudos

Hi,

in your alert category, in container tab, do not define any of these variables.........go to short text and long text and use these variables directly within ampersand..........save your alert...........

Regards,

Rajeev Gupta

Former Member
0 Kudos

No..i tried it. It is not working. The value is still blank.

phanikumar_akella
Participant
0 Kudos

Hi,

You need to create all these below pasted in AlrtCatDef ->Container Tab with their corresponding ABAP Datatypes

Expressions

SXMS_MSG_GUID

SXMS_RULE_NAME

SXMS_ERROR_CAT

SXMS_ERROR_CODE

SXMS_FROM_PARTY

SXMS_FROM_SERVICE

SXMS_FROM_NAMESPACE

SXMS_FROM_INTERFACE

SXMS_TO_PARTY

SXMS_TO_SERVICE

SXMS_TO_NAMESPACE

SXMS_TO_INTERFACE

Corresponding ABAP DataTypes

SXMSMGUIDC

SXMSDESCR

SXMSERRCAT

CHAR70

SXI_FROM_PARTY

SXI_FROM_SERVICE

SXI_FROM_ACTION_NS

SXI_FROM_ACTION

SXI_TO_PARTY

SXI_TO_SERVICE

SXI_TO_ACTION_NS

SXI_TO_ACTION