Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultQualityInspectionDataServiceBatchChangeSet
Implementation of the
QualityInspectionDataServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. |
Modifier and Type | Method and Description |
---|---|
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult)
Create a new
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult)
Create a new
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.createInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision)
Create a new
InspLotUsageDecision entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.createInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision)
Create a new
InspLotUsageDecision entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionLot(InspectionLot inspectionLot)
Update an existing
InspectionLot entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspectionLot(InspectionLot inspectionLot)
Update an existing
InspectionLot entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult)
Update an existing
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult)
Update an existing
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision)
Update an existing
InspLotUsageDecision entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision)
Update an existing
InspLotUsageDecision entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.