Interface SAPSystemInfo


  • public interface SAPSystemInfo
    Details of the SAP system as returned by the function module RFC_SYSTEM_INFO
    • Method Detail

      • getLogVersion

        String getLogVersion()
        Returns:
        RFC log version
      • getSapCharacterSet

        String getSapCharacterSet()
        Returns:
        Character set (SAP name)
      • isLittleEndian

        boolean isLittleEndian()
        Returns:
        true if the application server is running on a little endian platform, false otherwise
      • getDestination

        String getDestination()
        Returns:
        Logical destination
      • getHost

        String getHost()
        Returns:
        Returns the host of the application server
      • getSid

        String getSid()
        Returns:
        SID of the R/3 System
      • getDatabaseName

        String getDatabaseName()
        Returns:
        name of the database System
      • getDatabaseHost

        String getDatabaseHost()
        Returns:
        Database host name
      • getDatabaseSystem

        String getDatabaseSystem()
        Returns:
        Database system name
      • getOperatingSystem

        String getOperatingSystem()
        Returns:
        operating system of the application server
      • getTimezoneDifferenceFromUTC

        int getTimezoneDifferenceFromUTC()
        Returns:
        Time zone difference from UTC in seconds
      • isDaylightSaving

        boolean isDaylightSaving()
        Returns:
        true if daylight savings time is used, false otherwise
      • getIp

        String getIp()
        Returns:
        IP address of the application server
      • getIpv6

        String getIpv6()
        Returns:
        IPv6 address of the application server
      • getKernelRelease

        String getKernelRelease()
        Returns:
        Kernel Release
      • getApplicationsRelease

        String getApplicationsRelease()
        Returns:
        Applications Release.