Interface PlannedIndependentRequirementServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PlannedIndependentRequirementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PlannedIndependentRequirementServiceBatch>
- All Known Implementing Classes:
DefaultPlannedIndependentRequirementServiceBatchChangeSet
public interface PlannedIndependentRequirementServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PlannedIndependentRequirementServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PlannedIndependentRequirementServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PlannedIndependentRequirementService.-
Method Summary
Modifier and TypeMethodDescriptionupdateMaintainYearsPeriod(MaintainYearsPeriod maintainYearsPeriod) Update an existingMaintainYearsPeriodentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
updateMaintainYearsPeriod
@Nonnull PlannedIndependentRequirementServiceBatchChangeSet updateMaintainYearsPeriod(@Nonnull MaintainYearsPeriod maintainYearsPeriod) Update an existingMaintainYearsPeriodentity and save it to the S/4HANA system.- Parameters:
maintainYearsPeriod-MaintainYearsPeriodentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-