Add Tab strip to Selection Screen

Example code for for adding a Tabstrip to the Selection screen:


**************************************************************
*Tabbed block.

selection-screen begin of tabbed block tabb1 for 9 lines.
selection-screen tab (15) text-006 user-command ucomm1
 default screen 101.
selection-screen tab (15) text-007 user-command ucomm2
 default screen 102.
selection-screen tab (17) text-008 user-command ucomm3
 default screen 103.
selection-screen end of block tabb1.
selection-screen begin of screen 101 as subscreen.
parameter: p_field1 type i.
selection-screen end of screen 101.
selection-screen begin of screen 102 as subscreen.
parameter: p_field2 type i.
selection-screen end of screen 102.
selection-screen begin of screen 103 as subscreen.
parameter: p_field3 type i.
selection-screen end of screen 103.

Related Articles

Adding buttons to an ABAP report selection screen within SAP
Add buttons to Application toolbar of selection screen
Add buttons with icon to selection screen
Add buttons to dynamically change the selection screen entry fields
ABAP parameter as checkbox plus initiate 'AT selection-screen' EVENT to unselect other checkboxes
Initiate the 'AT selection-screen' EVENT from a checkbox
Dynamically alter a selection screen based on user
SAP dropdown list box for an ABAP report selection screen
Initiate the 'AT selection-screen' EVENT from a LISTBOX within an ABAP report sel screen
ABAP Radiobutton to Initiate the 'AT selection-screen' EVENT on SAP report
ABAP Begin of Block to group selection-screen fields plus add title and frame
Report Selection Screen - Example code and information on various sel screen processing techniques
Selection screen push buttons
F4 search help manually called from report selection screen
Modify Selection Screen(LOOP AT SCREEN)
Restrict select-options to only allow specific restrictions
Radiobutton (inc desc) and entry field on same line of SAP selection screen
Add blank line to SAP report selection screen