DBTIFF25 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 DBTIFF25 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 DBTIFF25
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVSS_VZTRDAT_FUELLEN CALL FUNCTION 'FVSS_VZTRDAT_FUELLEN' EXPORTING hauswaer = fo_waers rantyp = fo_rantyp TABLES bepp = it_bepp beweg = it_beweg kopo = fo_vvzzkopo.
TRANSACTIONS_SEC_LOAD_I_VIEW CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_I_VIEW' EXPORTING bukrs = fo_bukrs ranl = fo_ranl rldepo = fo_rldepo type_of_selection = ' ' TABLES tvwbevi = fw_vwbevi EXCEPTIONS table_tvwbevi_not_empty = 01.
TRANSACTIONS_SEC_LOAD_P CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_P' EXPORTING bukrs = fo_bukrs ranl = fo_ranl rldepo = fo_rldepo type_of_selection = ' ' TABLES tvwbepp = fw_vwbepp EXCEPTIONS table_tvwbepp_not_empty = 01 vwbepp_no_record_found = 02.
CASH_FLOW_CONSTRUCT_SECURITY CALL FUNCTION 'CASH_FLOW_CONSTRUCT_SECURITY' EXPORTING i_bukrs = fo_bukrs i_koko = fo_vzzkoko i_rldepo = fo_rldepo i_vwpanla = fo_vwpanla ** IMPORTING ** E_BFRATE = ** E_DATUM_LFZ = ** E_DRSALDO = ** E_RSALDO = TABLES i_bepp = fo_vzzbepp i_kopo = fo_vvzzkopo EXCEPTIONS keine_tilgungskonditionen = 01 laufzeitende_fehlt = 02 laufzeitende_nicht_ermittelbar = 03 laufzeit_oder_rate_fehlt = 04 negative_tilgung_aufgetreten = 05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.