SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MPPERS00 SAP ABAP INCLUDE - Standard Modules for HR Infotypes (MPnnnn00)







MPPERS00 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE The standard modules for RP infotypes are activated by including the following statement in the module pool MPnnnn00 for the infotype nnnn: INCLUDE MPPERS00...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MPPERS00 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 MPPERS00. "Basic submit
SUBMIT MPPERS00 AND RETURN. "Return to original report after report execution complete
SUBMIT MPPERS00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Standard Modules for HR Infotypes (MPnnnn00)


INCLUDES used within this REPORT MPPERS00

INCLUDE MPPERS10. "QNUCE


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:

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_LOCKED' * TEXT = ' ' INFO = l_sprps_text * ADD_STDINF = 'X' IMPORTING RESULT = rp50m-sprtx EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

RHAP_ALE_FLG_GET call function 'RHAP_ALE_FLG_GET' "XFYAHRK063273 importing "XFYAHRK063273 ale_flg = ale_flag. "XFYAHRK063273

HRPAD00_GET_DYNMEAS_DEPTH CALL FUNCTION 'HRPAD00_GET_DYNMEAS_DEPTH' IMPORTING DEPTH = depth.

HRPAD00_FREE_LAST_DMSNR CALL FUNCTION 'HRPAD00_FREE_LAST_DMSNR'.

HRPAD00_GET_LAST_DMSNR CALL FUNCTION 'HRPAD00_GET_LAST_DMSNR' IMPORTING LAST_DMSNR = last_dmsnr.

HRPAD00_SET_LAST_DMSNR CALL FUNCTION 'HRPAD00_SET_LAST_DMSNR' EXPORTING LAST_DMSNR = last_dmsnr.

SET_TC_KONTEXT call function 'SET_TC_KONTEXT' exporting programname = prognam controlname = 'TC3000' kontext = kontext.

HRPAD00_GET_BZPNR CALL FUNCTION 'HRPAD00_GET_BZPNR' "XYVL9CK008359 IMPORTING "XYVL9CK008359 BZPNR = BZPNR_PERNR "XYVL9CK008359 EXCEPTIONS "XYVL9CK008359 OTHERS = 0. "XYVL9CK008359

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = struc_ps TABLES dfies_tab = l_nametab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = bzpnr_pernr infty = l_infty * begda = l_date "XPVN524677 * endda = l_date "XPVN524677 begda = sel_date "XPVN524677 endda = sel_date "XPVN524677 IMPORTING subrc = rc_bzpnr TABLES infty_tab = infty_tab EXCEPTIONS infty_not_found = 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 MPPERS00 or its description.