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

FP50MF70 SAP ABAP INCLUDE - Read Routines for ATAB Tables







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


Text pool values


Title: Read Routines for ATAB Tables


INCLUDES used within this REPORT FP50MF70

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_T582A_READ CALL FUNCTION 'HR_T582A_READ' "XYVAHRK039910 EXPORTING "XYVAHRK039910 INFTY = T582A_INFTY "XYVAHRK039910 IMPORTING "XYVAHRK039910 T582A = T582A "XYVAHRK039910 EXCEPTIONS "XYVAHRK039910 ENTRY_NOT_FOUND = 1 "XYVAHRK039910 OTHERS = 2. "XYVAHRK039910

HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "XYVAHRK039982 EXPORTING "XYVAHRK039982 * INFTY = P_INFTY "XYVAHRK039982 "XYVN0188390 INFTY = L_INFTY "XYVN0188390 IMPORTING "XYVAHRK039982 T777D = P_T777D "XYVAHRK039982 EXCEPTIONS "XYVAHRK039982 ENTRY_NOT_FOUND = 1 "XYVAHRK039982 OTHERS = 2. "XYVAHRK039982

HR_T589A_READ CALL FUNCTION 'HR_T589A_READ' "XYVAHRK039990 EXPORTING "XYVAHRK039990 IDENT = P_IDENT "XYVAHRK039990 OPERA = P_OPERA "XYVAHRK039990 IMPORTING "XYVAHRK039990 * This is bad since T589A is a global variable.



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