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

is dynamic tab possible ?

Former Member
0 Likes
577

Hi Experts,

I have got a requirment where I am designing screen in module pool purpose of this program is to take input from user and save in table.

Based on the functional location(FL) there can be different no of Equipment if for a FL there is 3 eqipment then 3 tabs should appear if there is 4 then 4 and so on.

So basically my requirment is to create dynamic tabs is it possible ?

As of now I am solving it like this - I am taking 10 tabs (as I know there can not be more then 10 equipment for a FL) and activating only those tabs where there is data rest will just appear but will not be active is there any way to hide tabs like parameters ?

Any help in this regard will be highly appreciated.

Regards

Bikas

Hi Experts,

I have got a requirment where I am designing screen in module pool purpose of this program is to take input from user and save in table.

Based on the functional location(FL) there can be different no of Equipment if for a FL there is 3 eqipment then 3 tabs should appear if there is 4 then 4 and so on.

So basically my requirment is to create dynamic tabs is it possible ?

As of now I am solving it like this - I am taking 10 tabs (as I know there can not be more then 10 equipment for a FL) and activating only those tabs where there is data rest will just appear but will not be active is there any way to hide tabs like parameters ?

Any help in this regard will be highly appreciated.

Regards

Bikas

3 REPLIES 3
Read only

Former Member
0 Likes
554

If you are not aware about how many tabs you want to keep active until runtime, u can use the concept of field symbols...it will help you to get the required tabs and then you have to program it in PBO by doing loop at screen and then accordingly you can activate tabs.

Read only

0 Likes
554

That is exactly what I am doing just tell me how can I use loop at screen to hide a tab in PBO ?

Regards

Bikas

Read only

0 Likes
554

Oh got your point my problem solved ...........

Thanks a lot ....