public interface PhysicalInventoryDocumentServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<PhysicalInventoryDocumentServiceBatch>
PhysicalInventoryDocumentService
.Modifier and Type | Method and Description |
---|---|
PhysicalInventoryDocumentServiceBatchChangeSet |
createPhysInventoryDocHeader(PhysInventoryDocHeader physInventoryDocHeader)
Create a new
PhysInventoryDocHeader entity and save it to the S/4HANA system. |
PhysicalInventoryDocumentServiceBatchChangeSet |
updatePhysInventoryDocItem(PhysInventoryDocItem physInventoryDocItem)
Update an existing
PhysInventoryDocItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull PhysicalInventoryDocumentServiceBatchChangeSet createPhysInventoryDocHeader(@Nonnull PhysInventoryDocHeader physInventoryDocHeader)
PhysInventoryDocHeader
entity and save it to the S/4HANA system.physInventoryDocHeader
- PhysInventoryDocHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PhysicalInventoryDocumentServiceBatchChangeSet updatePhysInventoryDocItem(@Nonnull PhysInventoryDocItem physInventoryDocItem)
PhysInventoryDocItem
entity and save it to the S/4HANA system.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.