RFRRBIL1 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 RFRRBIL1 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.
Selection Text: S_RCOMP = Company
Selection Text: S_GSBER = Business area
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_BUKRS = Company code
Selection Text: P_WAERS = Currency
Selection Text: P_STRUC = Copy structure
Selection Text: P_HONLY = only provide hierarchy
Selection Text: P_CURTP = Currency type
Selection Text: P_BILVS = Financial statement version
Selection Text: P_BILTP = Balance sheet type
Selection Text: P_ALTKT = Alternative account number
Title: FI >>>> SAP-EIS Data Retrieval Program (Drill-Down Reporting)
Text Symbol: 930 = Note
Text Symbol: 920 = Parameters for special evaluations
Text Symbol: 910 = General selections
Text Symbol: 906 = Or
Text Symbol: 905 = for
Text Symbol: 904 = Change Settings
Text Symbol: 903 = Business Area
Text Symbol: 902 = Company Code
Text Symbol: 901 = Company
Text Symbol: 900 = Execute Report
Text Symbol: 042 = $ Records Selected; Selection Ended
Text Symbol: 041 = $ Records Selected
Text Symbol: 040 = Start of Data Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RECHERCHE_DEPENDENT_ERGSL_GET CALL FUNCTION 'RECHERCHE_DEPENDENT_ERGSL_GET' EXPORTING BALANCE_VERSION = P_BILVS TABLES POSITION_TAB = DEP_ERGSL SELOP_ERGSL = S_ERGSL EXCEPTIONS BALANCE_VERSION_NOT_EXIST = 2 BALANCE_POSITION_NOT_EXIST = 4.
FI_IMPORT_BALANCE_SHEET_POS CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_POS' EXPORTING VERSION = T011-VERSN TABLES X011P = X011P X011V = X011V I011Z = X011Z X011F = X011F EXCEPTIONS NEW_BALANCE_SHEET = 4.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = TEXT-040.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = PROGRESS-TEXT.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = PROGRESS-TEXT.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = NODE_TAB EXCEPTIONS TREE_FAILURE = 04.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING I_BUKRS = GLFUNC-BUKRS IMPORTING E_X001 = X001 EXCEPTIONS OTHERS = 1.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = PROGRESS-TEXT.
FI_CUST_READ_DOMVALUETEXT CALL FUNCTION 'FI_CUST_READ_DOMVALUETEXT' EXPORTING DOMNAME = 'CURTP' DOMVALUE = CURTP_VALUE IMPORTING DDTEXT = CURTP_TEXT EXCEPTIONS TEXT_NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFRRBIL1 - FI >>>> SAP-EIS Data Retrieval Program (Drill-Down Reporting) RFRRBIL1 - FI >>>> SAP-EIS Data Retrieval Program (Drill-Down Reporting) RFRML_RES_LOADTOP - RFRMLRESLOADTOP RFRML_RES_LOADSCR - RFRMLRESLOADSCR RFRML_RES_LOADF01 - RFRMLRESLOADF01 RFRML_RES_LOAD - Obsolete: Component Types: Assignment to Explosion Scopes