public class DefaultOutboundDeliveryV2ServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<OutboundDeliveryV2ServiceBatch,OutboundDeliveryV2ServiceBatchChangeSet> implements OutboundDeliveryV2ServiceBatchChangeSet
OutboundDeliveryV2ServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
OutboundDeliveryV2Service
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultOutboundDeliveryV2ServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<OutboundDeliveryV2ServiceBatch,OutboundDeliveryV2ServiceBatchChangeSet>
@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity and save it to the S/4HANA system.updateOutbDeliveryItem
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryItem
- OutbDeliveryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity in the S/4HANA system.deleteOutbDeliveryItem
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryItem
- OutbDeliveryItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.createOutbDeliveryHeader
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.updateOutbDeliveryHeader
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity in the S/4HANA system.deleteOutbDeliveryHeader
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow)
OutbDeliveryDocFlow
entity and save it to the S/4HANA system.updateOutbDeliveryDocFlow
in interface OutboundDeliveryV2ServiceBatchChangeSet
outbDeliveryDocFlow
- OutbDeliveryDocFlow
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.