public class DefaultCostCenterActivityTypeServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<CostCenterActivityTypeServiceBatch,CostCenterActivityTypeServiceBatchChangeSet> implements CostCenterActivityTypeServiceBatchChangeSet
CostCenterActivityTypeServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
CostCenterActivityTypeService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultCostCenterActivityTypeServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<CostCenterActivityTypeServiceBatch,CostCenterActivityTypeServiceBatchChangeSet>
@Nonnull public CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity and save it to the S/4HANA system.createCostCenterActivityType
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityType
- CostCenterActivityType
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity and save it to the S/4HANA system.updateCostCenterActivityType
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityType
- CostCenterActivityType
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType)
CostCenterActivityType
entity in the S/4HANA system.deleteCostCenterActivityType
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityType
- CostCenterActivityType
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity and save it to the S/4HANA system.createCostCenterActivityTypeText
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityTypeText
- CostCenterActivityTypeText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity and save it to the S/4HANA system.updateCostCenterActivityTypeText
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityTypeText
- CostCenterActivityTypeText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText)
CostCenterActivityTypeText
entity in the S/4HANA system.deleteCostCenterActivityTypeText
in interface CostCenterActivityTypeServiceBatchChangeSet
costCenterActivityTypeText
- CostCenterActivityTypeText
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.