‎2008 Nov 06 4:53 PM
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!
‎2008 Nov 06 5:36 PM
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'.
‎2008 Nov 06 4:59 PM
May be issue the message like this way
message id a1 type 'E' number '319' display like 'I'.
a®
‎2008 Nov 06 5:26 PM
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 ?
‎2008 Nov 06 5:36 PM
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'.
‎2008 Nov 06 5:57 PM
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.