VersionNumber command: I have a question about the following part of your "VersionNumber" documentation:

Roundtrips to server
without local cache: 400*500 = 200,000
with local cache: 400*30 = 12,000
with local cache and version number: 400 * 2 = 800

What causes the 400*2 roundtrips when I use the VersionNumber command?

When a user logs on to SAP, GuiXT loads the logon script and the session script, bypassing the script cache; i.e. we need 2 roundtrips for each logon. Since the VersionNumber command is normally used in the session script, and sometimes in the logon script, GuiXT needs to read these two scripts from the database.