Navigation screen: We use the SAP Web repository to store our scripts. Because of the limited file name length in the Web Repository we work with the "File ...alias=" command in the session script to shorten long script file names, for example

file "saplsmtr_navigation.d0100.txt" alias="menu.txt"

But for this screen it does not work in a new SAP GUI mode opened by the user. Why, and can you help?

For the navigation menu, SAP uses two screens, namely 0100 and 0101. Please add the command

file "saplsmtr_navigation.d0101.txt" alias="menu.txt"

in your session script.