public interface BusinessAreaService extends BatchService<BusinessAreaServiceBatch>
The service enables you to retrieve business areas and their names in the respective language..
Reference: SAP API Business Hub
OData Service: | API_BUSINESSAREA_SRV |
API Version: | 1 |
Communication Scenario: | SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241) |
Scope Items: | Import Connection setup with SAP Analytics Cloud (1YB), Group Reporting - Data from SAP Group Reporting Data Collection (287) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
BusinessAreaFluentHelper |
getAllBusinessArea()
Fetch multiple
BusinessArea
entities. |
BusinessAreaTextFluentHelper |
getAllBusinessAreaText()
Fetch multiple
BusinessAreaText entities. |
BusinessAreaByKeyFluentHelper |
getBusinessAreaByKey(String businessArea)
Fetch a single
BusinessArea
entity using key fields. |
BusinessAreaTextByKeyFluentHelper |
getBusinessAreaTextByKey(String businessArea,
String language)
Fetch a single
BusinessAreaText entity using key fields. |
BusinessAreaService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BusinessAreaService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BusinessAreaFluentHelper getAllBusinessArea()
BusinessArea
entities.BusinessArea
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessAreaByKeyFluentHelper getBusinessAreaByKey(String businessArea)
BusinessArea
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
BusinessArea
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessAreaTextFluentHelper getAllBusinessAreaText()
BusinessAreaText
entities.BusinessAreaText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessAreaTextByKeyFluentHelper getBusinessAreaTextByKey(String businessArea, String language)
BusinessAreaText
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
BusinessAreaText
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.