public interface InboundDeliveryV2ServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<InboundDeliveryV2ServiceBatch>
InboundDeliveryV2Service
.endChangeSet
@Nonnull InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
InbDeliveryDocFlow
entity and save it to the S/4HANA system.inbDeliveryDocFlow
- InbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull InboundDeliveryV2ServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity in the S/4HANA system.inbDeliveryHeader
- InbDeliveryHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity and save it to the S/4HANA system.inbDeliveryItem
- InbDeliveryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity in the S/4HANA system.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.