‎2010 Jan 14 10:55 AM
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...
‎2010 Jan 14 11:03 AM
‎2010 Jan 14 11:15 AM
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...
‎2010 Jan 14 5:17 PM
‎2010 Jan 14 5:26 PM
Place a bug point exactly in the message statement and run the tcode, check whether the control reaches there.
‎2010 Mar 17 5:47 AM
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.
‎2010 Mar 30 6:54 AM
check ou some userexits which have exceptions for that. it solved my problem.