2008 Jun 25 11:09 AM
2008 Jun 25 11:11 AM
You can create them.
e.g.Create 2 radio buttons on first screen.When the 2nd radio button is pressed,call the 2nd selection screen by SUBMIT PROGRAM........
2008 Jun 25 11:11 AM
You can create them.
e.g.Create 2 radio buttons on first screen.When the 2nd radio button is pressed,call the 2nd selection screen by SUBMIT PROGRAM........
2008 Jun 25 11:12 AM
Sobha,
selection-screen begin of screen 001 as subscreen.
selection-screen begin of block b1 with frame title text-001.
selection-screen begin of line.
selection-screen comment 2(10) text-003.
parameters:par1 type marc-matnr.
selection-screen end of line.
selection-screen end of block b1.
selection-screen end of screen 001.
selection-screen begin of screen 002 as subscreen.
selection-screen begin of block b2 with frame title text-002.
selection-screen begin of line.
selection-screen comment 2(10) text-003.
parameters:par2 type marc-matnr.
selection-screen end of line.
selection-screen end of block b2.
selection-screen end of screen 002.
selection-screen begin of tabbed block tabstrip for 10 lines.
selection-screen tab (15) tabs1 user-command t1 default screen 001.
selection-screen tab (15) tabs2 user-command t2 default screen 002.
selection-screen end of block tabstrip.
initialization.
tabs1 = 'TAB1'.
tabs2 = 'TAB2'.Amit.
2008 Jun 25 11:13 AM
Hi,
if the que is like depending on the selections given in the first selection-screen, we need to call the other selection-screens, YES, we can do it.
if param1 = <>.
CALL SCREEN 9000.
else
CALL SCREEN 9001.
endif.
reward if useful,
regards,
teja.
2008 Jun 25 11:20 AM
try to use tabstrip concept .. with that u can have n number of subcreen..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |