RFFMPENR_USER_COMMAND 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 RFFMPENR_USER_COMMAND 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 RFFMPENR_ALV_USER_COMMAND
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = g_t_rsds_trange IMPORTING expressions = g_t_rsds_texpr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMPENR_USER_COMMAND - Include RFFMPENR_ALV_USER_COMMAND RFFMPENR_STOP - Include RFFMPENRSTOP RFFMPENR_SEL_SCREEN - Include RFFMPENR_SELSCREEN RFFMPENR_APPL_LOG - Include RFFMPENR_ALV_APPL_LOG RFFMPENR_ALV_INITIALIZE - Include MPENR_ALV_INITIALIZEF01 RFFMPENR_ALV_FILL_TABLE - Include RFFMPENR_ALV_FILL_TABLEF01