Selecting a tab without using the function code: In an InputScirpt I want to select tab „Partner“. I tried

Enter "=T\09"                  // Partner

 but it doesn't always work, probably because the SAP application has assigned a different tab number to "Partner".  Is there another way to achieve this?

You can use

Enter P[Partner]

GuiXT will then choose the right funtion code.