DBTIFF10 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 DBTIFF10 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.
Title: Include DBTIFF10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING flg_aktuell = ' ' flg_future = ' ' flg_last = ' ' i_bukrs = it_vdarl-bukrs i_dguel_bis = dstich i_dguel_von = null_datum i_global_koko = ' ' i_rkey1 = it_vdarl-ranl i_sanlf = it_vdarl-sanlf i_skokoart = con_kg_vt i_skokoart_bis = con_kg_pv i_skokoart_not = ' ' * IMPORTING * E_FIRST_KOKO_VERTRAG = TABLES xvzzkoko = vd_vzzkoko EXCEPTIONS not_found = 01 no_history = 02.
TRANSACTION_LOAN_LOAD * call function 'TRANSACTION_LOAN_LOAD' " ARC Kötz 08052002 * exporting * bukrs = fo_bukrs * p_i_type = ' ' * ranl = fo_ranl * sanlf = fo_sanlf * stichtag = datum ** IMPORTING ** NOMKAPITAL = ** PNOMKAPITAL = ** PSUMTILGUNG = ** SUMTILGUNG = * tables * yvdbeki = fd_beki * yvdbepi = fd_bepi * yvdbepp = fd_bepp * exceptions * ranl_not_found = 01.
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = fo_bukrs i_ranl = fo_ranl * READ_SCHEDULED_RECORDS = 'X' * READ_POSTED_RECORDS = 'X' NO_STORNO = 'X' * READ_TRDC_REC = ' ' * I_TECH_RECORDS_CREATE = 'X' * I_DVALUT_UNTIL = '99991231' TABLES o_vzzbepp = acc_vzzbepp EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3. " ARC Kötz 08052002
TRANSACTION_LOAN_FILL * CALL FUNCTION 'TRANSACTION_LOAN_FILL' * EXPORTING * p_i_type = fo_type * TABLES * yvdbeki = fd_beki * yvdbepi = fd_bepi * yvdbepp = fd_bepp * zitibepp = acc_vzzbepp.
ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING foreign_currency = it_vdarl-santwhr local_currency = t001-waers rantyp = rantyp_da soll_ist_reval = soll_ist_da s_reval = '2' s_rloam = '1' s_rprof = ' ' " d.h. nicht bearb.
ACCUMULATION_ADD CALL FUNCTION 'ACCUMULATION_ADD' EXPORTING rldepo = it_vdarl-ranl+3(10) vbepp = sbepp * verarb = ' ' x_ssd = x_ssd " H. 133848 MUEK 13-01-99
ACCUMULATION_RESULT CALL FUNCTION 'ACCUMULATION_RESULT' IMPORTING reval = result.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.