Double row of tabs
No planeadaWe have a customer that needs a lot of extra information on item level captured in a lot of UDF's. Therefore we have created a lot of tabs of which the names are not readable anymore, because there are too many tabs. I have already seen that you cannot create extra tabs underneath an existing tab unfortunately.
Is it however possible to create a second row of tabs, so that we can still read the titles of the tabs?
-
Thank you for your request. It has been scheduled for review by the development team that will get back to you should there be questions.
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 24247] -
Hi Sven, Thank you for the request :-)
Extra/Double-set of tabs are unfortunately not possible with the SAP SDK so it is not something we can offer :-(
What you could try instead is that instead of using tabs you could use a Combobox to change Panelevel.
This is how the example of how the B1UP Universal Function Screen works... Each UF Type (Message, Macro, SQL Report,...) is essentially a "Tab" but disguised as a Combo-box.
So what you would need to do is:
- Make a single Tab
- Make combobox using IPT and fill it with the "tab-names" (use the ValidValues field in IPT)
- Make a B1 Validation that on Combobox Select run a macro that use the PaneLevel(<newpane>) command to switch the pane-level
- Have you fields in same x/y position but with different PaneLevel.
It will take some time to set up of cause but it should work.
Iniciar sesión para dejar un comentario.
Comentarios
2 comentarios