public interface BufferSizingServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<BufferSizingServiceBatch>
BufferSizingService
.Modifier and Type | Method and Description |
---|---|
BufferSizingServiceBatchChangeSet |
createProposalHeader(ProposalHeader proposalHeader)
Create a new
ProposalHeader entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
updateDemandAdjustmentFactors(DemandAdjustmentFactors demandAdjustmentFactors)
Update an existing
DemandAdjustmentFactors entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
updateDemandAdjustments(DemandAdjustments demandAdjustments)
Update an existing
DemandAdjustments entity and save it to the S/4HANA system. |
BufferSizingServiceBatchChangeSet |
updateZoneAdjustments(ZoneAdjustments zoneAdjustments)
Update an existing
ZoneAdjustments entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull BufferSizingServiceBatchChangeSet updateDemandAdjustments(@Nonnull DemandAdjustments demandAdjustments)
DemandAdjustments
entity and save it to the S/4HANA system.demandAdjustments
- DemandAdjustments
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BufferSizingServiceBatchChangeSet updateDemandAdjustmentFactors(@Nonnull DemandAdjustmentFactors demandAdjustmentFactors)
DemandAdjustmentFactors
entity and save it to the S/4HANA system.demandAdjustmentFactors
- DemandAdjustmentFactors
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BufferSizingServiceBatchChangeSet updateZoneAdjustments(@Nonnull ZoneAdjustments zoneAdjustments)
ZoneAdjustments
entity and save it to the S/4HANA system.zoneAdjustments
- ZoneAdjustments
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BufferSizingServiceBatchChangeSet createProposalHeader(@Nonnull ProposalHeader proposalHeader)
ProposalHeader
entity and save it to the S/4HANA system.proposalHeader
- ProposalHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.