IDREPFW_REPORTING is a standard Executable ABAP Report 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 IDREPFW_REPORTING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IDREPFW_REP - Reporting Framework - Start
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.
Selection Text: P_VERSN = D .
Selection Text: P_RUNID = D .
Selection Text: P_PATH = D .
Selection Text: P_IMPSET = D .
Selection Text: P_ID = D .
Selection Text: P_GROUP = D .
Selection Text: P_FILTY = D .
Selection Text: P_ERZEIT = D .
Selection Text: P_ERNAM = D .
Selection Text: P_ERDAT = D .
Selection Text: P_DBSTRE = TRUE
Title: Reporting Framework
Text Symbol: T04 = Additional Parameters
Text Symbol: 016 = No Data Inserted
Text Symbol: 015 = Data Exists
Text Symbol: 014 = @2W@Reset
Text Symbol: 013 = Generate New Run ID in Database; No Output Screen
Text Symbol: 012 = File Settings
Text Symbol: 011 = Global Run Settings
Text Symbol: 010 = Select Parameter Set
Text Symbol: 009 = @13@Display Run IDs
Text Symbol: 008 = @FA@Supplementary Data for Report
Text Symbol: 007 = Reporting Framework
Text Symbol: 006 = Custom Selection Parameters
Text Symbol: 005 = Select Run Identification
Text Symbol: 004 = Reporting Group
Text Symbol: 003 = Settings
Text Symbol: 002 = Run Identification
Text Symbol: 001 = Report Identification
INCLUDE IDREPFW_SELECTION_INIT.
INCLUDE IDREPFW_SELECTION_OUT.
INCLUDE IDREPFW_SELECTION_ATSCR.
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.