Google Search - Blog...........

ABAP - Define Tab Strip In Selection Screen.

report ztest.

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 (20) text-007 user-command ucomm2
default screen 102.
selection-screen tab (7) 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(4) type c.
selection-screen end of screen 101.

selection-screen begin of screen 102 as subscreen.
parameter: p_field2(10) type c.
selection-screen end of screen 102.

selection-screen begin of screen 103 as subscreen.
parameter: p_field3(20) type c.
selection-screen end of screen 103.


ALSO READ:

- Example - Selection Screen Parameters.

- Selection Screen To Restrict Options.

- Select Input Only Through F4 (Value On Request).

- Selection Screen With Radio Buttons.

- Selection Screen With Push Buttons.

No comments:

Post a Comment