public class DefaultTimeDependentStockLevelServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<TimeDependentStockLevelServiceBatch,TimeDependentStockLevelServiceBatchChangeSet> implements TimeDependentStockLevelServiceBatchChangeSet
TimeDependentStockLevelServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
TimeDependentStockLevelService
.Modifier and Type | Method and Description |
---|---|
TimeDependentStockLevelServiceBatchChangeSet |
createProdTimeDepdntStockLvl(ProdTimeDepdntStockLvl prodTimeDepdntStockLvl)
Create a new
ProdTimeDepdntStockLvl entity and save it to the S/4HANA system. |
protected DefaultTimeDependentStockLevelServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
TimeDependentStockLevelServiceBatchChangeSet |
updateProdTimeDepdntStockLvl(ProdTimeDepdntStockLvl prodTimeDepdntStockLvl)
Update an existing
ProdTimeDepdntStockLvl entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultTimeDependentStockLevelServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<TimeDependentStockLevelServiceBatch,TimeDependentStockLevelServiceBatchChangeSet>
@Nonnull public TimeDependentStockLevelServiceBatchChangeSet createProdTimeDepdntStockLvl(@Nonnull ProdTimeDepdntStockLvl prodTimeDepdntStockLvl)
ProdTimeDepdntStockLvl
entity and save it to the S/4HANA system.createProdTimeDepdntStockLvl
in interface TimeDependentStockLevelServiceBatchChangeSet
prodTimeDepdntStockLvl
- ProdTimeDepdntStockLvl
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public TimeDependentStockLevelServiceBatchChangeSet updateProdTimeDepdntStockLvl(@Nonnull ProdTimeDepdntStockLvl prodTimeDepdntStockLvl)
ProdTimeDepdntStockLvl
entity and save it to the S/4HANA system.updateProdTimeDepdntStockLvl
in interface TimeDependentStockLevelServiceBatchChangeSet
prodTimeDepdntStockLvl
- ProdTimeDepdntStockLvl
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.