Application Development and Automation 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: 
Read only

about tabstrip

Former Member
0 Likes
791

hi experts,

i have to define tabstrip and subscreen areaat single screen (let 9001) and in tabstrip attribute pass thatsubscreen area as reference , so that tabstrip have a common area. what i have done , have created tabstrip named main_tab having push button main_tab_tab1 , fct code - main_tab, reference - main_tab_sca

main_tab_tab2, fct code - main_tab, reference - main_tab_sca

subscreen area - main_tab_sca,

but when i activate it gives error that main_tab_tab1 is not assigned to subscreen.

please suggest.

Again is it possible to drag tabstrip on subscreen area, if yes , how.

i am waiting, points sure,

Thanks,

Anshu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

HI,

Please drag the subsreen to tabstrip area you problem will be solved.

Thanks

vivekanand

HI,

Please drag the subsreen to tabstrip area you problem will be solved.

Thanks

vivekanand

5 REPLIES 5
Read only

Former Member
0 Likes
759
Read only

Former Member
0 Likes
760

HI,

Please drag the subsreen to tabstrip area you problem will be solved.

Thanks

vivekanand

Read only

0 Likes
759

Hi,

I have already tried that but my problem not solved. any other method to do that.

Anshu

Read only

0 Likes
759

Hi Anshu,

As you have said... You have assigned different FCODS to different buttons.

There are two concepts in TAB STRIP.

1. Local Scrolling at the Frontend ( PAI will not trigger when you move from one tab to another.) You need to have a different subscreen for each tab page.

2. Scrolling at the Application Server. (PAI will trigger) You will need only one sub screen here.

Now as you are using only one subscreen you want option 2.... YA.

Here you have to define the function codes of the individual tab titles without a special function type. I.e Double clieck on the tab buttong and see in property which function type you have used. If you have used any remove it error will go.

Hope this will help for any doubt in UI and MODULE POOL programming you can contact me, I will try to help where-ever I can.

Darshan.

<i><b>Please reward points to helpful answer. It Motivates us to Help Others.</b></i>

Read only

Former Member
0 Likes
759

Hi Anshu,

Please see previous posting

=========

Another document regarding

Tabstrip in ALV

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/022ba607-0301-0010-e382-fdedca55...

Regards,

ABY