Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

can we have two subscreens in a single tabstrip

Former Member
0 Kudos

Hi All,

Can we have two subscreens in a single tabstrip based on some condition.

for ex:

if matchar = 'E'.

I need to call subscreen 9001.

or if marchr = 'S'.

I need to call subscren 9002.

Is that possible to do that. if it is there, please let me know..

Thanks

Senthil kumar v

5 REPLIES 5

Former Member
0 Kudos

Hi,

Refer to the link,

This May help you.

Regards

Sumit Agarwal

Former Member
0 Kudos

Hi,

Yes we can create more than one subscreens in a tabstrip in different tabs.

We can have as many tabs in a tabstrip and declare different subscreens in each tab.

Is this answers your question?

If you want the sample code for the above, search in sdn or i can provide you the one.

Regards

Natasha Garg

Former Member
0 Kudos

Hi,

Yes you can surely have two subscreens in a tabstrip,but not under the same tab.But you can have subscreens for different tabs in the tabstrip.

Refer to this link for a sample code for the same

http://help.sap.com/saphelp_nw04/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm

Regards,

Manish

Edited by: MANISH GUPTA on Sep 10, 2008 12:06 PM

Former Member
0 Kudos

Hi Senthil,

You cannot have two Subsreen Under the Same Tab as you have to declare the Subscreen Area before

itself for the particular screen, but you can surely have different screens called under different Tabs.

If need to use only one Tab in your program then you can do changes in the Same screen as per the Requirements ie you can set the fields as invisible which you dont want to display.

[http://saptechnical.com/Tutorials/ABAP/Tabstrips/page1.htm]

Regards,

Amit.

Former Member
0 Kudos

thanks guys...