2008 Jan 17 2:03 PM
if we write a write statement in at selection-screen event. does it works?
2008 Jan 17 8:29 PM
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?
2008 Jan 17 8:29 PM
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'.
2008 Jan 18 3:11 AM
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.
2008 Jan 18 3:15 AM
Hi
Instead of WRITE , try using MESSAGE statement.
MESSAGE I001(00) 'Information Message'.
Regards
Eswar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |