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

RFDBHDB SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FAGL_GET_GLT0_CURSOR_FETCH call function 'FAGL_GET_GLT0_CURSOR_FETCH' exporting iv_cursor = gv_cursor importing et_glt0 = gt_xglt0 ev_xcursor_closed = gv_cursor_closed exceptions invalid_cursor = 1 others = 2.

FAGL_GET_TABLENAMES call function 'FAGL_GET_TABLENAMES' exporting i_ledger = g_rldnr importing es_tabnames = ls_tabnames exceptions not_found = 1 configuration_error = 2 others = 3.

FAGL_DBCON_GET_APPL call function 'FAGL_DBCON_GET_APPL' exporting i_application = fbcon_hdb_appl-financials i_subapplication = fbcon_hdb_subappl-s_new_gl-fs_period_acc it_required_table = lt_required_table importing e_dbcon_name = gv_dbcon_name exceptions others = 1.

FAGL_GET_GLT0_CURSOR_OPEN call function 'FAGL_GET_GLT0_CURSOR_OPEN' exporting iv_glt0_rldnr = xx_rldnr-low iv_fagl_rldnr = g_rldnr iv_xauthority_check = abap_on iv_xread_from_archive = sd_usar1 iv_dbcon_name = gv_dbcon_name it_range_rrcty = sd_stype[] it_range_rvers = version[] it_range_bukrs = sd_bukrs[] it_range_ryear = sd_gjahr[] it_range_rbusa = sd_gsber[] it_range_racct = sd_saknr[] it_orderlist = gt_orderlist_glt0[] it_orderlist_complete = gt_orderlist_glt0_comp[] it_field_range = gt_freesel_trange it_range_archive_file = sd_file1[] iv_curtp = ld_curtp importing ev_cursor = gv_cursor exceptions invalid_selection = 1 archive_error = 2 others = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'SKB1' TABLES dfies_tab = lt_components.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'SKB1' tables dfies_tab = lt_components.



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