DBADAF02 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 DBADAF02 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!
LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING i_date = sy-datlo i_periv = hlp_periv IMPORTING e_date = l_datum.
FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING i_gjahr = t093c-lgjahr i_periv = hlp_periv IMPORTING e_last_day = l_datum EXCEPTIONS error_message = 1 OTHERS = 2.
DEPR_RECALCULATE CALL FUNCTION 'DEPR_RECALCULATE' EXPORTING i_ants = ants i_datbis = l_datbis i_fehler = con_x i_function = 'N' i_cal_closed_fyears = con_x TABLES t_anlb = xanlb t_anlbza = xanlbza ">1366920 t_anlc = xanlc t_anlz = xanlz t_anea = xanea t_anep = xanep t_anfm = yanfm.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ants-deakt i_monmit = t093c-monmit i_periv = hlp_periv IMPORTING e_gjahr = l_deakt_gj EXCEPTIONS OTHERS = 01.
ANLC_VORTRAGEN CALL FUNCTION 'ANLC_VORTRAGEN' EXPORTING i_ants = ants i_fehler = 'X' i_vortrag = l_vortrag IMPORTING e_vortrag = l_vortrag TABLES t_anlb = xanlb t_anlc = xanlc t_anlz = xanlz t_anep = ld_xanep t_anlbza = xanlbza ">1366920 t_anfm = yanfm.
DEPR_RECALCULATE CALL FUNCTION 'DEPR_RECALCULATE' EXPORTING i_ants = ants i_fehler = 'X' i_function = 'N' * i_perbis = ld_buper ">1896812 i_datbis = ld_gplab ">1896812 TABLES * T_ANEA = LD_XANEA * T_ANEP = LD_XANEP t_anea = yanea "> 629950 t_anep = yanep "> 629950 t_anfm = yanfm t_anlb = xanlb t_anlbza = xanlbza ">1366920 t_anlc = xanlc t_anlz = xanlz.
FAA_NEWDCP_BUFFER_REFRESH CALL FUNCTION 'FAA_NEWDCP_BUFFER_REFRESH' EXPORTING ib_refresh_asset_manager = con_x ib_refresh_segment_buffer = con_x ib_refresh_buffer_registry = con_x.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = hlp_gjahr i_monmit = t093c-monmit i_periv = hlp_periv i_poper = con_firstper IMPORTING e_date = l_date.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = anla-gplab i_monmit = t093c-monmit i_periv = hlp_periv IMPORTING e_buper = u_buper e_gjahr = u_gjahr.
ANEP_READ_MULTIPLE_GJAHR_ALL CALL FUNCTION 'ANEP_READ_MULTIPLE_GJAHR_ALL' EXPORTING i_anln1 = ants-anln1 i_anln2 = ants-anln2 i_bisgjahr = hlp_jahrreq i_bukrs = ants-bukrs i_gjahr = hlp_jahrreq TABLES t_anep = yanep t_anlb = xanlb EXCEPTIONS not_found = 01.
ANEA_READ_MULTIPLE_GJAHR_ALL CALL FUNCTION 'ANEA_READ_MULTIPLE_GJAHR_ALL' EXPORTING i_anln1 = ants-anln1 i_anln2 = ants-anln2 i_bisgjahr = hlp_jahrreq i_bukrs = ants-bukrs i_gjahr = hlp_jahrreq TABLES t_anea = yanea t_anlb = xanlb EXCEPTIONS not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.