SAP Reports / Programs

SAPDBFTI_TR_DEALS SAP ABAP Report - Logical Database FTI_TR_DEALS : Database Program







SAPDBFTI_TR_DEALS is a standard Executable ABAP Report 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 SAPDBFTI_TR_DEALS 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 SAPDBFTI_TR_DEALS. "Basic submit
SUBMIT SAPDBFTI_TR_DEALS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBFTI_TR_DEALS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_ASSGMT = D .
Selection Text: S_BGNDAT = D .
Selection Text: S_BUKFAC = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CCY = D .
Selection Text: S_CHARCS = D .
Selection Text: S_CONDTE = D .
Selection Text: S_CONTCT = D .
Selection Text: S_CTYID = D .
Selection Text: S_CU_DTE = Date
Selection Text: S_CU_USR = User
Selection Text: S_DL_ACT = D .
Selection Text: S_EACC = D .
Selection Text: S_ENDDAT = D .
Selection Text: S_EXTREF = D .
Selection Text: S_FINPRJ = D .
Selection Text: S_FLCAT = Flow Category
Selection Text: S_FLCLAS = Flow Classification
Selection Text: S_FLTYPE = D .
Selection Text: S_FWDDAT = D .
Selection Text: S_GSART = D .
Selection Text: S_INTREF = D .
Selection Text: S_KL_NO = D .
Selection Text: S_KL_TYP = D .
Selection Text: S_KONTR = D .
Selection Text: S_PAYDAT = D .
Selection Text: S_POSACC = D .
Selection Text: S_RANL = D .
Selection Text: S_RFHA = D .
Selection Text: S_RFHFAC = D .
Selection Text: S_RPORTB = D .
Selection Text: S_SANLF = D .
Selection Text: S_SECACC = D .
Selection Text: S_TRADER = D .
Selection Text: S_TR_CAT = D .
Selection Text: P_AUSWT = D .
Selection Text: P_CALCCY = D .
Selection Text: P_CTYFLG = Underlying





Selection Text: P_CTYTYP = Commodity Type
Selection Text: P_DAT = D .
Selection Text: P_ERRLOG = Display Error Log
Selection Text: P_ISTYPE = D .
Selection Text: P_LCYINT = D .
Selection Text: P_LEGPOS = Gen.Duplicate Two-Sided Trans.
Selection Text: P_LOGSAV = Save Application Log
Selection Text: P_ODIREF = D .
Selection Text: P_ORDER = D .
Selection Text: P_SYNDSP = D .
Selection Text: P_VALARE = D .
Selection Text: S_ABWTYP = D .
Selection Text: S_AC_CAT = D .
Title: Logical Database FTI_TR_DEALS : Database Program
Text Symbol: B01 = Selections
Text Symbol: B02 = General Selections
Text Symbol: B03 = Position Allocation and Additional Fields
Text Symbol: B04 = Entered On / Last Changed On
Text Symbol: B05 = Indirect Selections
Text Symbol: B06 = Period-Based Selections
Text Symbol: B07 = Selections to Flows
Text Symbol: B10 = Other Control Parameter
Text Symbol: F01 = Start of Term
Text Symbol: F02 = End of Term
Text Symbol: F03 = Interest Rate
Text Symbol: F04 = Ref. Interest Rate
Text Symbol: FPR = Error Log
Text Symbol: S22 = Evaluation Type
Text Symbol: S23 = Commodities (Underlying)
Text Symbol: S24 = Commodity Underlying
Text Symbol: T01 = Error Log
Text Symbol: T02 = Log


INCLUDES used within this REPORT SAPDBFTI_TR_DEALS

INCLUDE DBFTI_TR_DEALSTOP . " HEADER
INCLUDE DBFTI_TR_DEALSNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBFTI_TR_DEALS_COMMON.
INCLUDE DBFTI_TR_DEALS_SELECT_DATAF01.
INCLUDE DBFTI_TR_LDB_COMMON_SSCR_HNDL. " SCREEN HANDLER - COMMON PART
INCLUDE DBFTI_TR_COMMON_ERRORLOG. " ERROR LOG - COMMON PART


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:

No SAP FUNCTION MODULES are executed within this report code!



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 SAPDBFTI_TR_DEALS or its description.