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 changes after issue error message in PS

Former Member
0 Likes
648

hello

I am using an exit FUNCTION EXIT_SAPLCNAU_004 and inside that include I have an error validation for Network activity for project systems. When i issue the error message that validates the fields in the tab, the tab changes making the current tab that user was on not active anymore.

Is there a way to make it stay on the current tab when I issue an error message ? Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

Hi,

Try using the Property ACTIVETAB of the Tabstrip Control.

Just before your Error Message, set the Active Tab as the Tab you are Looking.

For Eg:

tabstrip-activetab = 'TAB1'.

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
568

May be issue the message like this way

message id a1 type 'E' number '319' display like 'I'.

a®

Read only

Former Member
0 Likes
568

I tried it and now its displaying it as an information but it still changes my tabs. Maybe its because I am using it in the include ZXCN1U08 ? And that's the behavior ?

Read only

Former Member
0 Likes
569

Hi,

Try using the Property ACTIVETAB of the Tabstrip Control.

Just before your Error Message, set the Active Tab as the Tab you are Looking.

For Eg:

tabstrip-activetab = 'TAB1'.

Read only

0 Likes
568

that is not going to work because then i have to declare a tabstrip control, and it won't let me declare one because i need to declare that globally.