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
Below is a list of transaction codes which are relevant to this SAP report
FTREX2 - Raw Exposures Display
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.
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
INCLUDE RFTR_TEX_EXPOSURE_OVERVIEW_TOP. " GLOBAL DATA
INCLUDE RFTR_TEX_ALV_VARIANT.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTR_TEX_EXPOSURE_OVERVIEW - Raw Exposures : Overview RFTR_TEX_EXPOSURE_OVERVIEW - Raw Exposures : Overview RFTR_TEX_EXPOSURE_MASS_FIX_TOP - Include RFTR_TEX_EXPOSURE_MASS_FIX_TOP RFTR_TEX_EXPOSURE_MASS_FIX_M02 - Include RFTR_TEX_EXPOSURE_MASS_FIX_M02 RFTR_TEX_EXPOSURE_MASS_FIX_M01 - Include RFTR_TEX_EXPOSURE_MASS_FIX_LCL RFTR_TEX_EXPOSURE_MASS_FIX_D01 - Include RFTR_TEX_EXPOSURE_MASS_FIX_LCL