‎2009 Sep 20 2:39 AM
can we execute the write stmt before at selection-screen event?
Edited by: anil ajmera on Sep 20, 2009 3:42 AM
‎2009 Sep 20 9:35 AM
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.
‎2009 Sep 20 5:25 AM
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
‎2009 Sep 20 9:35 AM
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.