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

subscreens

Former Member
0 Likes
841

in screen painter i ve declared one tabstrip control which is having two tabs.

now in that i should declare one subscreen area which is common for both the tabs.

how to do that

plz tell me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

oh well this depends if you want to make use of the frontend-functionality of the tab-strip, or if you want to it backend.

If you are making use of the frontend-functionality you need one subscreen for every tabstrip you declared, tho i guess that wont work with the enterprise Protal.

Sorry that i dont answer your REAL question since i always use frontend-functionality.

HI,

select sub screen button(4th from below) in the left and draw it in any of the tab.give the name to that sub screen area.and select attributes of remaining tabs of the tabstrip.in dict(lower part) <b>ref.field</b> will be there give the name of the sub screen area u have created earlier.

<b>reward if helpful</b>

rgds,

bharat.

7 REPLIES 7
Read only

Former Member
0 Likes
821

oh well this depends if you want to make use of the frontend-functionality of the tab-strip, or if you want to it backend.

If you are making use of the frontend-functionality you need one subscreen for every tabstrip you declared, tho i guess that wont work with the enterprise Protal.

Sorry that i dont answer your REAL question since i always use frontend-functionality.

Read only

Former Member
0 Likes
820

look on this report if it help you

demo_dynpro_tabstrip_local

or look at transction : abapdocu .

Read only

Former Member
0 Likes
820

Hi,

look at this codes:

 mytabstrip-activetab = save_ok.
    case save_ok.
      when 'PUSH1'.
        number = '0110'.
      when 'PUSH2'.
        number = '0110'. "Same as for push1 this number will be referred in call subscreen like this : call subscreen sub including sy-repid number.
      when 'PUSH3'.
        number = '0130'.
    endcase.
  endif.

Jogdand M B

Read only

Former Member
0 Likes
820
Read only

Former Member
0 Likes
820

HI,

select sub screen button(4th from below) in the left and draw it in any of the tab.give the name to that sub screen area.and select attributes of remaining tabs of the tabstrip.in dict(lower part) <b>ref.field</b> will be there give the name of the sub screen area u have created earlier.

<b>reward if helpful</b>

rgds,

bharat.

Read only

former_member196299
Active Contributor
0 Likes
820

hi ,

Nice name ......

you can create subscreen area by clicking on the subscreen area icon and placing it on the area of tab1 . after this you nees to set the attributes for this in the attributes segment of the tab strip , that whether you want to use one subscreen for both the tabs or different subscreens .there is an option available in the attributes of the tabstrip ..

reward if helpful !

Regards,

Ranjita

Read only

Former Member
0 Likes
820

Dear,

Go to the Screen layuot and double Click on the One tab, the properties will open, go to the Ref Field from the properties of the tab, this will be the 2nd field at the last, assign the name of the subscreen area, and do the same for the 2nd tab.

If helpfull give the reward point.

Bye