cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Text in Email is different from SXMB_MONI

Former Member
0 Kudos

Dear all,

I used Container variable &SXMS_TO_ADAPTER_ERRLINES[]& to pull the error information from MONI.

Why i am getting semi colon ( ; ) at each 70 length??

Error text from MONI:

Application error in mapping program Z_ABAP_MAP_EX, error code: 8888, error text: SOURCE PLANT is Blank For Delivery No. 0085123200, BOLNR: 00224000851232009 File Name: AC_ShpLoad_00224000851232009_20110217_134757571.2827.xml Exception CX_MAPPING_FAULT occurred (program: Z_ABAP_MAP_EX=================CP, include: Z_ABAP_MAP_EX=================CM001, line: 22).

Error Text from Alert email:

Application error in mapping program Z_ABAP_MAP_EX, error code: 8888,; error text: SOURCE PLANT is Blank For Delivery No. 0085123200,BOLNR 00; 224000851232009 File Name AC_ShpLoad_00224000851232009_20110217_13475; 7571.2827.xml Exception CX_MAPPING_FAULT occurred (program: Z_ABAP_MAP; EX=================CP, include: ZABAP_MAP_EX=================CM001,; line: 22).;

Regards

Edited by: Bhavana Ch on Mar 1, 2011 4:22 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bhavana,

Check this SAP notes: 1403787, 1294312

Thanks,

Former Member
0 Kudos

Container Variable ABAP Dictionary Data Type Meaning

SXMS_MSG_GUID SXMSMGUIDC Message ID

SXMS_RULE_NAME SXMSDESCR Description of the alert rule

SXMS_ERROR_CAT SXMSERRCAT Error category

SXMS_ERROR_CODE CHAR70 Error code

Try using any of these operator . . . . . . . .

Former Member
0 Kudos

PrabhatXI,

None of these will work out!!

Thanks

Former Member
0 Kudos

Any other thoughts ???

Regards

0 Kudos

Hi Bhavana,

It is the lenght restriction provided by SAP for generating Alert e-Mail.

Kindley check these SAP Notes they you wil understand the cause.

SAP NOTE - 1294312

SAP NOTE - 724755

Thanks,

Siva.

Former Member
0 Kudos

Siva,

SAP Note saying about if we use SXMS_TO_ADAPTER_ERRTXT container variable length restriction.

I am using &SXMS_TO_ADAPTER_ERRLINES[]&. So its not related with length.

I am not facing any truncating problem or some thing else.

I am getting extra semicolon ( ; )

Regards

Former Member
0 Kudos

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