public interface CostRateService extends BatchService<CostRateServiceBatch>
This service enables you to create, read, update, or delete the cost rates.
Reference: SAP API Business Hub
OData Service: | API_FCO_COST_RATE_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Activity Type Integration (SAP_COM_0129) |
Scope Items: | Overhead Cost Accounting (J54) |
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. |
Modifier and Type | Method and Description |
---|---|
ActualCostRateByKeyFluentHelper |
getActualCostRateByKey(UUID accountingCostRateUUID)
Fetch a single
ActualCostRate
entity using key fields. |
ActualCostRateFluentHelper |
getAllActualCostRate()
Fetch multiple
ActualCostRate
entities. |
PlanCostRateFluentHelper |
getAllPlanCostRate()
Fetch multiple
PlanCostRate
entities. |
ServiceCostRateFluentHelper |
getAllServiceCostRate()
Fetch multiple
ServiceCostRate entities. |
PlanCostRateByKeyFluentHelper |
getPlanCostRateByKey(UUID accountingCostRateUUID)
Fetch a single
PlanCostRate
entity using key fields. |
ServiceCostRateByKeyFluentHelper |
getServiceCostRateByKey(UUID accountingCostRateUUID)
Fetch a single
ServiceCostRate entity using key fields. |
CostRateService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull CostRateService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ActualCostRateFluentHelper getAllActualCostRate()
ActualCostRate
entities.ActualCostRate
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 ActualCostRateByKeyFluentHelper getActualCostRateByKey(UUID accountingCostRateUUID)
ActualCostRate
entity using key fields.accountingCostRateUUID
- Cost Rate UUID
Constraints: Not nullable
ActualCostRate
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 PlanCostRateFluentHelper getAllPlanCostRate()
PlanCostRate
entities.PlanCostRate
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 PlanCostRateByKeyFluentHelper getPlanCostRateByKey(UUID accountingCostRateUUID)
PlanCostRate
entity using key fields.accountingCostRateUUID
- Cost Rate UUID
Constraints: Not nullable
PlanCostRate
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 ServiceCostRateFluentHelper getAllServiceCostRate()
ServiceCostRate
entities.ServiceCostRate
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 ServiceCostRateByKeyFluentHelper getServiceCostRateByKey(UUID accountingCostRateUUID)
ServiceCostRate
entity using key fields.accountingCostRateUUID
- Cost Rate UUID
Constraints: Not nullable
ServiceCostRate
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.