Saltar al contenido principal

Double row of tabs

No planeada

Comentarios

2 comentarios

  • SSP Automation
    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]
  • Rasmus Jensen

    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:

    1. Make a single Tab
    2. Make combobox using IPT and fill it with the "tab-names" (use the ValidValues field in IPT)
    3. Make a B1 Validation that on Combobox Select run a macro that use the PaneLevel(<newpane>) command to switch the pane-level
    4. 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.