MP175320 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 MP175320 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 1753: Special PAI/PBO Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_READ_INFTY_1001 CALL FUNCTION 'HRIQ_READ_INFTY_1001' EXPORTING extend = 'X' subty = lv_subty * begda = p1753-begda * endda = p1753-endda * CONDITION = '00000' * SORT = 'X' * WITH_EV = ' ' adata = 'X' * AUTH_SOBID = ' ' TABLES i1001 = lt_p1001[] OBJECTS = lt_hrobject EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3 .
HRIQ_READ_INFTY_NNNN CALL FUNCTION 'HRIQ_READ_INFTY_NNNN' EXPORTING * AUTHORITY = 'DISP' with_stru_auth = space infty = gc_infty_1753 * ISTAT = ' ' * EXTEND = 'X' * SUBTY = ' ' begda = p1753-begda endda = p1753-begda * CONDITION = '00000' * INFTB = '1' * SORT = 'X' TABLES innnn = lt_p1753 OBJECTS = lt_d_hrobject EXCEPTIONS nothing_found = 0 wrong_condition = 0 infotyp_not_supported = 0 OTHERS = 0 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.