ABAP Keyword Documentation →  ABAP − Reference →  User Dialogs →  Screens →  Statements in the Screen Flow Logic →  Subscreens, Tabstrips, and Splitter Controls → 

Tabstrip Controls

A tabstrip control is a screen element that is made up of multiple tab pages. Every tab page contains a one line tab title which is linked to a function code and which can be used to select the tab page by clicking once. Under the tab title, a tab page is made up of a subscreen area. Each tab title must have a subscreen area assigned to it, in which any subscreens can be displayed. There are two ways to do this:

Note

When paging in the SAP GUI, if you select a tab title entry checks are not made and data is not transported to the ABAP program. Only if user action triggers the PAI event are all the entries checked and the data of all screens transported. When paging in the ABAP program, the entries are checked for each selection of a tab title and the current tab page data is transported to the ABAP program of the subscreen dynpro.

Examples

Refer to