2008 Jul 29 7:04 PM
hi experts,
can i create different blocks at same selection-screen in module-pool? if yes,how?and can i use 'loop at screen' in dat case?
thanks.
2008 Jul 29 7:30 PM
2008 Jul 30 7:12 AM
Hi ,
its simple
In selection screen you can write like
selection-screen : begin of block b1 .
select-options :,,,
selection-screen end of block b1
selection-screen : begin of block b2 .
select-options :,,,
selection-screen end of block b2.
selection-screen : begin of block b3 .
select-options :,,,
selection-screen end of block b3.
This will display like blocks in default selection screen 1000
Like normal you can use loop at screen on he group basis or name boasis
try this .
Madhavi
2008 Jul 30 7:13 AM
Hi
Check the following program in SE38.
Program Name: DEMO_SEL_SCREEN_IN_TABSTRIP
Hope it helps.
Murthy