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

RFTR_TEX_EXPOSURE_OVERVIEW SAP ABAP Report - Raw Exposures : Overview







RFTR_TEX_EXPOSURE_OVERVIEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this program to display an overview of the raw exposures present in the system, based on the selection criteria you enter...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFTR_TEX_EXPOSURE_OVERVIEW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTREX2 - Raw Exposures Display


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 RFTR_TEX_EXPOSURE_OVERVIEW. "Basic submit
SUBMIT RFTR_TEX_EXPOSURE_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RFTR_TEX_EXPOSURE_OVERVIEW 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 = Entry Time
Selection Text: SO_CRUS = Entered By
Selection Text: SO_CTY = Commodity ID
Selection Text: SO_DUED = Due Date
Selection Text: SO_EXPFT = Exposure Activity Type
Selection Text: SO_EXPID = D .
Selection Text: SO_EXTNL = External Document Number
Selection Text: SO_EXTNO = External Document Number
Selection Text: SO_FCUR = Exposure Amount Currency
Selection Text: SO_LAND = Country
Selection Text: SO_LGSYS = Logical System
Selection Text: SO_ORGN = Exposure Origin
Selection Text: SO_PCTR = Profit Center
Selection Text: SO_PLPR = Planning Period
Selection Text: SO_PLYR = Planning Year
Selection Text: SO_REL = Release State
Selection Text: SO_TCUR = Target Currency
Selection Text: SO_TRCAT = Default Exposure Category
Selection Text: SO_UPDT = Last Changed On
Selection Text: SO_UPTI = Last Changed Time
Selection Text: SO_UPUS = Last Changed By
Selection Text: SO_VERS = Version
Selection Text: SO_CRDT = Entered On
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_BALIN = D .
Selection Text: P_VARI = Layout
Selection Text: P_TEXT = D .
Selection Text: P_SUB = Sub Raw Exposure Details
Selection Text: P_ITM = Line Item Details
Selection Text: P_ALL = Display All Available Versions
Selection Text: PA_CRT = D .
Title: Raw Exposures : Overview
Text Symbol: 001 = Raw Exposures
Text Symbol: 002 = General Attributes
Text Symbol: 003 = Free Attributes
Text Symbol: 004 = Administrative Data
Text Symbol: 005 = Key Attributes
Text Symbol: 006 = Release Status





Text Symbol: 007 = Created/Changed By
Text Symbol: 008 = Selection Control
Text Symbol: 009 = Risk
Text Symbol: 010 = Item Attributes
Text Symbol: 011 = Item/Subitem
Text Symbol: OUT = Output Control


INCLUDES used within this REPORT RFTR_TEX_EXPOSURE_OVERVIEW

INCLUDE RFTR_TEX_EXPOSURE_OVERVIEW_TOP. " GLOBAL DATA
INCLUDE RFTR_TEX_ALV_VARIANT.


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:

FTR_TEX_REXP_OVERVIEW_UI CALL FUNCTION 'FTR_TEX_REXP_OVERVIEW_UI' EXPORTING is_ranges = gs_selections is_variant = gs_variant iv_subit_level = p_sub iv_display_all = p_all iv_with_text = p_text CHANGING cs_variant = gs_variant.



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