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

Log durinb VI01 tcode, which transparent table

Former Member
0 Likes
607

hi guys,

upon creating shipment cost document via tcode VI01, if the shipment cost then in the log we can find message:

Shipment costs $0001 item 000001 cannot be transferred (value 0)

which table stores this type of message ? pls advice

hi guys,

upon creating shipment cost document via tcode VI01, if the shipment cost then in the log we can find message:

Shipment costs $0001 item 000001 cannot be transferred (value 0)

which table stores this type of message ? pls advice

2 REPLIES 2
Read only

Former Member
0 Likes
474

As far as i can think, there shouldn't be a table storing such messages. It should be a message class.

You can debug and check the message class, or in the main program, search with MESSAGE. You will have different message classes used.

You can search for your message in this class.

Hope it helps you.

Read only

Former Member
0 Likes
474

ss