‎2009 Nov 11 2:29 AM
Hi :
I encounter the error message when creating the shipment,it said please maintain table zglotct_tmsinco,but when I went to se16,I couldn't see this table,what's wrong?
‎2009 Nov 12 2:33 AM
Hi I am in dubugger,what did you mean for putting breakpoint at statement MESSAGE?
‎2009 Nov 11 4:39 AM
Hi Klaas,
Try debugging, putting breakpoint at statement MESSAGE.
You can easily understand why it is throwing such a message.
Regards,
Nisha Vengal.
‎2009 Nov 11 6:01 AM
‎2009 Nov 11 10:12 AM
Hi Klass,
You need to first identify what action causes that message to appear (eg: saving shipment, or pressing a button).
Just before that action, enter /h in command window and press enter.
It will take you to debugging screen.
Thanks,
Nisha Vengal.
‎2009 Nov 12 2:33 AM
Hi I am in dubugger,what did you mean for putting breakpoint at statement MESSAGE?
‎2009 Nov 13 6:26 AM
Hi Klass,
While you are in debugger, from menu bar select
breakpoint -> bp at statement..
Enter MESSAGE
Then it will stop at all Message statements.
Else, you can put some breakpoints randomly, without going too deep inside the code.
Check which is the last breakpoint (to which execution control had come), just before displaying the message.
Dig deeper inside the code after the last bp, and put new breakpoints.
This is the art of debugging !
Thanks,
Nisha Vengal.
‎2009 Nov 13 2:16 AM
‎2009 Nov 13 6:34 AM
1. Check the technical info of the message. You will get the message class and message number from technical info.
2. Go to SE91, input message class and message number. Click on whereuse button.
3. It will give the list of programs and locations where these messages are issued.