Script Function: Determines the name of the AE system
GET_UC_SYSTEM_NAME()
| Return code | 
|---|
| Name of the AE system | 
In the example, the name of the AE system (e.g. "AEPROD") is determined and the result is output to the activation report.
:SET &RET# = GET_UC_SYSTEM_NAME()
:PRINT &RET#
        
See also:
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function