public interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ExtendedPlannedIndependentRequirementServiceBatch>
ExtendedPlannedIndependentRequirementService
.Modifier and Type | Method and Description |
---|---|
ExtendedPlannedIndependentRequirementServiceBatchChangeSet |
createPlannedIndepRqmt(PlannedIndepRqmt plannedIndepRqmt)
Create a new
PlannedIndepRqmt entity and save it to the S/4HANA system. |
ExtendedPlannedIndependentRequirementServiceBatchChangeSet |
createPlannedIndepRqmtItem(PlannedIndepRqmtItem plannedIndepRqmtItem)
Create a new
PlannedIndepRqmtItem entity and save it to the S/4HANA system. |
ExtendedPlannedIndependentRequirementServiceBatchChangeSet |
updatePlannedIndepRqmt(PlannedIndepRqmt plannedIndepRqmt)
Update an existing
PlannedIndepRqmt entity and save it to the S/4HANA system. |
ExtendedPlannedIndependentRequirementServiceBatchChangeSet |
updatePlannedIndepRqmtItem(PlannedIndepRqmtItem plannedIndepRqmtItem)
Update an existing
PlannedIndepRqmtItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt)
PlannedIndepRqmt
entity and save it to the S/4HANA system.plannedIndepRqmt
- PlannedIndepRqmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt)
PlannedIndepRqmt
entity and save it to the S/4HANA system.plannedIndepRqmt
- PlannedIndepRqmt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem)
PlannedIndepRqmtItem
entity and save it to the S/4HANA system.plannedIndepRqmtItem
- PlannedIndepRqmtItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem)
PlannedIndepRqmtItem
entity and save it to the S/4HANA system.plannedIndepRqmtItem
- PlannedIndepRqmtItem
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.