2007 Sep 07 5:26 PM
I have a radio button in my selection screen , when that is selected another selection screen has to pop up with some input fields.
How can i do that using call selection screen ?
I have a radio button in my selection screen , when that is selected another selection screen has to pop up with some input fields.
How can i do that using call selection screen ?
2007 Sep 07 5:29 PM
i think i got it . i am using
SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.
SELECTION-SCREEN INCLUDE BLOCKS sel1.
SELECTION-SCREEN BEGIN OF BLOCK sel2
WITH FRAME TITLE tit2.
PARAMETERS: airpfr TYPE spfli-airpfrom,
airpto TYPE spfli-airpto.
SELECTION-SCREEN END OF BLOCK sel2.
SELECTION-SCREEN END OF SCREEN 500.
CALL SELECTION-SCREEN 500 STARTING AT 10 10.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |