MP170220 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 MP170220 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: PD Infotype 1702: Special PAI/PBO Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_Q1702_READ CALL FUNCTION 'HRIQ_Q1702_READ' EXPORTING imp_p1702 = p1702 IMPORTING exp_q1702 = q1702.
HRIQ_ST_CHECK_GENDER CALL FUNCTION 'HRIQ_ST_CHECK_GENDER' EXPORTING iv_anred = p_anred iv_default_active = 'X' CHANGING cv_gesch = p_gesch EXCEPTIONS anred_empty = 1 anred_invalid = 2 gesch_incompatible = 3 gesch_changed = 4 OTHERS = 5.
HRIQ_ST_CHECK_BIRTH_DATE CALL FUNCTION 'HRIQ_ST_CHECK_BIRTH_DATE' EXPORTING iv_gbdat = p_gbdat.
HRIQ_STUDENT_NAME_TO_MATCHCODE CALL FUNCTION 'HRIQ_STUDENT_NAME_TO_MATCHCODE' CHANGING p1702_record = p1702.
HRIQ_ST_CHECK_NATIOS CALL FUNCTION 'HRIQ_ST_CHECK_NATIOS' EXPORTING iv_natio = p_natio iv_nati2 = p_nati2 iv_nati3 = p_nati3 EXCEPTIONS first_natio_missing = 1 second_natio_missing = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.