Application Development 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: 

Code inspector on message code

Former Member
0 Kudos

Hi, everyone

I want to use Code inspector in our Upgrade project.

Now I have some message codes which can be ignored

this time, But I don't know the description of those

message code, Is there any one know that which SAP

tables those message code are in ?

Regards,

Harry

Edited by: harry wang on Sep 17, 2008 7:32 AM

11 REPLIES 11

Former Member
0 Kudos

help help

can any body know it ?

0 Kudos

HI,

i think all the messages will be stored in T100 table.

0 Kudos

But I donN't know the message class of those message code,

and in T100 the message number's type is char3,

but in Code inspector , the message code is char4...

so, Is there other advice ???

0 Kudos

Is there anyone know it??

help!!!

0 Kudos

Harry,

The message numbers are always 3 character wherever it is used. I am not sure what is happening here. the table t100 and SE91 is the way to get the message text

Can you please give me one message number that u have?

Regards

Farzan

0 Kudos

Thanks every one,

I know T100, I know se91.

but , maybe it is different.

after running Code inspector(ECC6.0)

there are some message coder and description

such as :

Information:

Message Code :0315

Parameter no, "" is untyped....

I can see the message description here.

My question is: In which table these message code and message descritpion are saved ?

0 Kudos

I feel the error is because some of ur formal parameters in the sub-routine declaration is not having any type assigned. Please assign a type or specify type any to solve this error.

Regards

Farzan

0 Kudos

Thanks your reply.

But What I want to know is that how to get the message description by message code ?

for example:

In normal case: you can know the message descrition with message number and message class from table T100.

but in which table can I get the message description with message code ?("Code Inspect")

0 Kudos

See the table T100 or go to SE91 transaction

Regards

Farzan

Former Member
0 Kudos

T100 is the table

Here u will have to give msg class

as well as msg no

Peter_Inotai
Active Contributor
0 Kudos

Message codes are usually NOT from T100.

They are defined in the code inspector check class itself.

The long text is maintained via transaction SE61.

You can find some details here:

Peter