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

Module pool table control problem

Former Member
0 Likes
316

Hi,

I have tabstribs screen. Oneof the tab strib one table control is there. when the user click on the delete button the record will be deleted, same for the modify and insert. But when he user press the delete or insert button the record is deleting or inserting, but the controls goes back to the first tab. If anybody handles this type of problem please help me out.

Regards,

Ranjan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
296

You should assign the name of the tab to the Tabstrip Control...


CONTROLS CTL_TAB TYPE TABSTRIP.
CTL_TAB-ACTIVETAB = 'Second_Tab'.

Greetings,

Blag.

1 REPLY 1
Read only

Former Member
0 Likes
297

You should assign the name of the tab to the Tabstrip Control...


CONTROLS CTL_TAB TYPE TABSTRIP.
CTL_TAB-ACTIVETAB = 'Second_Tab'.

Greetings,

Blag.