Class DefaultQualityInspectionDataService
- All Implemented Interfaces:
BatchService<QualityInspectionDataServiceBatch>,QualityInspectionDataService
In the SAP system, you process quality inspections on the basis of inspection lots. The data relating to a quality inspection is grouped into several entities. With this service it is possible, for example, to update inspection lot header data or to create inspection results and usage decisions..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INSPECTIONLOT_SRV |
| API Version: | 1.2.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Quality Inspection Process Integration(SAP_COM_0318) |
| Scope Items: | Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN) |
| Authentication Methods: | x509 |
| Business Object: | Inspection Lot |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.QualityInspectionDataService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingQualityInspectionDataService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createInspectionCharacteristic(InspectionCharacteristic inspectionCharacteristic) Deprecated.Create a newInspectionCharacteristicentity and save it to the S/4HANA system.createInspectionLot(InspectionLot inspectionLot) Deprecated.Create a newInspectionLotentity and save it to the S/4HANA system.createInspectionResult(InspectionResult inspectionResult) Deprecated.Create a newInspectionResultentity and save it to the S/4HANA system.createInspectionResultValue(InspectionResultValue inspectionResultValue) Deprecated.Create a newInspectionResultValueentity and save it to the S/4HANA system.createInspectionSubset(InspectionSubset inspectionSubset) Deprecated.Create a newInspectionSubsetentity and save it to the S/4HANA system.createInspLotMatlDocItem(InspLotMatlDocItem inspLotMatlDocItem) Deprecated.Create a newInspLotMatlDocItementity and save it to the S/4HANA system.createInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision) Deprecated.Create a newInspLotUsageDecisionentity and save it to the S/4HANA system.createInspSampleResult(InspSampleResult inspSampleResult) Deprecated.Create a newInspSampleResultentity and save it to the S/4HANA system.Deprecated.Fetch multipleInspectionCharacteristicentities.Deprecated.Fetch multipleInspectionLotentities.Deprecated.Fetch multipleInspectionLotWithStatusentities.Deprecated.Fetch multipleInspectionOperationentities.Deprecated.Fetch multipleInspectionResultentities.Deprecated.Fetch multipleInspectionResultValueentities.Deprecated.Fetch multipleInspectionSubsetentities.Deprecated.Fetch multipleInspLotMatlDocItementities.Deprecated.Fetch multipleInspLotMatlDocItmSrlNmbrentities.Deprecated.Fetch multipleInspLotSerialNumberentities.Deprecated.Fetch multipleInspLotUsageDecisionentities.Deprecated.Fetch multipleInspSampleCharacteristicentities.Deprecated.Fetch multipleInspSampleResultentities.getInspectionCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Fetch a singleInspectionCharacteristicentity using key fields.getInspectionLotByKey(String inspectionLot) Deprecated.Fetch a singleInspectionLotentity using key fields.getInspectionLotWithStatusByKey(String inspectionLot) Deprecated.Fetch a singleInspectionLotWithStatusentity using key fields.getInspectionOperationByKey(String inspectionLot, String inspPlanOperationInternalID) Deprecated.Fetch a singleInspectionOperationentity using key fields.getInspectionResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Fetch a singleInspectionResultentity using key fields.getInspectionResultValueByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspResultValueInternalID) Deprecated.Fetch a singleInspectionResultValueentity using key fields.getInspectionSubsetByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspectionSubsetentity using key fields.getInspLotMatlDocItemByKey(String inspectionLot, String inspLotMatlDocItem) Deprecated.Fetch a singleInspLotMatlDocItementity using key fields.getInspLotMatlDocItmSrlNmbrByKey(String inspectionLot, String inspLotMatlDocItem, String equipment) Deprecated.Fetch a singleInspLotMatlDocItmSrlNmbrentity using key fields.getInspLotSerialNumberByKey(String inspectionLot, String serialNumber) Deprecated.Fetch a singleInspLotSerialNumberentity using key fields.getInspLotUsageDecisionByKey(String inspectionLot) Deprecated.Fetch a singleInspLotUsageDecisionentity using key fields.getInspSampleCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspSampleCharacteristicentity using key fields.getInspSampleResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspSampleResultentity using key fields.inspectionSubsetTrigger_valuation(String inspectionLot, String inspPlanOperationInternalID, String inspectionSubsetInternalID) Deprecated.Creates a fluent helper for the A_InspectionSubsetTrigger_valuation OData function import.updateInspectionLot(InspectionLot inspectionLot) Deprecated.Update an existingInspectionLotentity and save it to the S/4HANA system.updateInspectionResult(InspectionResult inspectionResult) Deprecated.Update an existingInspectionResultentity and save it to the S/4HANA system.updateInspectionResultValue(InspectionResultValue inspectionResultValue) Deprecated.Update an existingInspectionResultValueentity and save it to the S/4HANA system.updateInspectionSubset(InspectionSubset inspectionSubset) Deprecated.Update an existingInspectionSubsetentity and save it to the S/4HANA system.updateInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision) Deprecated.Update an existingInspLotUsageDecisionentity and save it to the S/4HANA system.updateInspSampleResult(InspSampleResult inspSampleResult) Deprecated.Update an existingInspSampleResultentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultQualityInspectionDataService
public DefaultQualityInspectionDataService()Deprecated.Creates a service usingQualityInspectionDataService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:QualityInspectionDataServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceQualityInspectionDataService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<QualityInspectionDataServiceBatch>
-
getAllInspectionCharacteristic
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionCharacteristicentities.- Specified by:
getAllInspectionCharacteristicin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionCharacteristicentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionCharacteristicByKey
@Nonnull public InspectionCharacteristicByKeyFluentHelper getInspectionCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionCharacteristicentity using key fields.- Specified by:
getInspectionCharacteristicByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
InspectionCharacteristicentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspectionCharacteristic
@Nonnull public InspectionCharacteristicCreateFluentHelper createInspectionCharacteristic(@Nonnull InspectionCharacteristic inspectionCharacteristic) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspectionCharacteristicentity and save it to the S/4HANA system.- Specified by:
createInspectionCharacteristicin interfaceQualityInspectionDataService- Parameters:
inspectionCharacteristic-InspectionCharacteristicentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionCharacteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionLot
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionLotentities.- Specified by:
getAllInspectionLotin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionLotentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionLotByKey
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionLotentity using key fields.- Specified by:
getInspectionLotByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A fluent helper to fetch a single
InspectionLotentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspectionLot
@Nonnull public InspectionLotCreateFluentHelper createInspectionLot(@Nonnull InspectionLot inspectionLot) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspectionLotentity and save it to the S/4HANA system.- Specified by:
createInspectionLotin interfaceQualityInspectionDataService- Parameters:
inspectionLot-InspectionLotentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionLotentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspectionLot
@Nonnull public InspectionLotUpdateFluentHelper updateInspectionLot(@Nonnull InspectionLot inspectionLot) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspectionLotentity and save it to the S/4HANA system.- Specified by:
updateInspectionLotin interfaceQualityInspectionDataService- Parameters:
inspectionLot-InspectionLotentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspectionLotentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionLotWithStatus
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionLotWithStatusentities.- Specified by:
getAllInspectionLotWithStatusin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionLotWithStatusentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionLotWithStatusByKey
@Nonnull public InspectionLotWithStatusByKeyFluentHelper getInspectionLotWithStatusByKey(String inspectionLot) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionLotWithStatusentity using key fields.- Specified by:
getInspectionLotWithStatusByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A fluent helper to fetch a single
InspectionLotWithStatusentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionOperation
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionOperationentities.- Specified by:
getAllInspectionOperationin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionOperationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionOperationByKey
@Nonnull public InspectionOperationByKeyFluentHelper getInspectionOperationByKey(String inspectionLot, String inspPlanOperationInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionOperationentity using key fields.- Specified by:
getInspectionOperationByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspectionOperationentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionResult
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionResultentities.- Specified by:
getAllInspectionResultin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionResultentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionResultByKey
@Nonnull public InspectionResultByKeyFluentHelper getInspectionResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionResultentity using key fields.- Specified by:
getInspectionResultByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
InspectionResultentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspectionResult
@Nonnull public InspectionResultCreateFluentHelper createInspectionResult(@Nonnull InspectionResult inspectionResult) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspectionResultentity and save it to the S/4HANA system.- Specified by:
createInspectionResultin interfaceQualityInspectionDataService- Parameters:
inspectionResult-InspectionResultentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionResultentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspectionResult
@Nonnull public InspectionResultUpdateFluentHelper updateInspectionResult(@Nonnull InspectionResult inspectionResult) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspectionResultentity and save it to the S/4HANA system.- Specified by:
updateInspectionResultin interfaceQualityInspectionDataService- Parameters:
inspectionResult-InspectionResultentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspectionResultentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionResultValue
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionResultValueentities.- Specified by:
getAllInspectionResultValuein interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionResultValueentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionResultValueByKey
@Nonnull public InspectionResultValueByKeyFluentHelper getInspectionResultValueByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspResultValueInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionResultValueentity using key fields.- Specified by:
getInspectionResultValueByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspResultValueInternalID- Number of Individual ResultConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspectionResultValueentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspectionResultValue
@Nonnull public InspectionResultValueCreateFluentHelper createInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspectionResultValueentity and save it to the S/4HANA system.- Specified by:
createInspectionResultValuein interfaceQualityInspectionDataService- Parameters:
inspectionResultValue-InspectionResultValueentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionResultValueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspectionResultValue
@Nonnull public InspectionResultValueUpdateFluentHelper updateInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspectionResultValueentity and save it to the S/4HANA system.- Specified by:
updateInspectionResultValuein interfaceQualityInspectionDataService- Parameters:
inspectionResultValue-InspectionResultValueentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspectionResultValueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspectionSubset
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspectionSubsetentities.- Specified by:
getAllInspectionSubsetin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspectionSubsetentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspectionSubsetByKey
@Nonnull public InspectionSubsetByKeyFluentHelper getInspectionSubsetByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionSubsetInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspectionSubsetentity using key fields.- Specified by:
getInspectionSubsetByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionSubsetInternalID- Sample Number (Based on an Inspection Point)Constraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InspectionSubsetentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspectionSubset
@Nonnull public InspectionSubsetCreateFluentHelper createInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspectionSubsetentity and save it to the S/4HANA system.- Specified by:
createInspectionSubsetin interfaceQualityInspectionDataService- Parameters:
inspectionSubset-InspectionSubsetentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionSubsetentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspectionSubset
@Nonnull public InspectionSubsetUpdateFluentHelper updateInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspectionSubsetentity and save it to the S/4HANA system.- Specified by:
updateInspectionSubsetin interfaceQualityInspectionDataService- Parameters:
inspectionSubset-InspectionSubsetentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspectionSubsetentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspLotMatlDocItem
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspLotMatlDocItementities.- Specified by:
getAllInspLotMatlDocItemin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspLotMatlDocItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspLotMatlDocItemByKey
@Nonnull public InspLotMatlDocItemByKeyFluentHelper getInspLotMatlDocItemByKey(String inspectionLot, String inspLotMatlDocItem) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspLotMatlDocItementity using key fields.- Specified by:
getInspLotMatlDocItemByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspLotMatlDocItem- Internal Counter for DB ObjectsConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InspLotMatlDocItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspLotMatlDocItem
@Nonnull public InspLotMatlDocItemCreateFluentHelper createInspLotMatlDocItem(@Nonnull InspLotMatlDocItem inspLotMatlDocItem) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspLotMatlDocItementity and save it to the S/4HANA system.- Specified by:
createInspLotMatlDocItemin interfaceQualityInspectionDataService- Parameters:
inspLotMatlDocItem-InspLotMatlDocItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspLotMatlDocItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspLotMatlDocItmSrlNmbr
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspLotMatlDocItmSrlNmbrentities.- Specified by:
getAllInspLotMatlDocItmSrlNmbrin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspLotMatlDocItmSrlNmbrentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspLotMatlDocItmSrlNmbrByKey
@Nonnull public InspLotMatlDocItmSrlNmbrByKeyFluentHelper getInspLotMatlDocItmSrlNmbrByKey(String inspectionLot, String inspLotMatlDocItem, String equipment) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspLotMatlDocItmSrlNmbrentity using key fields.- Specified by:
getInspLotMatlDocItmSrlNmbrByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspLotMatlDocItem- Internal Counter for DB ObjectsConstraints: Not nullable, Maximum length: 6
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
InspLotMatlDocItmSrlNmbrentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspLotSerialNumber
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspLotSerialNumberentities.- Specified by:
getAllInspLotSerialNumberin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspLotSerialNumberentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspLotSerialNumberByKey
@Nonnull public InspLotSerialNumberByKeyFluentHelper getInspLotSerialNumberByKey(String inspectionLot, String serialNumber) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspLotSerialNumberentity using key fields.- Specified by:
getInspLotSerialNumberByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
serialNumber- Serial NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
InspLotSerialNumberentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspLotUsageDecision
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspLotUsageDecisionentities.- Specified by:
getAllInspLotUsageDecisionin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspLotUsageDecisionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspLotUsageDecisionByKey
@Nonnull public InspLotUsageDecisionByKeyFluentHelper getInspLotUsageDecisionByKey(String inspectionLot) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspLotUsageDecisionentity using key fields.- Specified by:
getInspLotUsageDecisionByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A fluent helper to fetch a single
InspLotUsageDecisionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspLotUsageDecision
@Nonnull public InspLotUsageDecisionCreateFluentHelper createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspLotUsageDecisionentity and save it to the S/4HANA system.- Specified by:
createInspLotUsageDecisionin interfaceQualityInspectionDataService- Parameters:
inspLotUsageDecision-InspLotUsageDecisionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspLotUsageDecisionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspLotUsageDecision
@Nonnull public InspLotUsageDecisionUpdateFluentHelper updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspLotUsageDecisionentity and save it to the S/4HANA system.- Specified by:
updateInspLotUsageDecisionin interfaceQualityInspectionDataService- Parameters:
inspLotUsageDecision-InspLotUsageDecisionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspLotUsageDecisionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspSampleCharacteristic
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspSampleCharacteristicentities.- Specified by:
getAllInspSampleCharacteristicin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspSampleCharacteristicentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspSampleCharacteristicByKey
@Nonnull public InspSampleCharacteristicByKeyFluentHelper getInspSampleCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspSampleCharacteristicentity using key fields.- Specified by:
getInspSampleCharacteristicByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionSubsetInternalID- Inspection Sample NumberConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InspSampleCharacteristicentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspSampleResult
Deprecated.Description copied from interface:QualityInspectionDataServiceFetch multipleInspSampleResultentities.- Specified by:
getAllInspSampleResultin interfaceQualityInspectionDataService- Returns:
- A fluent helper to fetch multiple
InspSampleResultentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getInspSampleResultByKey
@Nonnull public InspSampleResultByKeyFluentHelper getInspSampleResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceFetch a singleInspSampleResultentity using key fields.- Specified by:
getInspSampleResultByKeyin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionSubsetInternalID- Number of Partial SampleConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
InspSampleResultentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createInspSampleResult
@Nonnull public InspSampleResultCreateFluentHelper createInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Deprecated.Description copied from interface:QualityInspectionDataServiceCreate a newInspSampleResultentity and save it to the S/4HANA system.- Specified by:
createInspSampleResultin interfaceQualityInspectionDataService- Parameters:
inspSampleResult-InspSampleResultentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspSampleResultentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspSampleResult
@Nonnull public InspSampleResultUpdateFluentHelper updateInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Deprecated.Description copied from interface:QualityInspectionDataServiceUpdate an existingInspSampleResultentity and save it to the S/4HANA system.- Specified by:
updateInspSampleResultin interfaceQualityInspectionDataService- Parameters:
inspSampleResult-InspSampleResultentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspSampleResultentity. To perform execution, call theexecutemethod on the fluent helper object.
-
inspectionSubsetTrigger_valuation
@Nonnull public InspectionSubsetTrigger_valuationFluentHelper inspectionSubsetTrigger_valuation(@Nonnull String inspectionLot, @Nonnull String inspPlanOperationInternalID, @Nonnull String inspectionSubsetInternalID) Deprecated.Description copied from interface:QualityInspectionDataServiceCreates a fluent helper for the A_InspectionSubsetTrigger_valuation OData function import.
- Specified by:
inspectionSubsetTrigger_valuationin interfaceQualityInspectionDataService- Parameters:
inspectionLot- Inspection LotConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: InspectionLot
inspPlanOperationInternalID- Current Node No.Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: InspPlanOperationInternalID
inspectionSubsetInternalID- SampleConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: InspectionSubsetInternalID
- Returns:
- A fluent helper object that will execute the A_InspectionSubsetTrigger_valuation OData function
import with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-