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

Issue when create shipment

Former Member
0 Likes
962

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
910

Hi I am in dubugger,what did you mean for putting breakpoint at statement MESSAGE?

7 REPLIES 7
Read only

Former Member
0 Likes
910

Hi Klaas,

Try debugging, putting breakpoint at statement MESSAGE.

You can easily understand why it is throwing such a message.

Regards,

Nisha Vengal.

Read only

Former Member
0 Likes
910

How to debug...?

Read only

0 Likes
910

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.

Read only

Former Member
0 Likes
911

Hi I am in dubugger,what did you mean for putting breakpoint at statement MESSAGE?

Read only

0 Likes
910

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.

Read only

Former Member
0 Likes
910

are there anyupdates?

Read only

Former Member
0 Likes
910

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.