public interface ReadSegmentService
This service enables you to read segment master data in an API call. It is based on the OData protocol, and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_SEGMENT_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 |
---|---|
SegmentFluentHelper |
getAllSegment()
Fetch multiple
Segment entities. |
SegmentTextFluentHelper |
getAllSegmentText()
Fetch multiple
SegmentText entities. |
SegmentByKeyFluentHelper |
getSegmentByKey(String segment)
Fetch a single
Segment entity using key fields. |
SegmentTextByKeyFluentHelper |
getSegmentTextByKey(String language,
String segment)
Fetch a single
SegmentText entity using key fields. |
SegmentFluentHelper getAllSegment()
Segment
entities.SegmentByKeyFluentHelper getSegmentByKey(String segment)
Segment
entity using key fields.segment
- Segment for Segmental ReportingConstraints: Not nullable, Maximum length: 10
Segment
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.SegmentTextFluentHelper getAllSegmentText()
SegmentText
entities.SegmentText
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.SegmentTextByKeyFluentHelper getSegmentTextByKey(String language, String segment)
SegmentText
entity using key fields.segment
- Segment for Segmental ReportingConstraints: Not nullable, Maximum length: 10
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
SegmentText
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.