sapdev logo background
sapdev logo sapdev logo
Comments

SAP TAB STRIP CONTROL1 ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Screens, Tabstrips with scrolling in the SAP GUI
This example demonstrates the use of tabstrip controls with local scrolling.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The static subsequent screen number of screen 100 is 100. It is a tabstrip page called mytabstrip created with three tabs,
PUSH1 , PUSH2 , PUSH3 and function codes with the same names (type p ). One of three identically sized subscreen areas, sub1 to sub3 , is assigned to each tab. The button is called BUTTON and has the function code 'OK' . In addition three subscreens, 110 to 130, are defined. These subscreens fit into the above mentioned subscreen areas. The screen flow logic of the subscreens 110 to 130 does not contain any module calls.
When the program is executed, the user sees a screen, the second tab page of which is active because before screen 100 is called, the component activetab of the structure mytabstrip is set to PUSH2 . The user can scroll between the tab pages without triggering the PAI event. Each tab page has one of the three subscreens attached to it.
By selecting the Continue button, the PAI event is triggered and a message shows the function code of the tab assigned to the currently active tab page.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




TAB_PAGE_GLOSRY
TAB_STRIP_CONTROL2_ABEXA




comments powered by Disqus