The Function Module BAPI_INSPCHAR_GETRESULT (Load Inspection Results) is a standard Function Module in SAP ERP and is part of the function group 2045 within the package QL.
Function Module | BAPI_INSPCHAR_GETRESULT |
Short Text | Load Inspection Results |
Function Group | 2045 |
Package | QL |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INSPCHAR | LIKE | BAPI2045D4-INSPCHAR | Inspection lot characteristic number | |
INSPLOT | LIKE | BAPI2045D4-INSPLOT | Inspection lot | |
INSPOPER | LIKE | BAPI2045D4-INSPOPER | Inspection lot operation number | |
INSPSAMPLE | LIKE | BAPI2045D4-INSPSAMPLE | 1 | Inspection lot sample number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHAR_RESULT | LIKE | BAPI2045D2 | Inspection result: Characteristic level | |
RETURN | LIKE | BAPIRETURN1 | Return value | |
SAMPLE_RESULT | LIKE | BAPI2045D3 | Inspection result: Sample level |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SINGLE_RESULTS | LIKE | BAPI2045D4 | Inspection results: Single value level |
This function module does not define any Exceptions.