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

RGREINCF SAP ABAP INCLUDE - Besorgt alle Konten, die zu einer Bilanz-/GuV-Position gehören







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

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:

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

AS_DATASOURCE_INIT CALL FUNCTION 'AS_DATASOURCE_INIT' EXPORTING i_report = sy-cprog i_reporttype = space IMPORTING e_use_database = sd_usedb e_use_archive = sd_usear e_use_infosys = sd_useas et_arch_sel = sd_files[].

G_SET_HANA_ENABLE CALL FUNCTION 'G_SET_HANA_ENABLE' EXPORTING I_ACTIVE = 'X'.

RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' " 4.5B

RS_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING p_fb = 'FAGL_EXTERNAL_STATUS_SET'.

FAGL_PUT_TABLENAME CALL FUNCTION 'FAGL_PUT_TABLENAME' EXPORTING id_tabname = l_tabname.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING langu = sy-langu only = 'T' tabname = tabname TABLES nametab = lt_namtab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5.

ARCHIVE_ADMIN_DEFINE_FILTER CALL FUNCTION 'ARCHIVE_ADMIN_DEFINE_FILTER' EXPORTING status_deleted_only = 'X'.

AS_DATASOURCE_SELECT CALL FUNCTION 'AS_DATASOURCE_SELECT' EXPORTING i_db_and_arc = 'X' i_no_source_select = space i_infosys_possible = 'X' i_documentation = 'DEFAULT' it_objects = lt_objects[] CHANGING c_use_database = sd_usedb c_use_archive = sd_usear c_use_infosys = sd_useas c_archobj = sd_objec ct_arch_sel = sd_files[].

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = curr_report mode_write_or_move = 'M' IMPORTING p_trange = lt_dynsel EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = lt_dynsel IMPORTING expressions = lt_dynsel_ex.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = curr_report TABLES selection_table = sel_tab EXCEPTIONS not_found = 01 no_report = 02.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = -rldnr IMPORTING es_tabnames = ls_tabnames EXCEPTIONS not_found = 1 configuration_error = 2 OTHERS = 3.



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