public interface ReadPlanningCategoryService
This service enables you to display planning category master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_PLANNINGCATEGORY_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 |
---|---|
PlanningCategoryFluentHelper |
getAllPlanningCategory()
Fetch multiple
PlanningCategory entities. |
PlanningCategoryTextFluentHelper |
getAllPlanningCategoryText()
Fetch multiple
PlanningCategoryText entities. |
PlanningCategoryByKeyFluentHelper |
getPlanningCategoryByKey(String planningCategory)
Fetch a single
PlanningCategory entity using key fields. |
PlanningCategoryTextByKeyFluentHelper |
getPlanningCategoryTextByKey(String planningCategory,
String language)
Fetch a single
PlanningCategoryText entity using key fields. |
PlanningCategoryFluentHelper getAllPlanningCategory()
PlanningCategory
entities.PlanningCategory
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.PlanningCategoryByKeyFluentHelper getPlanningCategoryByKey(String planningCategory)
PlanningCategory
entity using key fields.planningCategory
- Specifies the BPC category.Constraints: Not nullable, Maximum length: 10
PlanningCategory
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.PlanningCategoryTextFluentHelper getAllPlanningCategoryText()
PlanningCategoryText
entities.PlanningCategoryText
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.PlanningCategoryTextByKeyFluentHelper getPlanningCategoryTextByKey(String planningCategory, String language)
PlanningCategoryText
entity using key fields.planningCategory
- Specifies the BPC category.Constraints: Not nullable, Maximum length: 10
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
PlanningCategoryText
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.