Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

module-pool: how to create different blocks at same screen

Former Member
0 Kudos
355

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.

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos
92

refer any one . Dont create Duplicates.

Former Member
0 Kudos
92

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

former_member787646
Contributor
0 Kudos
92

Hi

Check the following program in SE38.

Program Name: DEMO_SEL_SCREEN_IN_TABSTRIP

Hope it helps.

Murthy