Distinguishing between two SAP systems with same name: We have just installed an additional SAP system which has the same SAP system name as our main production system. In order to let the user easily distinguish between the two systems I would like to display an icon on the logon screen of the new system. But how can I distinguish between the two systems? Since the system names are the same we can't use the command

" if Q[database=..."

Use the system variable V[_ashost]:

   if V[_ashost=SAPDEV1]
    ...
   endif