@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultFinancialPlanningEntryItemService") public class DefaultFinancialPlanningEntryItemService extends Object implements FinancialPlanningEntryItemService
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) |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultFinancialPlanningEntryItemService()
Creates a service using
FinancialPlanningEntryItemService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultFinancialPlanningEntryItemService()
FinancialPlanningEntryItemService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultFinancialPlanningEntryItemService withServicePath(@Nonnull String servicePath)
FinancialPlanningEntryItemService
withServicePath
in interface FinancialPlanningEntryItemService
servicePath
- Service path that will override the default.@Nonnull public CompanyCodeFluentHelper getAllCompanyCode()
FinancialPlanningEntryItemService
CompanyCode
entities.getAllCompanyCode
in interface FinancialPlanningEntryItemService
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.@Nonnull public CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
FinancialPlanningEntryItemService
CompanyCode
entity using key fields.getCompanyCodeByKey
in interface FinancialPlanningEntryItemService
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.@Nonnull public CostCenterFluentHelper getAllCostCenter()
FinancialPlanningEntryItemService
CostCenter
entities.getAllCostCenter
in interface FinancialPlanningEntryItemService
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.@Nonnull public CostCenterByKeyFluentHelper getCostCenterByKey(String controllingArea, String costCenter, LocalDateTime validityEndDate)
FinancialPlanningEntryItemService
CostCenter
entity using key fields.getCostCenterByKey
in interface FinancialPlanningEntryItemService
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public FinPlanningEntryItemFluentHelper getAllFinPlanningEntryItem()
FinancialPlanningEntryItemService
FinPlanningEntryItem
entities.getAllFinPlanningEntryItem
in interface FinancialPlanningEntryItemService
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.@Nonnull public FinPlanningEntryItemByKeyFluentHelper getFinPlanningEntryItemByKey(String iD)
FinancialPlanningEntryItemService
FinPlanningEntryItem
entity using key fields.getFinPlanningEntryItemByKey
in interface FinancialPlanningEntryItemService
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.@Nonnull public ProfitCenterFluentHelper getAllProfitCenter()
FinancialPlanningEntryItemService
ProfitCenter
entities.getAllProfitCenter
in interface FinancialPlanningEntryItemService
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.@Nonnull public ProfitCenterByKeyFluentHelper getProfitCenterByKey(String controllingArea, String profitCenter, LocalDateTime validityEndDate)
FinancialPlanningEntryItemService
ProfitCenter
entity using key fields.getProfitCenterByKey
in interface FinancialPlanningEntryItemService
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 © 2019 SAP SE. All rights reserved.