SAP Reports / Programs | United Kingdom | United Kingdom | United Kingdom(IS-HER-CM-GB) SAP IS

MP178520 SAP ABAP INCLUDE - Include PBO/PAI for MP178500







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


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 MP178520. "Basic submit
SUBMIT MP178520 AND RETURN. "Return to original report after report execution complete
SUBMIT MP178520 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PBO/PAI for MP178500


INCLUDES used within this REPORT MP178520

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:

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.



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 MP178520 or its description.