SAP Reports / Programs

SAPDBFTI_TR_EXP_POS SAP ABAP Report - Logical database FTI_TR_EXPOSURES : Database program







SAPDBFTI_TR_EXP_POS 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_EXP_POS 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_EXP_POS. "Basic submit
SUBMIT SAPDBFTI_TR_EXP_POS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBFTI_TR_EXP_POS 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_CRTI = D .
Selection Text: SO_CRUS = D .
Selection Text: SO_CTY = D .
Selection Text: SO_DDAT = D .
Selection Text: SO_EXHID = D .
Selection Text: SO_EXIID = D .
Selection Text: SO_EXSID = D .
Selection Text: SO_EXTY = D .
Selection Text: SO_FCUR = D .
Selection Text: SO_HCOCO = Hedge Company Code
Selection Text: SO_HEXP = Hedge Exposure ID
Selection Text: SO_HRPL = 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_PER = D .
Selection Text: SO_POSID = D .
Selection Text: SO_SH01 = D .
Selection Text: SO_SH02 = D .
Selection Text: SO_SI01 = D .
Selection Text: SO_TCUR = D .
Selection Text: SO_TRCT = D .
Selection Text: SO_UPDT = D .
Selection Text: SO_UPTI = D .
Selection Text: SO_UPUS = D .
Selection Text: SO_YEAR = D .
Selection Text: SO_CRDT = D .
Selection Text: SO_COCO = D .
Selection Text: SO_CNTR = D .
Selection Text: SO_APCAT = D .
Selection Text: SO_ACTY = D .
Selection Text: P_USEBFR = D .
Selection Text: P_RCFX = D .





Selection Text: P_RCCO = D .
Selection Text: P_NUMBR = D .
Selection Text: P_LOGSAV = D .
Selection Text: P_ERRLOG = D .
Selection Text: P_DUOM = D .
Selection Text: P_DCURR = D .
Selection Text: P_DATE = D .
Selection Text: P_AUSWT = D .
Title: Logical database FTI_TR_EXPOSURES : Database program
Text Symbol: S15 = Hedge data
Text Symbol: S14 = Created/Changed By
Text Symbol: S13 = Buffer handling
Text Symbol: S12 = Error Handling
Text Symbol: S11 = Valuation
Text Symbol: S10 = With Currency Translation Type
Text Symbol: S09 = Display Currency
Text Symbol: S08 = Control Parameters
Text Symbol: S07 = Position ID
Text Symbol: S06 = Non-Aggregated Positions
Text Symbol: S05 = Attributes
Text Symbol: S04 = Due Date/Period
Text Symbol: S03 = Risk
Text Symbol: S02 = Position
Text Symbol: S01 = Analysis Parameters


INCLUDES used within this REPORT SAPDBFTI_TR_EXP_POS

INCLUDE DBFTI_TR_EXP_POSTOP . " HEADER
INCLUDE DBFTI_TR_EXP_POSNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBFTI_TR_EXP_POSF001 . " USER DEFINED INCLUDE


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