DBADAF11 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 DBADAF11 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!
VIEW_READ_RANGE_TRIGGER_ADA CALL FUNCTION 'VIEW_READ_RANGE_TRIGGER_ADA' EXPORTING i_abra = ld_abra i_xuntnr = xuntnr i_vorrat = pa_ai_id IMPORTING e_goon = l_goon TABLES t_r_anlkl = r_anlkl t_dopt = ld_ds_clauses-where_tab t_dopt2 = ld_dopt_anep t_r_anln2 = untnr t_r_afabe = r_anlb t_r_anln1 = anlage t_r_gsber = r_gsber t_r_werks = r_werks t_r_kostl = r_kostl t_r_kostl_auth = r_kostl_auth "> 541803 t_r_stort = so_stort t_r_anlue = so_anlue t_anlaz = yanlaz t_ftab_anlaz = xfsel_anlaz-fields EXCEPTIONS input_false = 01 no_records_found = 02.
VANLBAZ_READ_RANGE_TRIGGER_ADA CALL FUNCTION 'VANLBAZ_READ_RANGE_TRIGGER_ADA' EXPORTING i_abra = ld_abra i_xuntnr = xuntnr i_anlgr = ld_anlgr_init i_vorrat = pa_ai_id IMPORTING e_goon = l_goon TABLES t_r_anlkl = r_anlkl t_dopt = ld_ds_clauses-where_tab t_r_anln2 = untnr t_r_afabe = r_anlb t_r_anln1 = anlage t_r_gsber = r_gsber t_r_werks = r_werks t_r_kostl = r_kostl t_r_kostl_auth = r_kostl_auth "> 541803 t_r_stort = so_stort t_r_anlue = so_anlue t_anlaz = yanlaz EXCEPTIONS input_false = 01 no_records_found = 02.
VANLBAZ_READ_RANGE_TRIGGER_ADA CALL FUNCTION 'VANLBAZ_READ_RANGE_TRIGGER_ADA' EXPORTING i_abra = ld_abra i_xuntnr = xuntnr i_anlgr = it_komp-komplex i_vorrat = pa_ai_id IMPORTING e_goon = l_goon TABLES t_dopt = ld_ds_clauses-where_tab t_r_afabe = r_anlb t_anlaz = yanlaz EXCEPTIONS input_false = 01 no_records_found = 02.
VIEW_READ_RANGE_TRIGGER_ADA CALL FUNCTION 'VIEW_READ_RANGE_TRIGGER_ADA' EXPORTING i_abra = ld_abra i_xuntnr = xuntnr i_vorrat = pa_ai_id IMPORTING e_goon = l_goon TABLES t_r_anlkl = r_anlkl t_dopt = ld_ds_clauses-where_tab t_r_anln2 = untnr t_r_afabe = r_anlb t_r_anln1 = anlage t_r_gsber = r_gsber t_r_werks = r_werks t_r_kostl = r_kostl t_r_kostl_auth = r_kostl_auth "> 541803 t_r_stort = so_stort t_r_anlue = so_anlue t_anlaz = yanlaz t_ftab_anlaz = xfsel_anlaz-fields EXCEPTIONS input_false = 01 no_records_found = 02.
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = lt_trange IMPORTING where_clauses = lt_where.
VIEW_SUM_RANGE_TRIGGER_ADA CALL FUNCTION 'VIEW_SUM_RANGE_TRIGGER_ADA' EXPORTING i_abra = ld_abra i_srtvar = srtvr i_anla0 = anla0 IMPORTING e_goon = l_goon TABLES t_r_anlkl = r_anlkl t_dopt = ld_ds_clauses-where_tab t_dopt2 = ld_ds_clauses_2-where_tab t_r_anln2 = untnr t_r_afabe = r_anlb t_r_anln1 = anlage t_r_gsber = r_gsber t_r_werks = r_werks t_r_kostl = r_kostl t_r_kostl_auth = r_kostl_auth "> 541803 t_r_stort = so_stort t_r_anlue = so_anlue t_anlaz = yanlaz t_anlb = yanlb t_anlc = yanlc t_ftab_anlaz = xfsel_anlaz-fields EXCEPTIONS input_false = 01 no_records_found = 02.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = dyn_sel-trange IMPORTING expressions = dyn_sel-texpr EXCEPTIONS OTHERS = 1.
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = dyn_sel-trange IMPORTING where_clauses = dyn_sel-clauses EXCEPTIONS OTHERS = 1.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = hlp_jahrreq i_periv = hlp_periv i_poper = con_firstper IMPORTING e_date = u_adatu EXCEPTIONS OTHERS = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.