public interface CostRateServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<CostRateServiceBatch>
CostRateService
.Modifier and Type | Method and Description |
---|---|
CostRateServiceBatchChangeSet |
createActualCostRate(ActualCostRate actualCostRate)
Create a new
ActualCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
createPlanCostRate(PlanCostRate planCostRate)
Create a new
PlanCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
createServiceCostRate(ServiceCostRate serviceCostRate)
Create a new
ServiceCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
deleteActualCostRate(ActualCostRate actualCostRate)
Deletes an existing
ActualCostRate entity in the S/4HANA system. |
CostRateServiceBatchChangeSet |
deletePlanCostRate(PlanCostRate planCostRate)
Deletes an existing
PlanCostRate entity in the S/4HANA system. |
CostRateServiceBatchChangeSet |
deleteServiceCostRate(ServiceCostRate serviceCostRate)
Deletes an existing
ServiceCostRate entity in the S/4HANA system. |
CostRateServiceBatchChangeSet |
updateActualCostRate(ActualCostRate actualCostRate)
Update an existing
ActualCostRate entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
updatePlanCostRate(PlanCostRate planCostRate)
Update an existing
PlanCostRate
entity and save it to the S/4HANA system. |
CostRateServiceBatchChangeSet |
updateServiceCostRate(ServiceCostRate serviceCostRate)
Update an existing
ServiceCostRate entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull CostRateServiceBatchChangeSet createActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity and save it to the S/4HANA system.actualCostRate
- ActualCostRate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet updateActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity and save it to the S/4HANA system.actualCostRate
- ActualCostRate
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet deleteActualCostRate(@Nonnull ActualCostRate actualCostRate)
ActualCostRate
entity in the S/4HANA system.actualCostRate
- ActualCostRate
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet createPlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity and save it to the S/4HANA system.planCostRate
- PlanCostRate
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet updatePlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity and save it to the S/4HANA system.planCostRate
- PlanCostRate
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet deletePlanCostRate(@Nonnull PlanCostRate planCostRate)
PlanCostRate
entity in the S/4HANA system.planCostRate
- PlanCostRate
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet createServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity and save it to the S/4HANA system.serviceCostRate
- ServiceCostRate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet updateServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity and save it to the S/4HANA system.serviceCostRate
- ServiceCostRate
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostRateServiceBatchChangeSet deleteServiceCostRate(@Nonnull ServiceCostRate serviceCostRate)
ServiceCostRate
entity in the S/4HANA system.serviceCostRate
- ServiceCostRate
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.