2008 Jul 07 11:36 AM
Hi all,
I have created the Tabstrip with wizard screen with seven tabs as subscreens 001-007. And also i have created six table control screens with 25 rows and 10 coloums which i need to insert that table control screen in the subscreens of tabstrip screen from tab2. So now my problem is how to call the table control screen into the subscreens. Please help me out as it is very urgent.
Regards,
Santosh
Hi all,
I have created the Tabstrip with wizard screen with seven tabs as subscreens 001-007. And also i have created six table control screens with 25 rows and 10 coloums which i need to insert that table control screen in the subscreens of tabstrip screen from tab2. So now my problem is how to call the table control screen into the subscreens. Please help me out as it is very urgent.
Regards,
Santosh
2008 Jul 07 12:26 PM
Hi,
In the main program where you have placed the TABSTRIP
control in that only you have to manage to display the subscreens when a user selects a tab.
Eg..
Case OK_CODE.
when 'FC1'.
SET SCR_NO = '101'.
SET TABSTRIP-ACTIVETAB = 'FC1'.
......................
......................
EndCase.
IN THE FLOW LOGIC you have to write the code.
Call Subscreen <subscreen area>
INCLUDING SY-CPROG SCR_NO.
Hope it helps you.
Murthy
Edited by: Kalyanam Seetha Rama Murthy on Jul 7, 2008 1:26 PM
2008 Jul 07 12:44 PM
Hi Kalyanam,
I am getting the desired output but now i am facing with another issue. The displayed table control screen is not displaying the column titles. So to display the column titles what to do?
Regards,
Santosh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |