SAP Reports / Programs

RQGAAM20 SAP ABAP Report - Display Inspection Results







RQGAAM20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RQGAAM20 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

QGA2 - Display inspection results


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RQGAAM20. "Basic submit
SUBMIT RQGAAM20 AND RETURN. "Return to original report after report execution complete
SUBMIT RQGAAM20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: QL_MBW = Characteristic valuation
Selection Text: QL_SMK = Master insp.characteristic
Title: Display Inspection Results
Text Symbol: 100 = Creation date
Text Symbol: 133 = Insp.
Text Symbol: 143 = QScore
Text Symbol: 150 = Insp. results
Text Symbol: 151 = InspLot
Text Symbol: 152 = Oper.
Text Symbol: 154 = Char.
Text Symbol: 160 = Description
Text Symbol: 161 = Status
Text Symbol: 162 = Valuation
Text Symbol: 163 = Fractn
Text Symbol: 164 = Det. Info
Text Symbol: 165 = Usage Decision


INCLUDES used within this REPORT RQGAAM20

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_OVERVIEW' text = ' ' info = text-150 IMPORTING RESULT = gc_icon_over EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DATE' text = ' ' info = text-100 IMPORTING RESULT = gc_icon_date EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INSPECTION_LOT' text = ' ' info = text-151 IMPORTING RESULT = gc_icon_lot EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ROUTING_OPERATION' text = ' ' info = text-152 IMPORTING RESULT = gc_icon_oper EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INSPECTION_CHARACTERISTIC' text = ' ' info = text-154 IMPORTING RESULT = gc_icon_charac EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WORKFLOW_DECISION' text = ' ' info = text-165 IMPORTING RESULT = gc_icon_decis EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

QAPG_QAPP_PM_TECH_OBJ CALL FUNCTION 'QAPG_QAPP_PM_TECH_OBJ' EXPORTING i_aufnr = qals-aufnr i_slwbez = qals-slwbez i_for_insp_point = 'X' TABLES t_qpml_tab = l_qpml_tab EXCEPTIONS x_no_order = 1 x_no_object_list = 2 x_slwbez_not_found = 3 OTHERS = 4.

QSS1_LOT_SHOW CALL FUNCTION 'QSS1_LOT_SHOW' EXPORTING i_prueflos = p_prueflos.

QSS1_INSPECT_FEAT_RESULTS_SHOW CALL FUNCTION 'QSS1_INSPECT_FEAT_RESULTS_SHOW' EXPORTING i_prueflos = p_prueflos i_vornr = p_vornr.

QSS1_INSPECT_FEAT_RESULTS_SHOW CALL FUNCTION 'QSS1_INSPECT_FEAT_RESULTS_SHOW' EXPORTING i_prueflos = p_prueflos i_vornr = p_vornr i_vorglfnr = p_vorglfnr i_merknr_bis = p_merknr i_merknr_von = p_merknr i_mode_lesen = ' ' i_single_characteristic_read = 'X'.

QSS1_USAGE_DECISION_SHOW CALL FUNCTION 'QSS1_USAGE_DECISION_SHOW' EXPORTING i_prueflos = p_prueflos.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING flg_user_stat = space objnr = qals-objnr only_active = 'X' spras = sy-langu IMPORTING line = lc_statustext EXCEPTIONS object_not_found = 01.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RQGAAM20 or its description.