‎2008 Jan 14 6:12 PM
Hi there,
I drag & place the tabstrip in the screen editor,But i find only two tabstrips how can i increase it to more than 2 tabstrips?hope this explains.
rgrds
‎2008 Jan 14 6:26 PM
Hi Chidambar,
Follow this procedure to create extra tabs in the tabstrip:
Select a push button and place it next to the last tab.
Double click on it and give a name and fucntion code to it and save it.
This will create a new tab in the tabstrip.
Assign a subscreen area to each tab(you then call a subscreen here ) .
Subscreen can be created by selecting the subscreen from the layout and placing it in the tab area.
This might be helpfull for you in coding for the tabstrip:
In the ABAP program use the CONTROLS statement and declare an object with the same name and type TABSTRIP eg. : CONTROLS : tab1 type tabstrip.
The field ACTIVETAB of the type tabstrip will contain the current titles function code.
If the function type is PAI is triggered, if type P no PAI is triggered
You can assign the same subscreen area to more than one tab title. For this enter the name of the subscreen in the attribute Reference Object of the tab title
For display transactions use local scrolling (all tab titles with type P). Only functions on the screen will trigger the PAI
For the above you need a separate subscreen area for each page. A subscreen will be sent to each of these areas.
Call all the subscreens from the flow logic (Both PBO and PAI)
Assign P as the function type
If a page does not have any elements to display the system will hide the page, if there are no page elements to be displayed the tabstrip is not displayed
Scrolling should be handled in the program. When they all share the same subscreen area handle it carefully.
Reward points if helpfull.
Regards,
Kashyap
‎2008 Jan 14 6:26 PM
Chidambar,
Go through the Wizard, you can create as many you want.
http://help.sap.com/saphelp_nw04/helpdata/en/6d/150d64da1011d3963800a0c94260a5/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm
Hope this helps
Vinodh Balakrishnan
‎2008 Jan 15 4:49 AM
Hi,
You can create tabstrips using the tabstrip wizard also, that is the button just near to the tabstrip control button.
to learn the various fuctionalities of tabstrip through coding , you may refer to the sample program DEMO_DYNPRO_TABSTRIP_LOCAL .
Regards,
Renjith Michael.
Edited by: Renjith Michael on Jan 15, 2008 10:19 AM
‎2008 Jan 15 5:37 AM
Hi,
if u want more than two tabs in the tabstrip screen just do as follows,
select the pushbutton icon from icons of the screen then drop it after the existing tabs of the tabstrip then u can difine attributes for that new tab, like that u can add as many tabs as u want.....
reward points if useful,
seshu.
‎2008 Jan 18 4:32 PM
hi,
by default it shows u 2 tabstrips, if u want to incerease it to more drag and drop .
rewards if useful to u bye.