2023 Mar 08 3:19 AM
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
2023 Mar 08 7:20 AM
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)
2023 Mar 08 7:23 AM
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.
2023 Mar 08 8:00 AM