Interface QualityInspectionDataService
- All Superinterfaces:
BatchService<QualityInspectionDataServiceBatch>
- All Known Implementing Classes:
DefaultQualityInspectionDataService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateInspectionCharacteristic(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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllInspectionCharacteristic
Deprecated.Fetch multipleInspectionCharacteristicentities.- 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 InspectionCharacteristicByKeyFluentHelper getInspectionCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Fetch a singleInspectionCharacteristicentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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 InspectionCharacteristicCreateFluentHelper createInspectionCharacteristic(@Nonnull InspectionCharacteristic inspectionCharacteristic) Deprecated.Create a newInspectionCharacteristicentity and save it to the S/4HANA system.- 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.Fetch multipleInspectionLotentities.- 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.Fetch a singleInspectionLotentity using key fields.- 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
Deprecated.Create a newInspectionLotentity and save it to the S/4HANA system.- 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
Deprecated.Update an existingInspectionLotentity and save it to the S/4HANA system.- 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.Fetch multipleInspectionLotWithStatusentities.- 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 InspectionLotWithStatusByKeyFluentHelper getInspectionLotWithStatusByKey(String inspectionLot) Deprecated.Fetch a singleInspectionLotWithStatusentity using key fields.- 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.Fetch multipleInspectionOperationentities.- 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 InspectionOperationByKeyFluentHelper getInspectionOperationByKey(String inspectionLot, String inspPlanOperationInternalID) Deprecated.Fetch a singleInspectionOperationentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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.Fetch multipleInspectionResultentities.- 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 InspectionResultByKeyFluentHelper getInspectionResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic) Deprecated.Fetch a singleInspectionResultentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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 InspectionResultCreateFluentHelper createInspectionResult(@Nonnull InspectionResult inspectionResult) Deprecated.Create a newInspectionResultentity and save it to the S/4HANA system.- 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 InspectionResultUpdateFluentHelper updateInspectionResult(@Nonnull InspectionResult inspectionResult) Deprecated.Update an existingInspectionResultentity and save it to the S/4HANA system.- 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.Fetch multipleInspectionResultValueentities.- 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 InspectionResultValueByKeyFluentHelper getInspectionResultValueByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspResultValueInternalID) Deprecated.Fetch a singleInspectionResultValueentity using key fields.- Parameters:
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
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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 InspectionResultValueCreateFluentHelper createInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Deprecated.Create a newInspectionResultValueentity and save it to the S/4HANA system.- 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 InspectionResultValueUpdateFluentHelper updateInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Deprecated.Update an existingInspectionResultValueentity and save it to the S/4HANA system.- 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.Fetch multipleInspectionSubsetentities.- 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 InspectionSubsetByKeyFluentHelper getInspectionSubsetByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspectionSubsetentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
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 InspectionSubsetCreateFluentHelper createInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Deprecated.Create a newInspectionSubsetentity and save it to the S/4HANA system.- 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 InspectionSubsetUpdateFluentHelper updateInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Deprecated.Update an existingInspectionSubsetentity and save it to the S/4HANA system.- 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.Fetch multipleInspLotMatlDocItementities.- 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 InspLotMatlDocItemByKeyFluentHelper getInspLotMatlDocItemByKey(String inspectionLot, String inspLotMatlDocItem) Deprecated.Fetch a singleInspLotMatlDocItementity using key fields.- Parameters:
inspLotMatlDocItem- Internal Counter for DB ObjectsConstraints: Not nullable, Maximum length: 6
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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 InspLotMatlDocItemCreateFluentHelper createInspLotMatlDocItem(@Nonnull InspLotMatlDocItem inspLotMatlDocItem) Deprecated.Create a newInspLotMatlDocItementity and save it to the S/4HANA system.- 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.Fetch multipleInspLotMatlDocItmSrlNmbrentities.- 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 InspLotMatlDocItmSrlNmbrByKeyFluentHelper getInspLotMatlDocItmSrlNmbrByKey(String inspectionLot, String inspLotMatlDocItem, String equipment) Deprecated.Fetch a singleInspLotMatlDocItmSrlNmbrentity using key fields.- Parameters:
inspLotMatlDocItem- Internal Counter for DB ObjectsConstraints: Not nullable, Maximum length: 6
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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.Fetch multipleInspLotSerialNumberentities.- 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 InspLotSerialNumberByKeyFluentHelper getInspLotSerialNumberByKey(String inspectionLot, String serialNumber) Deprecated.Fetch a singleInspLotSerialNumberentity using key fields.- Parameters:
serialNumber- Serial NumberConstraints: Not nullable, Maximum length: 18
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
- 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.Fetch multipleInspLotUsageDecisionentities.- 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
Deprecated.Fetch a singleInspLotUsageDecisionentity using key fields.- 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 InspLotUsageDecisionCreateFluentHelper createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Deprecated.Create a newInspLotUsageDecisionentity and save it to the S/4HANA system.- 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 InspLotUsageDecisionUpdateFluentHelper updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Deprecated.Update an existingInspLotUsageDecisionentity and save it to the S/4HANA system.- 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.Fetch multipleInspSampleCharacteristicentities.- 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 InspSampleCharacteristicByKeyFluentHelper getInspSampleCharacteristicByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspSampleCharacteristicentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
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.Fetch multipleInspSampleResultentities.- 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 InspSampleResultByKeyFluentHelper getInspSampleResultByKey(String inspectionLot, String inspPlanOperationInternalID, String inspectionCharacteristic, String inspectionSubsetInternalID) Deprecated.Fetch a singleInspSampleResultentity using key fields.- Parameters:
inspPlanOperationInternalID- Current Node Number from Order CounterConstraints: Not nullable, Maximum length: 8
inspectionCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
inspectionLot- Inspection Lot NumberConstraints: Not nullable, Maximum length: 12
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 InspSampleResultCreateFluentHelper createInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Deprecated.Create a newInspSampleResultentity and save it to the S/4HANA system.- 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 InspSampleResultUpdateFluentHelper updateInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Deprecated.Update an existingInspSampleResultentity and save it to the S/4HANA system.- 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 InspectionSubsetTrigger_valuationFluentHelper inspectionSubsetTrigger_valuation(@Nonnull String inspectionLot, @Nonnull String inspPlanOperationInternalID, @Nonnull String inspectionSubsetInternalID) Deprecated.Creates a fluent helper for the A_InspectionSubsetTrigger_valuation OData function import.
- Parameters:
inspPlanOperationInternalID- Current Node No.Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: InspPlanOperationInternalID
inspectionLot- Inspection LotConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: InspectionLot
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.
-