Application Development and Automation 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: 
Read only

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

Former Member
0 Likes
833

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
Read only

Former Member
0 Likes
570

refer any one . Dont create Duplicates.

Read only

Former Member
0 Likes
570

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

Read only

former_member787646
Contributor
0 Likes
570

Hi

Check the following program in SE38.

Program Name: DEMO_SEL_SCREEN_IN_TABSTRIP

Hope it helps.

Murthy