cancel
Showing results for 
Search instead for 
Did you mean: 

Error message is not reading in the include ZXAUFU03 on user exit COOPA002

Former Member
0 Kudos

Hi Experts,

Iam working on sone userexit in tcode Ko01 and ko02. actually  i have to through the error message ...break point comes to that point it is not throughting that message...the message format i have used is

MESSAGE 'xxxxxxxx ' TYPE 'E'.

the FM in which the include is there does not contain exceptions then can u plz tell me how i should through the error message....

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Try with Display Like 'E".

MESSAGE 'XXXXX' TYPE 'E" DISPLAY LIKE 'E".

Former Member
0 Kudos

Hi Kiran ,

thank you for reply ,

i tried that to its not working when we are using the Display like 'E' .

regards,

Siva 

0 Kudos

Did u try with Message class?.

Former Member
0 Kudos

Yes i tried but its not reading the Error message

regards

Siva

0 Kudos

Strange. Did u get any break through?

Can you try with own exception and see.