public interface ReadFinancialPlanningEntryItemsService
This service can be consumed by external applications to integrate with financial plan data processing. The service is designed to provide all financial plan data and detail-level information about assigned company code, cost center and profit center.
Reference: SAP API Business Hub
OData Service: | API_FINPLANNINGENTRYITEM_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) |
CompanyCodeFluentHelper getAllCompanyCode()
CompanyCode
entities.CompanyCode
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.CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
CompanyCode
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.Constraints: Not nullable, Maximum length: 4
CompanyCode
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.CostCenterFluentHelper getAllCostCenter()
CostCenter
entities.CostCenter
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.CostCenterByKeyFluentHelper getCostCenterByKey(String controllingArea, String costCenter, Calendar validityEndDate)
CostCenter
entity using key fields.costCenter
- A key that uniquely identifies a cost center.Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.Constraints: Not nullable, Precision: 0
CostCenter
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.FinPlanningEntryItemFluentHelper getAllFinPlanningEntryItem()
FinPlanningEntryItem
entities.FinPlanningEntryItem
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.FinPlanningEntryItemByKeyFluentHelper getFinPlanningEntryItemByKey(String iD)
FinPlanningEntryItem
entity using key fields.iD
- FinPlanningEntryItem
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.ProfitCenterFluentHelper getAllProfitCenter()
ProfitCenter
entities.ProfitCenter
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.ProfitCenterByKeyFluentHelper getProfitCenterByKey(String controllingArea, String profitCenter, Calendar validityEndDate)
ProfitCenter
entity using key fields.controllingArea
- Uniquely identifies a controlling area.Constraints: Not nullable, Maximum length: 4
profitCenter
- Key which together with the controlling area uniquely identifies a profit center.Constraints: Not nullable, Maximum length: 10
validityEndDate
- Date indicating up to when an entry is valid.Constraints: Not nullable, Precision: 0
ProfitCenter
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.