cancel
Showing results for 
Search instead for 
Did you mean: 

changing activ tab with button click

Former Member
0 Kudos

Hello,

I have a tabstrip with several tabs. On Tab2 I have a list of invoices. If the user clicks on the copy button I want to copy several fields into a form on tab1. That is working well. I also want to change the activ tab from Tab2 to Tab1 so that the user is facing the formular but I do not know how to do it.

regards

stefan

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Stefan,

There is property for TabStrip UI element "selectedTab" (http://help.sap.com/saphelp_nw2004s/helpdata/en/f0/e5a8411fdbcc46e10000000a155106/frameset.htm). Bind it to context attibute and change in action handler accordingly.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hello Maksim,

thanx for the hint, it worked.

regards

Stefan

Answers (0)