public interface DefectProcessingServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<DefectProcessingServiceBatch>
DefectProcessingService
.Modifier and Type | Method and Description |
---|---|
DefectProcessingServiceBatchChangeSet |
createDefect(Defect defect)
Create a new
Defect entity
and save it to the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
deleteDefect(Defect defect)
Deletes an existing
Defect
entity in the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
updateDefect(Defect defect)
Update an existing
Defect
entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull DefectProcessingServiceBatchChangeSet createDefect(@Nonnull Defect defect)
Defect
entity
and save it to the S/4HANA system.defect
- Defect
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DefectProcessingServiceBatchChangeSet updateDefect(@Nonnull Defect defect)
Defect
entity and save it to the S/4HANA system.defect
- Defect
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DefectProcessingServiceBatchChangeSet deleteDefect(@Nonnull Defect defect)
Defect
entity in the S/4HANA system.defect
- Defect
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.