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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.