‎2007 Nov 26 9:16 PM
hi gurus,
i am using the below stmt.
message e000 with 'Please Enter The file path'.
it says message id needs to be created.
when i created the message class in se91 as zmsg.
it still gives the same error.
can some one help.
‎2007 Nov 26 9:19 PM
You can use this message
MESSAGE E398(00) WITH 'Please Enter The file path'.Or you need to modify you statment like
message e000(ZMSG) with 'Please Enter The file path'.
Regards,
Naimesh Patel
‎2007 Nov 26 9:19 PM
You can use this message
MESSAGE E398(00) WITH 'Please Enter The file path'.Or you need to modify you statment like
message e000(ZMSG) with 'Please Enter The file path'.
Regards,
Naimesh Patel
‎2007 Nov 26 9:24 PM
Hello Sanjana,
Try this : MESSAGE E000(zmsg) WITH 'Please Enter The file path'. Also make sure that the message 000 in zmsg has &&&& present in it. & act as a a place holder.
Regards
Saket Sharma
‎2007 Nov 27 9:17 AM
u can use the below code
REPORT <REPORTNAME> MESSAGE-ID <MESSAGE CLASS>.
.
.
.
MESSAGE <MESSAGE TYPE>MESSAGE NUMBER.
eg. REPORT ZANKIT MESSAGE-ID 'ZANKIT_MSG'.
.
.
.
MESSAGE E000.
‎2007 Nov 27 11:09 AM
Hi Sanjana,
This is Kiran Kumar.G.(working in SAP).I will develop a small code for u ok. please follow the below steps.Those steps will solve ur problem ok.
If u r satisfy with my answer plz give me REWARD POINTS.
HAVE A NICE DAY..
STEPS:
1. DOUBLE CLICK ON "ZMSG".( THE CODE WHICH I MENTIONED BELOW).IT WILL TAKE S U TO SE91 T.CODE.
IN THAT WE HAVE TO MENTION SOME SHORT DESCRIPTION.
2.CLICK MESSAGE TABSTRIP, IN "E000" FILED WE HAVE TO PLACE UR MESSAGE.AND DONT FORGET TO <b><u>ACTIVATE</u></b> THAT SCREEN.
AND EXECUTE THE PROGRAM AND UR PROBLEM WILL BE SOLVED
CODE:
**************************************************************************************
REPORT ZREPRORT MESSAGE-ID ' ZMSG'.
MESSAGE e000.
************************************************************************************
note: if we double click on e000.if it takes to se91 screen ur logic is correct.