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

msg

Former Member
0 Likes
415

hi, what is sy-msgno 355?

what is this sy-msgno for?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

message no associated with a message class and it will give you the text as per message stored in table T100. suppose i am writting e355(8I) with v_ebeln.. here 8I is the message class and 355 is the sy-msgno and associated text stored in T100 is

Purchasing document & & & does not exist. so if it is triggered it will so it will show the error Purchasing document <value in v_ebeln> does not exist.

regards

shiba dutta

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hi el,

SY-MSGNO -> message no.

SY-MSGID -> message id

Message number is something which will have all the messages stores at central place and can be refrrered by its ID . to make language independent this feature may be exixted..

u can chk this out in se91.(enter the messageno. 355).

hope it helps,

Regards,

Ramesh

Read only

Former Member
0 Likes
393

message no associated with a message class and it will give you the text as per message stored in table T100. suppose i am writting e355(8I) with v_ebeln.. here 8I is the message class and 355 is the sy-msgno and associated text stored in T100 is

Purchasing document & & & does not exist. so if it is triggered it will so it will show the error Purchasing document <value in v_ebeln> does not exist.

regards

shiba dutta