public class DefaultPhysicalInventoryDocumentServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PhysicalInventoryDocumentServiceBatch,PhysicalInventoryDocumentServiceBatchChangeSet> implements PhysicalInventoryDocumentServiceBatchChangeSet
PhysicalInventoryDocumentServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
PhysicalInventoryDocumentService
.Modifier and Type | Method and Description |
---|---|
PhysicalInventoryDocumentServiceBatchChangeSet |
createPhysInventoryDocHeader(PhysInventoryDocHeader physInventoryDocHeader)
Create a new
PhysInventoryDocHeader entity and save it to the S/4HANA system. |
protected DefaultPhysicalInventoryDocumentServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PhysicalInventoryDocumentServiceBatchChangeSet |
updatePhysInventoryDocItem(PhysInventoryDocItem physInventoryDocItem)
Update an existing
PhysInventoryDocItem 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 DefaultPhysicalInventoryDocumentServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PhysicalInventoryDocumentServiceBatch,PhysicalInventoryDocumentServiceBatchChangeSet>
@Nonnull public PhysicalInventoryDocumentServiceBatchChangeSet createPhysInventoryDocHeader(@Nonnull PhysInventoryDocHeader physInventoryDocHeader)
PhysInventoryDocHeader
entity and save it to the S/4HANA system.createPhysInventoryDocHeader
in interface PhysicalInventoryDocumentServiceBatchChangeSet
physInventoryDocHeader
- PhysInventoryDocHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhysicalInventoryDocumentServiceBatchChangeSet updatePhysInventoryDocItem(@Nonnull PhysInventoryDocItem physInventoryDocItem)
PhysInventoryDocItem
entity and save it to the S/4HANA system.updatePhysInventoryDocItem
in interface PhysicalInventoryDocumentServiceBatchChangeSet
physInventoryDocItem
- PhysInventoryDocItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.