DBAGENCYLDBF01 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 DBAGENCYLDBF01 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!
WLF_SELECT_WBRK_MULTIPLE call function 'WLF_SELECT_WBRK_MULTIPLE' exporting i_dynsel = g_selopt_dyn_sel i_dynfie = select_fields i_maxlines = s_maxl tables t_wbrk = g_wbrk t_wbrp = g_wbrp t_wbrl = g_wbrl t_requested_tables = g_requested_tables exceptions limit_ds = 1 others = 2.
FREE_SELECTIONS_RANGE_2_WHERE call function 'FREE_SELECTIONS_RANGE_2_WHERE' exporting field_ranges = g_selopt_dyn_sel-trange importing where_clauses = g_selopt_dyn_sel-clauses.
WLF_VALUES_GET_DOCTYPE call function 'WLF_VALUES_GET_DOCTYPE' exporting i_listitems = p_items i_listheads = p_heads i_single = p_single i_no_generic = p_no_gen i_no_generic2 = p_no_ge2 i_remuli = p_remuli i_values = p_fixwdt i_values_exclude = p_excwdt changing c_doctype = p_wdtyp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.