on 2011 Feb 17 1:55 PM
I have a web template with multiple tabs. When the page initially loads, I want to see the 2nd tab instead of the 1st. Is this possible? I want the tab to be in the 2nd position, and I want that to show up on initial page load and not the 1st tab.
Hi,
Plz. set 'Initial Tab Index' to 2 under Tab Pages Properties -> Internal Display at design time. When the page loads initially, it would display the 2nd tab instead of default 1st.
--Priya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since you wish to have the 2nd Tab only on initial load, you can set it at design time as suggested. Is there a need to call your web template from some other template? Well, in that case too, it would work since the setting is on initialization of the web template. I believe you can use Command URLs to set the Tab Pages webitem Parameter to achieve the same functionality in WAD 3.5.
--Priya
I don't see a way how you can override the webitem parameters' of the web template you are abt to open from an existing web template using WAD 7 Commands. But in WAD 3.5 you can have parameterized URLs while calling web templates from existing templates - but I'm not too sure on how the URL (http://myAppServer:myPort/SAP/BW/BEx?CMD=LDOC&template_id=yourTemplate) changes from 3.5 to 7. Maybe you can try it out;
Refer parameterized URLs:-
http://help.sap.com/saphelp_nw04/helpdata/en/27/6c013a53271a05e10000000a11402f/content.htm
Refer changing webitem parameters:-
http://help.sap.com/saphelp_nw04/helpdata/en/3b/94f6acc710284da3aa1dfbff327934/content.htm
--Priya
Hi,
in 7.0 WAD you can insert a command before . Use the command SET_ITEM_PARAMETERS as a standard action before first display in the properties of Web Template.
Bye
Gilbert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.