DBADAF01 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 DBADAF01 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!
CJPN_FREE_BUFFER CALL FUNCTION 'CJPN_FREE_BUFFER'. "> 1315155
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING INPUT = YANLAZ-POSNR IMPORTING OUTPUT = ANLAV-POSNR.
FIAA_GIVE_PROJ_TO_PSPID CALL FUNCTION 'FIAA_GIVE_PROJ_TO_PSPID' EXPORTING I_PSPNR = YANLAZ-POSNR IMPORTING E_PSPID = ANLAV-PSPID.
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING INPUT = YANLAZ-PS_PSP_PNR2 IMPORTING OUTPUT = ANLAV-POSNR2.
FIAA_GIVE_PROJ_TO_PSPID CALL FUNCTION 'FIAA_GIVE_PROJ_TO_PSPID' EXPORTING I_PSPNR = YANLAZ-PS_PSP_PNR2 IMPORTING E_PSPID = ANLAV-PSPID2.
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = anlav-bukrs IMPORTING kokrs = hlp_kokrs * t_ka01 = tka01 EXCEPTIONS OTHERS = 1.
FAGL_GET_SEGMENT_FROM_PRCTR CALL FUNCTION 'FAGL_GET_SEGMENT_FROM_PRCTR' EXPORTING id_kokrs = hlp_kokrs id_prctr = anlav-prctr id_datum = berdatum IMPORTING et_segment = lt_segment EXCEPTIONS errors_during_derivation = 1 OTHERS = 2.
T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_t093 IMPORTING f_t093 = ls_t093.
T499S_READ CALL FUNCTION 'T499S_READ' CHANGING f_t499s = l_t499s EXCEPTIONS not_found = 1 OTHERS = 2.
OUTBOUND_CALL_00008010_E CALL FUNCTION 'OUTBOUND_CALL_00008010_E' EXPORTING i_anlav = anlav_save IMPORTING e_anlav = anlav.
RK_KOSTL_READ CALL FUNCTION 'RK_KOSTL_READ' EXPORTING datum = v_datum kokrs = v_kokrs kostl = v_kostl * SPRAS = SY-LANGU " > 804436 IMPORTING khinr = l_khinr xcsksv = l_csksv EXCEPTIONS kostl_not_found = 8 text_not_found = 4 kostl_not_complete = 4 OTHERS = 8.
K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' "> 524237 EXPORTING "> 524237 aufnr = v_caufn "> 524237 IMPORTING "> 524237 * ASTNR = "> 524237 * AUART = "> 524237 * AUTYP = "> 524237 * BUKRS = "> 524237 * COPAR = "> 524237 * ERLOESE = "> 524237 * ERROR_OCCURRED = "> 524237 * GSBER = "> 524237 * I_AUFKV = "> 524237 * KOKRS = "> 524237 * KOSTL = "> 524237 * KTEXT = "> 524237 * OBJNR = "> 524237 * OBLIGO = "> 524237 * OWAER = "> 524237 prctr = u_prctr "> 524237 * SCOPE = "> 524237 * STAKZ = "> 524237 * WERKS = "> 524237 * LOGSYSTEM = "> 524237 * MATNR = "> 524237 EXCEPTIONS "> 524237 not_found = 1 "> 524237 OTHERS = 2. "> 524237
CJPN_GET_PROFIT_CENTER_FOR_WBS CALL FUNCTION 'CJPN_GET_PROFIT_CENTER_FOR_WBS' "> 853288 EXPORTING "> 853288 i_pspnr = v_posnr ">1049297 IMPORTING "> 853288 * E_OBJNR = "> 853288 * E_POSID = "> 853288 * E_POST1 = "> 853288 e_prctr = u_prctr "> 853288 * E_PRPS = "> 853288 * E_KONT_PRPS = "> 853288 EXCEPTIONS "> 853288 * INPUT_ERROR "> 853288 * PROFIT_CENTER_NOT_FOUND "> 853288 * PSP_HIERARCHY_ERROR "> 853288 psp_not_found = 1 "> 853288 OTHERS = 2. "> 853288
REMD_OBJECT_ACCOUNT CALL FUNCTION 'REMD_OBJECT_ACCOUNT' EXPORTING ** activity = 'RFBU' ">1879814 imkey = v_imkey change_status = ' ' IMPORTING e_prctr = u_prctr EXCEPTIONS input_error = 1 not_allowed = 2 not_found = 3 no_accounting_object = 4 no_gsber = 5 object_not_found = 6 wrong_gsber = 7 other_error = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.