cancel
Showing results for 
Search instead for 
Did you mean: 

Error masage

Former Member
0 Kudos

What is the t code for finding error msg details, how to investigate a eror msg?

Thanks

Ajit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If it is in PO than SPRO - IMG - Material Management - Purchasing - Environment Data - Define Attribute of System message

If it is in MIGO than SPRO - IMG - Material Management - Inventory Management - Define Attribute of System message

Regards,

Manish Jain

Answers (3)

Answers (3)

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

No t.code to see error message but you can set each message no and maintain whether the message is to be shown as warning or error in any path or t.code

The path to maintain warning & error messages for all are:

In case of Purchasing,

Material Management>Purchasing->Environment Data--->Define Attributes of System Messages

In case of Inventory Management,

Material Management->Inventory Management and Physical Inventory->Define Attributes of System Messages

In case of External Service Management,

Material Management>External Services Management->Define Attributes of System Messages

In case of Logistics Invoice verification,

Material Management>Invoice Verification->Logistics Invoice Verification--->Define Attributes of System Messages

In case of Material Master,

Logistics - General>Material Master>Basic Settings-->Define Attributes of System Messages

Also check t.code OBMSG for setting warning or error message

Regards,

Biju K

anna_hannon
Active Participant
0 Kudos

SE91

eg. Message code M7310

Message class: M7

Messages Number: 310

Select message -> Long Text for Details, Diagnosis, System Response, Procedure...

JL23
Active Contributor
0 Kudos

double click the message to get its detail with message number and long text.

if double click is not possible, then you have usually a select box and a question mark buton to get the same details.

alternaive you can search the message by text with SE16 in table T100, and then use the message number and display it in transaction SE91.

in SE91 you have then the option to go into the programm source via where-used button,and then a programmer can read under what circumstances this message is issued.