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
1,131

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.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
860

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

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
861

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

Read only

Former Member
0 Likes
860

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

Read only

Former Member
0 Likes
860

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.

Read only

Former Member
0 Likes
860

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.