public interface BatchServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<BatchServiceBatch>
BatchService
.Modifier and Type | Method and Description |
---|---|
BatchServiceBatchChangeSet |
createBatch(Batch batch)
Create a new
Batch entity and save it to
the S/4HANA system. |
BatchServiceBatchChangeSet |
createBatchCharc(BatchCharc batchCharc)
Create a new
BatchCharc entity and
save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
createBatchCharcValue(BatchCharcValue batchCharcValue)
Create a new
BatchCharcValue
entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
createBatchClass(BatchClass batchClass)
Create a new
BatchClass entity and
save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
deleteBatchCharcValue(BatchCharcValue batchCharcValue)
Deletes an existing
BatchCharcValue entity in the S/4HANA system. |
BatchServiceBatchChangeSet |
deleteBatchClass(BatchClass batchClass)
Deletes an existing
BatchClass
entity in the S/4HANA system. |
BatchServiceBatchChangeSet |
updateBatch(Batch batch)
Update an existing
Batch entity and save
it to the S/4HANA system. |
BatchServiceBatchChangeSet |
updateBatchCharcValue(BatchCharcValue batchCharcValue)
Update an existing
BatchCharcValue entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
updateBatchPlant(BatchPlant batchPlant)
Update an existing
BatchPlant entity
and save it to the S/4HANA system. |
endChangeSet
@Nonnull BatchServiceBatchChangeSet createBatch(@Nonnull Batch batch)
Batch
entity and save it to
the S/4HANA system.batch
- Batch
entity object that will
be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet updateBatch(@Nonnull Batch batch)
Batch
entity and save
it to the S/4HANA system.batch
- Batch
entity object that will
be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet createBatchCharc(@Nonnull BatchCharc batchCharc)
BatchCharc
entity and
save it to the S/4HANA system.batchCharc
- BatchCharc
entity object
that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet createBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity and save it to the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet updateBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity and save it to the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet deleteBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity in the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet createBatchClass(@Nonnull BatchClass batchClass)
BatchClass
entity and
save it to the S/4HANA system.batchClass
- BatchClass
entity object
that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet deleteBatchClass(@Nonnull BatchClass batchClass)
BatchClass
entity in the S/4HANA system.batchClass
- BatchClass
entity object
that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BatchServiceBatchChangeSet updateBatchPlant(@Nonnull BatchPlant batchPlant)
BatchPlant
entity
and save it to the S/4HANA system.batchPlant
- BatchPlant
entity object
that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.