MP00164D 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 MP00164D 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' PERNR = PSPAR-PERNR INFTY = '0001' * BEGDA = '18000101' * ENDDA = '99991231' * importing * subrc = TABLES INFTY_TAB = I0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_OED_FRISTEN CALL FUNCTION 'HR_OED_FRISTEN' EXPORTING IMP_PERNR = P0016-PERNR IMP_STITG = Q0016-STTIG IMP_FRART = $FRISTART IMP_READ_I0016 = SPACE "XYAK011454 IMP_LFZSO = P0016-LFZSO "XYAK011454 IMP_AWART = SPACE IMPORTING EXP_FSZAH = FRIST1 EXP_FSTZH = EINHEIT TABLES PP0001 = I0001.
HR_OED_FRISTEN CALL FUNCTION 'HR_OED_FRISTEN' EXPORTING IMP_PERNR = P0016-PERNR IMP_STITG = Q0016-STTIG IMP_FRART = $FRISTART IMP_READ_I0016 = SPACE "XYAK011454 IMP_LFZSO = P0016-LFZSO "XYAK011454 IMP_AWART = SPACE IMPORTING EXP_KDGAG = FRIST2 TABLES PP0001 = I0001.
HR_DE_PBS_GET_ALL_PERIODS CALL FUNCTION 'HR_DE_PBS_GET_ALL_PERIODS' EXPORTING IS_P0001 = ls_p0001 IS_P0008 = ls_p0008 IS_P0016 = $p0016 IS_P0041 = ls_p0041 I_MOLGA = t001p-molga I_DATE = $q0016-sttig IMPORTING E_LFZFR = $q0016-lfzfr e_lfzze = $q0016-lfzze "XYAM0387153 e_lfzzt = $q0016-lfzzt e_kgzfr = $q0016-kgzfr e_kgzze = $q0016-kgzze "XYAM0387153 e_kgzzt = $q0016-kgzzt e_prbez = $q0016-prbez e_prbee = $q0016-prbee "XYAM0387153 E_PRBET = $q0016-prbet E_KDGAG = $q0016-kdgag E_KDGFH = $q0016-kdgfh E_KDGAN = $q0016-kdgan E_KDGFT = $q0016-kdgft EXCEPTIONS ERROR_OTHER_FUNCTIONS = 1 OTHERS = 2 .
HR_DE_PBS_GET_KIND_OF_SCALE CALL FUNCTION 'HR_DE_PBS_GET_KIND_OF_SCALE' EXPORTING IS_P0001 = ls_p0001 IS_P0008 = ls_p0008 I_MOLGA = $molga I_DATE = $date IMPORTING E_LFZSO = l_regelung EXCEPTIONS ERROR_READING_FEATURE = 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.