@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultControllingAreaService") public class DefaultControllingAreaService extends Object implements ControllingAreaService
This service enables you to display controlling area master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_CONTROLLINGAREA_SRV |
API Version: | 1 |
Communication Scenario: | SAP Analytics Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | Integration between SAP S/4HANA Cloud and SAP Analytics Cloud (1YB) |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultControllingAreaService()
Creates a service using
ControllingAreaService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
ControllingAreaFluentHelper |
getAllControllingArea()
Fetch multiple
ControllingArea entities. |
ControllingAreaByKeyFluentHelper |
getControllingAreaByKey(String controllingArea)
Fetch a single
ControllingArea entity using key fields. |
DefaultControllingAreaService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultControllingAreaService()
ControllingAreaService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultControllingAreaService withServicePath(@Nonnull String servicePath)
ControllingAreaService
withServicePath
in interface ControllingAreaService
servicePath
- Service path that will override the default.@Nonnull public ControllingAreaFluentHelper getAllControllingArea()
ControllingAreaService
ControllingArea
entities.getAllControllingArea
in interface ControllingAreaService
ControllingArea
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 public ControllingAreaByKeyFluentHelper getControllingAreaByKey(String controllingArea)
ControllingAreaService
ControllingArea
entity using key fields.getControllingAreaByKey
in interface ControllingAreaService
controllingArea
- Controlling AreaConstraints: Not nullable, Maximum length: 4
ControllingArea
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 © 2018 SAP SE. All rights reserved.