public class DefaultInboundDeliveryV2ServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<InboundDeliveryV2ServiceBatch,InboundDeliveryV2ServiceBatchChangeSet> implements InboundDeliveryV2ServiceBatchChangeSet
InboundDeliveryV2ServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
InboundDeliveryV2Service
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultInboundDeliveryV2ServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<InboundDeliveryV2ServiceBatch,InboundDeliveryV2ServiceBatchChangeSet>
@Nonnull public InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
InbDeliveryDocFlow
entity and save it to the S/4HANA system.updateInbDeliveryDocFlow
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryDocFlow
- InbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryV2ServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.createInbDeliveryHeader
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.updateInbDeliveryHeader
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity in the S/4HANA system.deleteInbDeliveryHeader
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity and save it to the S/4HANA system.updateInbDeliveryItem
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryItem
- InbDeliveryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity in the S/4HANA system.deleteInbDeliveryItem
in interface InboundDeliveryV2ServiceBatchChangeSet
inbDeliveryItem
- InbDeliveryItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.