public interface ReadControllingAreaService
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 Business Objects Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | oData Integration with SAP Business Objects Cloud for Planning (1YB) |
Modifier and Type | Method and Description |
---|---|
ControllingAreaFluentHelper |
getAllControllingArea()
Fetch multiple
ControllingArea entities. |
ControllingAreaByKeyFluentHelper |
getControllingAreaByKey(String controllingArea)
Fetch a single
ControllingArea entity using key fields. |
ControllingAreaFluentHelper getAllControllingArea()
ControllingArea
entities.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.ControllingAreaByKeyFluentHelper getControllingAreaByKey(String controllingArea)
ControllingArea
entity using key fields.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 © 2017 SAP SE. All rights reserved.