Application Development 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: 

INITIALIZATION event of Tabstrips in Selection screens

Former Member
0 Kudos

Hello all.

I created a selection screen with 6 tabs. Each tab is a "standalone" transaction with it's own logic (i.e. tab1 will execute form 1, tab2 will execute form 2 and so on).

In the end each tab will display an ALV report.

The problem: after the display of the ALV or if no data was found (an error msg. is displayed), the screen goes through the INITIALIZATION event and the tabs are reset again into the first (default) tab. So if the user in in tab4 and no data was displayed - he get's the error msg. and the selection screen displays tab1 again. All the selection data the user has entered into tab4 is still kept in tab4.

Is there a way to bypass the INITIALIZATION event or control the activetab?

Thanks and regards...

2 REPLIES 2

Former Member
0 Kudos

May be to each subscreen you have given the First screen as next screen, that is why this is happening.....

change the screen numebr of next screen of subscreen to itself.. then u should not get this error

Regards.....

former_member184551
Contributor
0 Kudos

Hey Elena

Did you find a solution to this one ?

I am stuck in the same soup !

Rgds

Sameer