public interface PurchaseOrderServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<PurchaseOrderServiceBatch>
PurchaseOrderService
.endChangeSet
@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
PurchaseOrder
entity and save it to the S/4HANA system.purchaseOrder
- PurchaseOrder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
PurchaseOrder
entity and save it to the S/4HANA system.purchaseOrder
- PurchaseOrder
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrder(@Nonnull PurchaseOrder purchaseOrder)
PurchaseOrder
entity in the S/4HANA system.purchaseOrder
- PurchaseOrder
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet createPurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
PurchaseOrderItem
entity and save it to the S/4HANA system.purchaseOrderItem
- PurchaseOrderItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
PurchaseOrderItem
entity and save it to the S/4HANA system.purchaseOrderItem
- PurchaseOrderItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet deletePurchaseOrderItem(@Nonnull PurchaseOrderItem purchaseOrderItem)
PurchaseOrderItem
entity in the S/4HANA system.purchaseOrderItem
- PurchaseOrderItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet updatePurchaseOrderScheduleLine(@Nonnull PurchaseOrderScheduleLine purchaseOrderScheduleLine)
PurchaseOrderScheduleLine
entity and save it to the S/4HANA system.purchaseOrderScheduleLine
- PurchaseOrderScheduleLine
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PurchaseOrderServiceBatchChangeSet updatePurOrdAccountAssignment(@Nonnull PurOrdAccountAssignment purOrdAccountAssignment)
PurOrdAccountAssignment
entity and save it to the S/4HANA system.purOrdAccountAssignment
- PurOrdAccountAssignment
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.