Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tabstrip control

Former Member
0 Likes
325

Hi gurus,

i have created one screen containing two tabs (screen:1000).

If i press tab1 screen 1001 will open and if i press tab2 screen 1002. Both screens have table control (1001 and 1002). My problem is that I am not able to debug the 1st tab in screen 1000. 2nd tab is working fine. Nothing is happening if I press the first screen. It is not going to screen 1001. Screen 1000 is my initial screen.

Excerpts from my code is given below.

PROCESS BEFORE OUTPUT.

CALL SUBSCREEN DIL_MTVW INCLUDING SY-REPID NUMBER.

CALL SUBSCREEN DPL_MTVW INCLUDING SY-REPID NUMBER.

MODULE STATUS_1000.

*

PROCESS AFTER INPUT.

MODULE OUT AT EXIT-COMMAND.

MODULE USER_COMMAND_1000.

*

CALL SUBSCREEN: DIL_MTVW.

CALL SUBSCREEN: DPL_MTVW.

where number(4) type n value '1001'.

Thanks in advance.

Debopriyo

1 ACCEPTED SOLUTION
Read only

former_member784222
Active Participant
0 Likes
301

Hi,

Before coming into screen 1000, did you set the default tab in the tabstrip like: tabstrip-activetab = '1001' .

Please do that if you haven't done ?

regards,

S. Chandra Mouli.

1 REPLY 1
Read only

former_member784222
Active Participant
0 Likes
302

Hi,

Before coming into screen 1000, did you set the default tab in the tabstrip like: tabstrip-activetab = '1001' .

Please do that if you haven't done ?

regards,

S. Chandra Mouli.