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
Below is a list of transaction codes which are relevant to this SAP report
OBZA - Reporting Selection: Global Menu
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFABADAB - ABAP/4 Program Directory RFABADAB - ABAP/4 Program Directory RF66VSTM - Legacy Data Transfer: Reset Legacy Data For Correction Items RF66VSTM - Legacy Data Transfer: Reset Legacy Data For Correction Items RF66VSTC - Legacy Data Transfer: Input Tax Correction Values RF66VSTC - Legacy Data Transfer: Input Tax Correction Values