hi all,
i have the following code in my main screen 3000.
process before output.
module read_data_3000.
module status_3000.
call subscreen subscr_hu including 'ZTEST' number1.
process after input.
module pai_at_exit_3000 at exit-command.
call subscreen subscr_hu.
module user_command_3000.
i have two tabstrips. the default is in subscreen 3010 and the second is in 3020.
when iam click on tab2 , the logic jumps to PAI of teh main screen shown above and then at the statement 'call subscreen subscr_hu.' the flow goes to PBO of my first tab (3010)again. why is this?
is it becuase of the same subscreen area i have for two tab strips?
if i define separate subscreen areas for the two tabs would it be different/ would i have any problems?
FYI.the user can change data in my screens.