SAP Reports / Programs

RFRRBIL1 SAP ABAP Report - FI >>>> SAP-EIS Data Retrieval Program (Drill-Down Reporting)







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


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 RFRRBIL1. "Basic submit
SUBMIT RFRRBIL1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFRRBIL1 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: 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


INCLUDES used within this REPORT RFRRBIL1

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:

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.



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