Purpose

Specifies the base URL of the service to which you want to connect. The base URL is comprised of either the domain name or the IP address of the service.

Valid Values

string

where:

string

is the base URL of the service to which you want to connect. For example:

  • For S/4HANA:
    • Base URL with a domain name: https://mycompany.s4hana.ondemand.com
    • Base URL with an IP address: http://123.456.7.8
  • For BW/4HANA:
    • Base URL with a domain name: https://myinstance.company.com
    • Base URL with an IP address: http://123.456.7.8

Notes

  • The HostName property is an alias for the ServerName property.

Data Source Methods

public String getServerName()

public void setServerName(String)

Default Value

No default value

Data Type

String