SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

DBTIFF25 SAP ABAP INCLUDE - Include DBTIFF25







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DBTIFF25. "Basic submit
SUBMIT DBTIFF25 AND RETURN. "Return to original report after report execution complete
SUBMIT DBTIFF25 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include DBTIFF25


INCLUDES used within this REPORT DBTIFF25

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DBTIFF25 or its description.