public class DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ExtendedPlannedIndependentRequirementServiceBatch,ExtendedPlannedIndependentRequirementServiceBatchChangeSet> implements ExtendedPlannedIndependentRequirementServiceBatchChangeSet
ExtendedPlannedIndependentRequirementServiceBatchChangeSet
interface, enabling you to
combine multiple operations into one changeset. For further information have a look into the
ExtendedPlannedIndependentRequirementService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ExtendedPlannedIndependentRequirementServiceBatch,ExtendedPlannedIndependentRequirementServiceBatchChangeSet>
@Nonnull public ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt)
PlannedIndepRqmt
entity and save it to the S/4HANA system.createPlannedIndepRqmt
in interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
plannedIndepRqmt
- PlannedIndepRqmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt)
PlannedIndepRqmt
entity and save it to the S/4HANA system.updatePlannedIndepRqmt
in interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
plannedIndepRqmt
- PlannedIndepRqmt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem)
PlannedIndepRqmtItem
entity and save it to the S/4HANA system.createPlannedIndepRqmtItem
in interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
plannedIndepRqmtItem
- PlannedIndepRqmtItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem)
PlannedIndepRqmtItem
entity and save it to the S/4HANA system.updatePlannedIndepRqmtItem
in interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
plannedIndepRqmtItem
- PlannedIndepRqmtItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.