FP50ME11 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 FP50ME11 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: Include FP50ME11
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_SUBTYPE * CALL FUNCTION 'HR_READ_SUBTYPE' * EXPORTING ** TCLAS = 'A' * pernr = psmark-pernr * infty = psmark-infty * subty = psmark-subty ** SPRPS = '*' * begda = psmark-begda * endda = psmark-endda ** BYPASS_BUFFER = ' ' ** NO_AUTH_CHECK = ' ' ** LEGACY_MODE = ' ' ** IMPORTING ** MISSING_AUTH = * TABLES * infty_tab = data_reas_temp ** EXCEPTIONS ** INFTY_NOT_FOUND = 1 ** INVALID_INPUT = 2 ** OTHERS = 3 * .
HRCCE_REASS_POP_UP CALL FUNCTION 'HRCCE_REASS_POP_UP' EXPORTING pernrtab = ass_sel_termi_tab * need_to_read_prtxt = need_to_read_prtxt TABLES infty_reas_temp = infty_reas_temp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.