public interface ProductAllocationSequenceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ProductAllocationSequenceServiceBatch>
ProductAllocationSequenceService
.Modifier and Type | Method and Description |
---|---|
ProductAllocationSequenceServiceBatchChangeSet |
createProdAllocationSequence(ProdAllocationSequence prodAllocationSequence)
Create a new
ProdAllocationSequence entity and save it to the S/4HANA system. |
ProductAllocationSequenceServiceBatchChangeSet |
createProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt)
Create a new
ProdAllocSqncAssgmt entity and save it to the S/4HANA system. |
ProductAllocationSequenceServiceBatchChangeSet |
updateProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt)
Update an existing
ProdAllocSqncAssgmt entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull ProductAllocationSequenceServiceBatchChangeSet createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence)
ProdAllocationSequence
entity and save it to the S/4HANA system.prodAllocationSequence
- ProdAllocationSequence
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationSequenceServiceBatchChangeSet createProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProductAllocationSequenceServiceBatchChangeSet updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt)
ProdAllocSqncAssgmt
entity and save it to the S/4HANA system.prodAllocSqncAssgmt
- ProdAllocSqncAssgmt
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.