cancel
Showing results for 
Search instead for 
Did you mean: 

How to add Select option and table control in single tab in tabstrip?

Anbu_04
Discoverer
0 Kudos
289

In single tab i need add select option.,Based on the Low and High values I want to display the data in that particular tab only ,is it possible?

Sandra_Rossi
Active Contributor
0 Kudos

Define a selection screen

SELECTION-SCREEN BEGIN OF SCREEN 1001 AS SUBSCREEN.
...whatever you want...
SELECTION-SCREEN END OF SCREEN 1001.

Inside the sub-screen area below your tab, include a screen which contains again another sub-screen area (e.g. named AAAAA), include the sub-screen 1001 e.g. PBO:

CALL SUBSCREEN AAAAA INCLUDING SY-REPID '1001'.

For the rest, what is your issue?

raymond_giuseppi
Active Contributor

In the definition of the subscreen displayed with the tab, define a new subscreen area for the selection-screen and put the table control underneath. What did you already try and where are you stuck?

Accepted Solutions (0)

Answers (0)