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

ready for input

Former Member
0 Likes
432

Hi all,

I want to give ready for input to message...

How should i proceed?

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
407

Rucha,

Heard about Richa but first time I am seeing Rucha.What does ur name stand for.

Well,coming to the point,do you want to dispaly the message in the staus bar?

If so then create a msg class in SE91 and there you can give the messages you want to raise in the program.

report zrucha no standard page heading message-id zrc.

now double click on zrc which will take you to se91 wherein you can create a new msg class with the name zrc.

now you want to give an information msg then follow the below code.

if sy-subrc = 0.

message i000(01) with 'ready for input'.

endif.

if any doubt revert it.

K.Kiran.

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
408

Rucha,

Heard about Richa but first time I am seeing Rucha.What does ur name stand for.

Well,coming to the point,do you want to dispaly the message in the staus bar?

If so then create a msg class in SE91 and there you can give the messages you want to raise in the program.

report zrucha no standard page heading message-id zrc.

now double click on zrc which will take you to se91 wherein you can create a new msg class with the name zrc.

now you want to give an information msg then follow the below code.

if sy-subrc = 0.

message i000(01) with 'ready for input'.

endif.

if any doubt revert it.

K.Kiran.

Read only

Former Member
0 Likes
407

HI,

What is your actual requirement..

I didnt understand your question,

Please be clear..

we can help you..

regards,

nazeer