‎2006 Sep 11 8:23 AM
Hi All,
I have a tabstrip on a screen. but i have to give acces to different strips based on authorisation. how do i do this.
Thanks,
Amit
‎2006 Sep 11 9:32 AM
Hi Amit,
This code could be used to automatically redirect a user to a particular tab according to his authorization:
mytabstrip-activetab = 'mytab'Assuming your tabstrip-control on your dynpro is named 'mytabstrip' and it contains a tab named 'mytab'.
Best regards,
Georg
Message was edited by: Georg Lang
‎2006 Sep 11 9:32 AM
Hi Amit,
This code could be used to automatically redirect a user to a particular tab according to his authorization:
mytabstrip-activetab = 'mytab'Assuming your tabstrip-control on your dynpro is named 'mytabstrip' and it contains a tab named 'mytab'.
Best regards,
Georg
Message was edited by: Georg Lang
‎2006 Sep 11 9:34 AM
Hi
Every tab is a pushbutton so in the user-command you can check authorization object.
Max
‎2006 Sep 11 9:46 AM
hi Amit.
The tabstrip has a push button and a subscreen area. As per your requirement, you need to give access based on authorization. So you can simply check it in the PBO and activate the stripe tab1, tab2 based on the authorization.
Check for authorization for condition 1.
activaate tab1
Check for authorization for condition 2.
activaate tab2
Regards,
Richa