public interface KanbanControlCycleV2ServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<KanbanControlCycleV2ServiceBatch>
KanbanControlCycleV2Service
.Modifier and Type | Method and Description |
---|---|
KanbanControlCycleV2ServiceBatchChangeSet |
createKanbanControlCycle(KanbanControlCycle kanbanControlCycle)
Create a new
KanbanControlCycle entity and save it to the S/4HANA system. |
KanbanControlCycleV2ServiceBatchChangeSet |
deleteKanbanControlCycle(KanbanControlCycle kanbanControlCycle)
Deletes an existing
KanbanControlCycle entity in the S/4HANA system. |
KanbanControlCycleV2ServiceBatchChangeSet |
updateKanbanControlCycle(KanbanControlCycle kanbanControlCycle)
Update an existing
KanbanControlCycle entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull KanbanControlCycleV2ServiceBatchChangeSet createKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle)
KanbanControlCycle
entity and save it to the S/4HANA system.kanbanControlCycle
- KanbanControlCycle
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull KanbanControlCycleV2ServiceBatchChangeSet updateKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle)
KanbanControlCycle
entity and save it to the S/4HANA system.kanbanControlCycle
- KanbanControlCycle
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull KanbanControlCycleV2ServiceBatchChangeSet deleteKanbanControlCycle(@Nonnull KanbanControlCycle kanbanControlCycle)
KanbanControlCycle
entity in the S/4HANA system.kanbanControlCycle
- KanbanControlCycle
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.