Skip to Content
0
Oct 08, 2013 at 05:21 AM

Programmatically switch between overview's tabs in SAP CRM WebUI

95 Views

Hi,

In our overview there are number of tabs, I need to switch between them programmatically (via ABAP-code) according to some business logic. As far as I know there is ability to implement such task by using of configurations, you can define number of configurations, according to number of tabs and in each configuration define different order of tabs and then to set desired configuration in DO_CONFIG_DETERMINATION( ) according to your business logic. This approach may be suitable when we're dealing with no more, than 2 tabs, but if you have 3…10 tabs it might be difficult to deal and maintenance with such amount of configurations.

Is there any other way to set an active tab, which is actually shown by default on overview opennening?

Thanks.