@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultFinancialPlanningEntryItemService") public class DefaultFinancialPlanningEntryItemService extends Object implements FinancialPlanningEntryItemService
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 |
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 DefaultFinancialPlanningEntryItemServiceBatch batch()
batch
in interface BatchService<FinancialPlanningEntryItemServiceBatch>
@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
- 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 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
- Controlling Area
Constraints: Not nullable, Maximum length: 4
costCenter
- Cost Center
Constraints: Not nullable, Maximum length: 10
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 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 GLAccountInChartOfAccountsFluentHelper getAllGLAccountInChartOfAccounts()
FinancialPlanningEntryItemService
GLAccountInChartOfAccounts
entities.getAllGLAccountInChartOfAccounts
in interface FinancialPlanningEntryItemService
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 public GLAccountInChartOfAccountsByKeyFluentHelper getGLAccountInChartOfAccountsByKey(String chartOfAccounts, String gLAccount)
FinancialPlanningEntryItemService
GLAccountInChartOfAccounts
entity using key fields.getGLAccountInChartOfAccountsByKey
in interface FinancialPlanningEntryItemService
chartOfAccounts
- Chart of Accounts
Constraints: Not nullable, Maximum length: 4
gLAccount
- G/L Account Number
Constraints: Not nullable, Maximum length: 10
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 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
- 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.