MP178520 is a standard ABAP INCLUDE 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 MP178520 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PBO/PAI for MP178500
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_READ_OBJECT CALL FUNCTION 'HRIQ_READ_OBJECT' EXPORTING plvar = p1785-plvar otype = 'EO' objid = pv_school IMPORTING short = q1785-school_short stext = q1785-school_long EXCEPTIONS not_found = 1 OTHERS = 2.
HRIQ_GB_ST_CHECK_SR_RESULT_2 CALL FUNCTION 'HRIQ_GB_ST_CHECK_SR_RESULT_2' EXPORTING iv_subject = pt1785-subject iv_exam_board = pt1785-exam_board iv_grade_1 = pt1785-orgmark iv_grade_2 = pt1785-grade_2 iv_exam_level_code = pt1785-exam_level_code IMPORTING ev_qualityt = q1785-qualityt CHANGING cv_subjectebl = q1785-subject_ebl cv_quality = pt1785-quality EXCEPTIONS cust_error = 1 no_eblcode = 2 OTHERS = 3.
HRIQ_GB_ST_CHECK_SR_RESULT_1 CALL FUNCTION 'HRIQ_GB_ST_CHECK_SR_RESULT_1' EXPORTING iv_quality = pt1785-quality iv_exam_board = pt1785-exam_board iv_grade_1 = pt1785-orgmark iv_grade_2 = pt1785-grade_2 EXCEPTIONS cust_error = 1 OTHERS = 2.
HRIQ_GB_ST_CHECK_SR_RESULT_2 CALL FUNCTION 'HRIQ_GB_ST_CHECK_SR_RESULT_2' EXPORTING iv_subject = p_subject iv_exam_board = p_exam_board iv_grade_1 = p_grade_1 iv_grade_2 = p_grade_2 iv_exam_level_code = p_exam_level_code IMPORTING ev_qualityt = p_qualityt CHANGING cv_subjectebl = p_subject_ebl cv_quality = p_quality EXCEPTIONS cust_error = 1 no_eblcode = 2 OTHERS = 3.
HRIQ_GB_UCAS_POINTS_CALC CALL FUNCTION 'HRIQ_GB_UCAS_POINTS_CALC' EXPORTING st_object = ps_object keydate = sy-datum IMPORTING es_tariffdata = q1785-calc_tariff TABLES exams = gt_exam EXCEPTIONS calculation_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.