SAP Reports / Programs

RFABADAB SAP ABAP Report - ABAP/4 Program Directory







RFABADAB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFABADAB is called up from the menu (Periodic processing -> Reporting -> General) and is used for selecting FI-specific reports...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFABADAB 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

OBZA - Reporting Selection: Global Menu


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 RFABADAB. "Basic submit
SUBMIT RFABADAB AND RETURN. "Return to original report after report execution complete
SUBMIT RFABADAB 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: CLAS_ID = CLAS_ID
Title: ABAP/4 Program Directory
Text Symbol: 012 = Author Date Client
Text Symbol: 013 = Total
Text Symbol: 014 = List of INCLUDEs for program
Text Symbol: 015 = Include Title
Text Symbol: 010 = | Name | Title
Text Symbol: 000 = From To
Text Symbol: 001 = Options
Text Symbol: 004 = No INCLUDEs exist --> Press enter
Text Symbol: 006 = Place cursor on line you want to select
Text Symbol: 008 = No programs exist for specified selections
Text Symbol: 030 = Attribute change
Text Symbol: 031 = in program:
Text Symbol: 032 = by user:
Text Symbol: 033 = on:
Text Symbol: 034 = PF: 3=Back 8=Next line
Text Symbol: 021 = Text
Text Symbol: 016 = Program overview for seerch criteria entered
Text Symbol: 017 = Categ. | Number
Text Symbol: 018 = Overview of selected categories
Text Symbol: 019 = Sort by..........
Text Symbol: 020 = Display independent of program category
Text Symbol: 011 = Program Typ Rel. Srce chng by Date
Text Symbol: 040 = Text search
Text Symbol: 081 = Program document....
Text Symbol: 080 = Program source......
Text Symbol: 079 = Numbered texts......
Text Symbol: 078 = Selection texts.....
Text Symbol: 077 = Column header.......
Text Symbol: 098 = (Text search in source, documentation
Text Symbol: 101 = ***** No report title *****
Text Symbol: 100 = ***** No category description *****
Text Symbol: 099 = not yet implemented.)
Text Symbol: 061 = for text
Text Symbol: 060 = ABAP text search: Hit list
Text Symbol: 045 = No program text elements found
Text Symbol: 042 = PF: 19=Text search with parameter details





Text Symbol: 041 = PF: 18=General text search
Text Symbol: 065 = | Program | Title | List | Column overview
Text Symbol: 076 = List header.........
Text Symbol: 075 = Title...............
Text Symbol: 073 = Search made in:
Text Symbol: 070 = Search text was not found
Text Symbol: 066 = | Sel.text | Num.text |


INCLUDES used within this REPORT RFABADAB

No INCLUDES are used within this REPORT code!


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:

DOCU_CALL CALL FUNCTION 'DOCU_CALL' "Transaktion DOKA (nur Anzeige!) EXPORTING DISPL = 'X' DISPL_MODE = 2 ID = 'RE' OBJECT = DOCU_OBJECT TYP = 'E' LANGU = SY-LANGU.

SUBMIT_REPORT CALL FUNCTION 'SUBMIT_REPORT' EXPORTING REPORT = TRDIR-NAME * VARIANT = ' ' RDIR = TRDIR "für Authority-Check RET_VIA_LEAVE = ' '.

RS_VARIANT_SCREEN CALL FUNCTION 'RS_VARIANT_SCREEN' EXPORTING REPORT = TRDIR-NAME.



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