public interface CostCenterActivityTypeServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<CostCenterActivityTypeServiceBatch>
CostCenterActivityTypeService
.endChangeSet
@Nonnull CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity and save it to the S/4HANA system.costCenterActivityType
- CostCenterActivityType
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity and save it to the S/4HANA system.costCenterActivityType
- CostCenterActivityType
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity in the S/4HANA system.costCenterActivityType
- CostCenterActivityType
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity and save it to the S/4HANA system.costCenterActivityTypeText
- CostCenterActivityTypeText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity and save it to the S/4HANA system.costCenterActivityTypeText
- CostCenterActivityTypeText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity in the S/4HANA system.costCenterActivityTypeText
- CostCenterActivityTypeText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.