SAP Reports / Programs

IDREPFW_REPORTING SAP ABAP Report - Reporting Framework







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IDREPFW_REP - Reporting Framework - Start


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


Text pool values


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


INCLUDES used within this REPORT IDREPFW_REPORTING

INCLUDE IDREPFW_SELECTION_INIT.
INCLUDE IDREPFW_SELECTION_OUT.
INCLUDE IDREPFW_SELECTION_ATSCR.


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:

No SAP FUNCTION MODULES are executed within this report code!



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