‎2007 Apr 06 1:03 AM
‎2007 Apr 06 4:20 AM
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
‎2007 Apr 06 2:27 AM
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
‎2007 Apr 06 4:20 AM
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