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

error message

Former Member
0 Likes
659

hi ,

This is Sekhar. while declaring data object in the programming code i got a message i.e

WA_LIFNR is not type-compatible with formal parameter.and also i want to no about the message text for the respective message codes. where shall i can find description for the respective message code. is there any database table for storing all these messges.

please help me .

4 REPLIES 4
Read only

Former Member
0 Likes
638

hi Shekar,

Paste the piece of code with declarations .... Take the message class of that message number and using that goto SE91 transaction and give the message class ... check for the message number to find the description of it ...

Regards,

Santosh

Read only

Former Member
0 Likes
638

Table T100 stores all the messages.

Thanks,

Srinivas

Read only

Former Member
0 Likes
638

Database table T100 stores all the messages

Read only

Former Member
0 Likes
638

thanks for giving proper answer