How to Check SAP TREX Version

You are looking for the SAP TREX version configured in your company SAP landscape environment. There are 2 ways of achieving this activity as below,

Method 1: Using SAP GUI

Login to the any SAP system connected to the TREX and execute transaction code TREXADMIN. Go to Summary tab and you will see the TREX version there.

Method 2: Using Command Line

Login to the TREX server operating system. In our case, the operating system is on Red Hat.

As sidadm, change the directory to /sap/TREX/sid/TRXxx. Use command TREX version to get the current installed version.

# pwd
/sap/TREX/SID/TRX10

# TREX version
TREX version info:
  version:             7.10.77.00
  build number:        710.77.404786
  changelist:          404786 (710_REL)
  compile date:        2018-06-21 12:04:42
  compile host:        ldm015
  compile type:        opt

  • SID – The TREX system name
  • xx – The TREX system number

You May Also Like

Leave a Reply?