ServiceList
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 6.0
- Documentation
Purpose
Specifies a comma-separated list of standard and/or custom services to which the driver connects. This property allows you to limit the services to which the driver connects, thereby improving performance at connection. In addition, this property provides a method to connect to services not included in your communication scenario.
Valid Values
service_name[,service_name,...]
where:
service_name
is the name of the service to which you want to connect.
Example
API_BUSINESS_PARTNER,API_SALES_ORDER_SRV
Notes
-
If no value is specified for this property, the driver attempts to discover all the services included in your communication scenario or to which you have access.
-
This property is recommended when you do not have access to the SAP Analytics Cloud for Planning Integration (SAP_COM_0087) communication scenario.
Data Source Methods
public String getServiceList()
public void setServiceList(String)
Default Value
No default value
Data Type
String