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

events

Former Member
0 Likes
611

if we write a write statement in at selection-screen event. does it works?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

not at all possible. you cna declare the Input parameters under the Selection screen nevent.

Try to execute the following code in to SE38 sample program. I hope so , you will come to know that after executing the following code .

Selection-screen.

start-of-selection.

write:/ 'Hello Limited'.

if we write a write statement in at selection-screen event. does it works?

3 REPLIES 3
Read only

Former Member
0 Likes
589

not at all possible. you cna declare the Input parameters under the Selection screen nevent.

Try to execute the following code in to SE38 sample program. I hope so , you will come to know that after executing the following code .

Selection-screen.

start-of-selection.

write:/ 'Hello Limited'.

Read only

Former Member
0 Likes
588

Hi,

It is not possible.

To get more information on selection screen processing, please refer to the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/e4/2adbec449911d1949c0000e8353423/frameset.htm

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
588

Hi

Instead of WRITE , try using MESSAGE statement.


  MESSAGE I001(00) 'Information Message'.

Regards

Eswar