public interface ReadFunctionalAreaService
This service enables you to display functional area master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_FUNCTIONALAREA_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 |
---|---|
FunctionalAreaFluentHelper |
getAllFunctionalArea()
Fetch multiple
FunctionalArea entities. |
FunctionalAreaTextFluentHelper |
getAllFunctionalAreaText()
Fetch multiple
FunctionalAreaText entities. |
FunctionalAreaByKeyFluentHelper |
getFunctionalAreaByKey(String functionalArea)
Fetch a single
FunctionalArea entity using key fields. |
FunctionalAreaTextByKeyFluentHelper |
getFunctionalAreaTextByKey(String language,
String functionalArea)
Fetch a single
FunctionalAreaText entity using key fields. |
FunctionalAreaFluentHelper getAllFunctionalArea()
FunctionalArea
entities.FunctionalArea
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.FunctionalAreaByKeyFluentHelper getFunctionalAreaByKey(String functionalArea)
FunctionalArea
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.Constraints: Not nullable, Maximum length: 16
FunctionalArea
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.FunctionalAreaTextFluentHelper getAllFunctionalAreaText()
FunctionalAreaText
entities.FunctionalAreaText
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.FunctionalAreaTextByKeyFluentHelper getFunctionalAreaTextByKey(String language, String functionalArea)
FunctionalAreaText
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.Constraints: Not nullable, Maximum length: 16
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
FunctionalAreaText
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.