Recordresults
You can use this method to confirm the result of a quality inspectionfor an inspection operation or inspection point. The following functions are supported: - Creating an inspection point
- Closing an inspection point
- Changing inspection point data
- Recording inspection results at characteristic level (summarized)
- Recording inspection results at sample level (summarized)
- Recording inspection results at single value level
You define within an inspection operation whether you work with or
without inspection points. In accordance with this specification, the parameter INSPPOINTDATA is required or optional. Key fieldsAs an instance method, the instance key fields INSPLOT and INSPOPER arealready entered when you call up this method. Both these fields are
contained in all used data structures. However, these are ignored atconfirmation. All results for the current instance are automatically assigned. The same applies to inspection point processing. All results are assigned to the specified inspection point independent of
SAMPLERESULTS-INSPSAMPLE and SINGLERESULTS-INSPSAMPLE. Sequence for the confirmationsThis method can be called up several times for an operation instance.If you switch to another operation instance, the confirmation is considered complete for the previous instance, and no more
confirmations can be made for this instance before a COMMIT WORK (BapiService.TransactionCommit). If an external program wants to make confirmations for severalinspection lots and operations, we recommend that these confirmations are sorted according to the inspection lot and operation.
Procedure if there are errorsIf errors occur during confirmation, these are entered in the tableRETURNTABLE and the parameters RETURN. If the table RETURNTABLE contains several entries, message E026(Q5) 'Errors occured duringconfirmation' is entered in the RETURN parameter.
In addition to the entries in RETURNTABLE, an application lot isupdated with the defective data records. RETURN-LOG_NO contains the number of the application log. NotesTo access this method, all authorizations are required that are necessary for executing transaction QE11.
|