SAP TAB STRIP CONTROL2 ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Screens, Tabstrips with Scrolling on the Applications Server
This example demonstrates the use of tabstrip controls with central scrolling.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The static subsequent screen number of screen 100 is 100. The layout of screen 100 and the subscreens 110 to 130 is the same as for the example with local scrolling. The function codes of the three tab titles are not typed and a common subscreen area sub is assigned to all tab titles.
In the screen flow logic of screen 100, there is a dynamic connection to PBO, a subscreen in the subscreen area sub. The screen flow logic of the subscreens 110 to 130 contains no module calls.
This example has exactly the same functionality as the example with local scrolling except that scrolling between the tabstrip pages is programmed in the ABAP program. Every time a tab title is selected, it is assigned the function code of the OK field in the activetab component of the mytabstrip structure. At the same time, the variable number is supplied with the screen number of the subscreen which is to be shown in the subscreen area SUB of the tabstrip.