SAP Reports / Programs

SAPDBFTI_TR_COMM_DEAL_EXP SAP ABAP Report - Logical database FTI_TR_COMM_DEAL_EXP: Database program







SAPDBFTI_TR_COMM_DEAL_EXP 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_COMM_DEAL_EXP 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_COMM_DEAL_EXP. "Basic submit
SUBMIT SAPDBFTI_TR_COMM_DEAL_EXP AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBFTI_TR_COMM_DEAL_EXP 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: SO_ACTY = D .
Selection Text: SO_ASSIG = D .
Selection Text: SO_BROAC = D .
Selection Text: SO_BUSPT = D .
Selection Text: SO_CHARA = D .
Selection Text: SO_CNTR = D .
Selection Text: SO_COMP = D .
Selection Text: SO_CTY = D .
Selection Text: SO_EXACC = D .
Selection Text: SO_EXHID = D .
Selection Text: SO_EXIID = D .
Selection Text: SO_EXSID = D .
Selection Text: SO_EXTY = D .
Selection Text: SO_FLG = D .
Selection Text: SO_FUTAC = D .
Selection Text: SO_IDNBR = D .
Selection Text: SO_INREF = D .
Selection Text: SO_LH01 = D .
Selection Text: SO_LI01 = D .
Selection Text: SO_LI02 = D .
Selection Text: SO_LI03 = D .
Selection Text: SO_LI04 = D .
Selection Text: SO_MI01 = D .
Selection Text: SO_MI02 = D .
Selection Text: SO_PCTR = D .
Selection Text: SO_PORTF = D .
Selection Text: SO_POSID = D .
Selection Text: SO_PRDTY = D .
Selection Text: SO_RFHA = D .
Selection Text: SO_SFHAR = D .
Selection Text: SO_SH01 = D .
Selection Text: SO_SH02 = D .
Selection Text: SO_SI01 = D .
Selection Text: SO_TRCT = D .
Selection Text: SO_ACTST = D .
Selection Text: P_AUSWT = D .
Selection Text: P_CODATE = D .
Selection Text: P_DATE = D .





Selection Text: P_DCURR = D .
Selection Text: P_DELTA = D .
Selection Text: P_DUOM = D .
Selection Text: P_ERRLOG = D .
Selection Text: P_EXP = D .
Selection Text: P_FUTEND = D .
Selection Text: P_INOUT = D .
Selection Text: P_LOGSAV = D .
Selection Text: P_LSD = D .
Selection Text: P_NUMBR = D .
Selection Text: P_OTC = D .
Selection Text: P_QUL = D .
Selection Text: P_USEBFR = Use Buffer
Selection Text: SO_ACTCA = D .
Title: Logical database FTI_TR_COMM_DEAL_EXP: Database program
Text Symbol: S01 = Groups
Text Symbol: S02 = General Selections
Text Symbol: S03 = Paper Documents
Text Symbol: S04 = Listed Derivatives
Text Symbol: S05 = OTC Transactions
Text Symbol: S06 = Exposure Positions
Text Symbol: S07 = Non-Aggregated Positions
Text Symbol: S08 = Position ID
Text Symbol: S09 = More Selection Options
Text Symbol: S10 = Control Parameters
Text Symbol: S11 = Display Currency
Text Symbol: S12 = With Currency Translation Type
Text Symbol: S13 = Valuation
Text Symbol: S14 = Error Handling
Text Symbol: S15 = Buffer Handling
Text Symbol: S16 = Valuation for Options


INCLUDES used within this REPORT SAPDBFTI_TR_COMM_DEAL_EXP

INCLUDE DBFTI_TR_COMM_DEAL_EXPTOP . " HEADER
INCLUDE DBFTI_TR_COMM_DEAL_EXPNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBFTI_TR_COMM_DEAL_EXPF001 . "#EC INCL_OK " USER DEFINED INCLUDE
INCLUDE DBFTI_TR_LDB_COMMON_SSCR_HNDL. " SCREEN HANDLER - 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_COMM_DEAL_EXP or its description.