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: 

Block of selection screen position

AJeB
Participant
0 Kudos
240

how to do this in se38 executable program in selection screen without using the Screen painter(se51) ?
header 1 should be left and header 2 should be right

3 REPLIES 3

FredericGirod
Active Contributor
191

You cannot do this with Block (size is fixed to 120 columns), but you could do this instead : demo_sel_screen_with_subscreen (two screen with arrows to switch)

akmal1216
Employee
Employee
191

Hello,

Unfortunately it is not possible with selection screens, you can divide them horizontally, but not vertically.

selection-screen begin of block b1 with frame title text-001.
  parameters : ebeln type ekko-ebeln,
                       ebelp type ekpo-ebelp.
selection-screen end of block b1.
selection-screen skip 2.
selection-screen begin of block b2 with frame title text-002.
  parameters aedat type ekko-aedat.
selection-screen end of block b2.

Sandra_Rossi
Active Contributor
0 Kudos
191

Or do it with a tab strip.