ServerName
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 6.0
- Documentation
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
- Base URL with a domain name:
- For BW/4HANA:
- Base URL with a domain name:
https://myinstance.company.com - Base URL with an IP address:
http://123.456.7.8
- Base URL with a domain name:
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