SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_INIT_RRI SAP ABAP INCLUDE - FAGLINITRRI







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


INCLUDES used within this REPORT FAGL_INIT_RRI

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:

RSTI_APPL_STACK_POP CALL FUNCTION 'RSTI_APPL_STACK_POP' IMPORTING i_rec = a_rec EXCEPTIONS appl_stack_not_initialized = 1.

RSTI_SELECTION_IMPORT CALL FUNCTION 'RSTI_SELECTION_IMPORT' TABLES IT_SEL = lt_sel IT_FIELDS = lt_fields EXCEPTIONS NO_SELECTION_DATA = 1 OTHERS = 2.

RSTI_APPL_STACK_INITIALIZE CALL FUNCTION 'RSTI_APPL_STACK_INITIALIZE' EXPORTING E_TOOL = a_rec-rtool E_ONAM = a_rec-ronam.

RGRE_ERGSL_TO_RACCT_CONVERT CALL FUNCTION 'RGRE_ERGSL_TO_RACCT_CONVERT' EXPORTING i_bs_version = ld_versn i_bs_item = ld_ergsl TABLES t_accounts = lt_accounts EXCEPTIONS bs_version_not_exist = 1 OTHERS = 2.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = ld_rldnr IMPORTING es_tabnames = ls_tablenames.

FAGL_GET_REPORTING_FIELDS CALL FUNCTION 'FAGL_GET_REPORTING_FIELDS' EXPORTING i_rldnr = gv_relevant_ledger IMPORTING et_fields = lt_reporting_fields.

RSTI_REPORT_FIELDS_FIND CALL FUNCTION 'RSTI_REPORT_FIELDS_FIND' EXPORTING e_repid = 'FAGL_ACCOUNT_BALANCE' e_type = 'R' TABLES it_fields = lt_fieldr.

FREE_SELECTIONS_RANGE_2_EX call function 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = fs_dyns-trange IMPORTING expressions = fs_dyns-texpr.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = fs_dyns-trange IMPORTING WHERE_CLAUSES = fs_dyns-clauses.

RSTI_APPL_STACK_INITIALIZE CALL FUNCTION 'RSTI_APPL_STACK_INITIALIZE' EXPORTING E_TOOL = a_rec-rtool E_ONAM = a_rec-ronam.



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