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

TEXT

Former Member
0 Likes
629

HAI,

I HAVE GIVEN LIKE THIS WAY IN PROGRAM

message-msgty = 'E'.

message-msgid = 'Z3'.

message-msgno = '000'.

HOW CAN I CREATE THIS TEXT ?

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

hi ashok,

u can create a message class using SE91, and create ur message text and call them in the program.

Otherwise u can directly use in the report.

<b>Message i001(zsd) with 'no data exists'.</b>

Regards...

Arun.

Reward points if useful.

4 REPLIES 4
Read only

Former Member
0 Likes
612

Hi,

use SE91.

Regards, Dieter

Read only

Former Member
0 Likes
612

Goto to se91 and put Z3 . this should be a message class or u need to create it.

in this u put no 000 and write text in it that u need.

Thanks and Regards,

Saurabh

Read only

Former Member
0 Likes
612

Hi,

Double click on the message class or goto the tcode se91 and create a message class. you can define the msgno and message text here.

Regards,

Richa

Read only

Former Member
0 Likes
613

hi ashok,

u can create a message class using SE91, and create ur message text and call them in the program.

Otherwise u can directly use in the report.

<b>Message i001(zsd) with 'no data exists'.</b>

Regards...

Arun.

Reward points if useful.