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

FP50MF20 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FP50MF20

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:

HR_GET_COMBO_DYNNR * CALL FUNCTION 'HR_GET_COMBO_DYNNR' (d) QICAHRK036364 "QICAHRK019124 * EXPORTING (d) QICAHRK036364 "QICAHRK019124 * PROGRAMM = SY-CPROG (d) QICAHRK036364 "QICAHRK019124 * DYNNR = PSYST-DYNNR (d) QICAHRK036364 "QICAHRK019124 * IMPORTING (d) QICAHRK036364 "QICAHRK019124 * NEW_DYNNR = PSYST-DYNNR. (d) QICAHRK036364 "QICAHRK019124

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' "XFYAHRK024845 IMPORTING "XFYAHRK024845 INTEGRATED_PLVAR = INT_PLVAR "XFYAHRK024845 ORG_INTEGRATION = INT_ORGA. "XFYAHRK024845

HR_PAYROLL_PUSHBUTTON_DISPLAY CALL FUNCTION 'HR_PAYROLL_PUSHBUTTON_DISPLAY' "XPSAHRK029812 EXPORTING "XPSAHRK029812 PERSONNEL_AREA = PSYST-WERKS "XPSAHRK029812 PERSONNEL_SUBAREA = PSYST-BTRTL "XPSAHRK029812 EMPLOYEE_GROUP = PSYST-PERSG "XPSAHRK029812 EMPLOYEE_SUBGROUP = PSYST-PERSK "XPSAHRK029812 PAYROLL_AREA = PSYST-ABKRS "XPSAHRK029812 * SIMULATION_CODE = 'IT' "XPSAHRK029812 IMPORTING "XPSAHRK029812 PUSHBUTTON_SWITCH = DP_SWITCH "XPSAHRK029812 EXCEPTIONS "XPSAHRK029812 FEATURE_ERROR = 1 "XPSAHRK029812 OTHERS = 2 "XPSAHRK029812 . "XPSAHRK029812

HR_T589A_READ CALL FUNCTION 'HR_T589A_READ' "XYVAHRK039991 EXPORTING "XYVAHRK039991 IDENT = 'P' "XYVAHRK039991 OPERA = PSYST-IOPER "XYVAHRK039991 IMPORTING "XYVAHRK039991 * This is bad since T589A is a global variable. "XYVAHRK039991

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "XYLPH9K000582 EXPORTING "XYLPH9K000582 PP0002 = P0002 "XYLPH9K000582 MOLGA = T001P-MOLGA "XYLPH9K000582 * LANGU = SPACE "XYLPH9K000582 "XDVN610683 LANGU = sy-langu "XDVN610683 FORMAT = CNO_FORMT "XYLPH9K000582 PPINFTV = "XYLPH9K000582 tclas = pspar-tclas "XYLPH9K007969 IMPORTING "XYLPH9K000582 EDIT_NAME = CNO_SNAME "XYLPH9K000582 RETCODE = CNO_RCODE. "XYLPH9K000582

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "XYLPH9K000582 EXPORTING "XYLPH9K000582 PP0002 = P0002 "XYLPH9K000582 MOLGA = T001P-MOLGA "XYLPH9K000582 * LANGU = SPACE "XYLPH9K000582 "XDVN536695 LANGU = sy-langu "XDVN536695 FORMAT = CNO_FORMT "XYLPH9K000582 PPINFTV = "XYLPH9K000582 tclas = pspar-tclas "XYLPH9K007969 IMPORTING "XYLPH9K000582 EDIT_NAME = CNO_ENAME "XYLPH9K000582 RETCODE = CNO_RCODE. "XYLPH9K000582

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA * LANGU = SPACE "XDVN610683 LANGU = sy-langu "XDVN610683 FORMAT = CNO_FORMT tclas = pspar-tclas "XYLPH9K007969 IMPORTING EDIT_NAME = CNO_SNAME RETCODE = CNO_RCODE.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA * LANGU = SPACE "XDVN536695 LANGU = sy-langu "XDVN536695 FORMAT = CNO_FORMT tclas = pspar-tclas "XYLPH9K007969 IMPORTING EDIT_NAME = CNO_ENAME RETCODE = CNO_RCODE.

RS_SCRP_GET_GEN_DATA CALL FUNCTION 'RS_SCRP_GET_GEN_DATA' "XYVN0337860 EXPORTING "XYVN0337860 PROGNAME = L_PROG "XYVN0337860 DYNNR = L_DNUM "XYVN0337860 IMPORTING "XYVN0337860 GEN_DATE = DYNPRO_DATE "XYVN0337860 GEN_TIME = DYNPRO_TIME "XYVN0337860 EXCEPTIONS "XYVN0337860 NOT_EXECUTED = 1 "XYVN0337860 OTHERS = 2. "XYVN0337860



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