public interface FinancialPlanningEntryItemService extends BatchService<FinancialPlanningEntryItemServiceBatch>
The service contains financial planning entry items and master data of the referenced company code, cost center, profit center. This API call 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: | OP_API_FINPLANNINGENTRYITEM_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull FinancialPlanningEntryItemService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
CompanyCode
entity using key fields.companyCode
- Company Code
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 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.@Nonnull CostCenterByKeyFluentHelper getCostCenterByKey(String controllingArea, String costCenter, LocalDateTime validityEndDate)
CostCenter
entity using key fields.costCenter
- Cost Center
Constraints: Not nullable, Maximum length: 10
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Valid To Date
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 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.@Nonnull 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.@Nonnull GLAccountInChartOfAccountsFluentHelper getAllGLAccountInChartOfAccounts()
GLAccountInChartOfAccounts
entities.GLAccountInChartOfAccounts
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 GLAccountInChartOfAccountsByKeyFluentHelper getGLAccountInChartOfAccountsByKey(String chartOfAccounts, String gLAccount)
GLAccountInChartOfAccounts
entity using key fields.gLAccount
- G/L Account Number
Constraints: Not nullable, Maximum length: 10
chartOfAccounts
- Chart of Accounts
Constraints: Not nullable, Maximum length: 4
GLAccountInChartOfAccounts
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 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.@Nonnull ProfitCenterByKeyFluentHelper getProfitCenterByKey(String controllingArea, String profitCenter, LocalDateTime validityEndDate)
ProfitCenter
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
profitCenter
- Profit Center
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Valid To Date
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 © 2021 SAP SE. All rights reserved.