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: 

Dynamic tabs in the tabstrip

Former Member
0 Kudos

Hello All,

I am trying to populate dynamic tabs using the function module

TAXI_INITIALIZE_CARRIERSCREEN. Using this FM we can populate at the max 32 tabs.

My requirement is to place more than 32 tabs in the tabstrip.

Is there any other function module which is used to populate tabs.

Or any other solution for this.

Thanks in Advance.

Regards,

Suganya.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you need to use tab-strip and a lot as you want. I advise you to create your own screen and create tab-strip by your own. There's a wizard to help to make the screen management.

Christophe

2 REPLIES 2

Former Member
0 Kudos

If you need to use tab-strip and a lot as you want. I advise you to create your own screen and create tab-strip by your own. There's a wizard to help to make the screen management.

Christophe

Former Member
0 Kudos

hi,

i need help on TAXI_INITIALIZE_CARRIERSCREEN. i want to know how to use this

say, i have created a tabcontrol in the screen painter with function code and reference field. i want to change the text dynamically during runtime.

can i use this function.

Moreover , say,

tabcap-TAB01 = 'TOTAL'.

tabcap-TAB02 = 'SIZEE'.

*TABSTRIP_NAME

CALL FUNCTION 'TAXI_INITIALIZE_CARRIERSCREEN'

EXPORTING

tabstrip_captions = tabcap

  • GUI_PROGRAM =

  • GUI_STATUS =

  • GUI_TITLE =

  • GUI_TITLE_PARAM =

In the above where do i specify the TAB Strip control Name.

i dont know how to pass on the export details for GUI_PROGRAM and rest of it. kindly help me

regs,

raja