public interface ProfitCenterService extends BatchService<ProfitCenterServiceBatch>
This service enables you to read profit center master data in an API call. It is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..
Reference: SAP API Business Hub
OData Service: | OP_API_PROFITCENTER_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Profit Center |
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 ProfitCenterService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PrftCtrCompanyCodeAssignmentFluentHelper getAllPrftCtrCompanyCodeAssignment()
PrftCtrCompanyCodeAssignment
entities.PrftCtrCompanyCodeAssignment
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 PrftCtrCompanyCodeAssignmentByKeyFluentHelper getPrftCtrCompanyCodeAssignmentByKey(String controllingArea, String profitCenter, String companyCode)
PrftCtrCompanyCodeAssignment
entity using key fields.companyCode
- controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
profitCenter
- Profit Center
Constraints: Not nullable, Maximum length: 10
PrftCtrCompanyCodeAssignment
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.@Nonnull ProfitCenterTextFluentHelper getAllProfitCenterText()
ProfitCenterText
entities.ProfitCenterText
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 ProfitCenterTextByKeyFluentHelper getProfitCenterTextByKey(String language, String controllingArea, String profitCenter, LocalDateTime validityEndDate)
ProfitCenterText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
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
ProfitCenterText
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.