Skip to Content
0
Former Member
Dec 07, 2006 at 10:09 AM

TAB STRIP CONTROL - ON FULL SCREEN - URGENT

334 Views

Hi,

Please see the following code and suggest me what to do to see my tabsrip control covers complete screen on runtime. The tabstrip control width should fit the runtime screen completely.

Program: ZPRJTABSTRIP01.

ZPRJTABSTRIP01.

CONTROLS: TAB TYPE TABSTRIP.

CALL SCREEN '1000'.

Program: ZPRJTABSTRIP01

Screen: 1000

PROCESS BEFORE OUTPUT.

CALL SUBSCREEN: SUB1 INCLUDING 'ZANNS_FEESFORM' 1000'.

CALL SUBSCREEN: SUB2 INCLUDING 'ZANNS_FEESFORM' 1001'.

PROCESS AFTER INPUT.

CALL SUBSCREEN: SUB1, SUB2.

Please help me out with the optmized and effective coding to do the same.

My tabstrip control loading screens 1000 and 1001 of ZANNS_FEESFORM must cover the whole screen and should look like standard SAP Screens