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

write stmt before at selection-screen

Former Member
0 Likes
437

can we execute the write stmt before at selection-screen event?

Edited by: anil ajmera on Sep 20, 2009 3:42 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi Anil , This can not be achived as selection screen will always be displayed and you will not be able to get the write statement .

You should program your logic in such a way that you can display the message which you want on the selection screen itself.

Hope its help you.

2 REPLIES 2
Read only

venkat_o
Active Contributor
0 Likes
403

Hi Anil, <li> It is impossible to display data using WRITE statement before AT SELECTION-SCREEN event. <li>WRITE statement is executed if you write either in INITIALIZATION or in AT SELECTION-SCREEN OUTPUT event, but no display. Let us know what is your real requirement. Thanks Venkat.O

Read only

Former Member
0 Likes
404

Hi Anil , This can not be achived as selection screen will always be displayed and you will not be able to get the write statement .

You should program your logic in such a way that you can display the message which you want on the selection screen itself.

Hope its help you.