Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error message in user Exit

Former Member
0 Likes
1,049

Hi friends,

Iam working on sone userexit in tcode Ko01 . 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 msgtypemsgnumber(messageid) WITH 'text message'.

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....

thanks in advace...

6 REPLIES 6
Read only

Former Member
0 Likes
1,017

Hi,

Dint get your query.

Come again ?

Regards,

Ranjith Nambiar

Read only

0 Likes
1,017

Hi,

In user exit iam checking values and if it is more than the value i found in table i am throughing message ...but that message is not getting exicuted...

Read only

0 Likes
1,017

Simple, u r code it not getting extecuted till that point.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,017

Place a bug point exactly in the message statement and run the tcode, check whether the control reaches there.

Read only

0 Likes
1,017

hi praja,

i m also facing the same problem. have u got any solution for this problem? if u have any solution pls share with me.

regards,

vicky.

Read only

0 Likes
1,017

check ou some userexits which have exceptions for that. it solved my problem.