RMPFESDB 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 RMPFESDB 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.
INCLUDE PFE00_BUILD_RANGESF01. "RANGE TABLES FOR SELECT
INCLUDE PFE00_SELECT_DATAF01. "SELECTION ON THE DATABASE
INCLUDE PFE00_SELECT_DATA_MDVM_MDVLF01. "SELECTION WITHOUT MRP AREA
INCLUDE PFE00_SELECT_DATA_DBVM_DBVLF01. "SELECTION WITH MRP AREAS
INCLUDE PFE00_CHECK_MDVMKEYF01. "CHECK MDVMKEY FOR SELECTION
INCLUDE PFE00_MDVMKEY_AUFLOESENF01. "SEPARATE INFOS OF MDVMKEY
INCLUDE PFE00_MDVMKEY_AUFBAUENF01. "COLLECT INFOS TO MDVMKEY
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.