SAP Reports and Programs

Share |

RFTBBE00 SAP ABAP Report - Treasury: Realized Gains/Losses


RFTBBE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter RFTBBE00 into the relevant SAP transaction such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report RFTBBE00 and is provided for your convenience to access as and when required. Although the 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 RFTBBE00 or its description.

Transaction Code(s):

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

TBB6 - Realized Gains/Losses


ABAP code:


ABAP code listing snippet for SAP ABAP Report RFTBBE00

report rftbbe00    no standard page heading
                   message-id t0
                   line-size 155.

************************************************************************ * Globale Daten ************************************************************************ INCLUDE BBETOP01. "/ GLOBALE DATEN
************************************************************************ * Selektionsparameter ************************************************************************ * Anwendung selection-screen begin of block application with frame title text-app. parameters: p_tx like vtbldb-sforex " Devisen default 'X', p_tm like vtbldb-smoney " Geldhandel default 'X', ....See full code listing within your SAP system using transactions such as SE80 and SE38

Includes used within report:

No INCLUDES are used within this report code!


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:

TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'TBB6'.

TB_POSTING_COLUMN_HEADER_WRITE call function 'TB_POSTING_COLUMN_HEADER_WRITE' exporting class = '1' exceptions class = 01.


Text pool values


Selection Text: ZUOND = D Assignment
Selection Text: SAKTIV = Active Status
Selection Text: REFER = D Internal Reference
Selection Text: RECAL_MM = Forex/Money Mkt Recalculation
Selection Text: P_TX = Foreign Exchange
Selection Text: P_TM = Money Market
Selection Text: P_TESTL = Test Run
Selection Text: P_FEHLER = Display Errors
Selection Text: P_FAS133 = Hedge Accounting
Selection Text: P_DERIVA = Derivatives
Selection Text: P_BUCH = Post Immediately
Selection Text: PRODART = Product Type
Selection Text: PORTFOL = Portfolio
Selection Text: MERKM = D Characteristics
Selection Text: KONTRH = Counterparty
Selection Text: GESCHFT = Transaction Number
Selection Text: GESCHART = Transaction Type
Selection Text: FAELLDAT = Due Date
Selection Text: BUKRS = Company Code
Title: Treasury: Realized Gains/Losses
Text Symbol: XBU = Instead of Due Date
Text Symbol: XBL = Instead of Curr.Date
Text Symbol: TL3 = Posting Log - Test Run
Text Symbol: TL1 = Realized Gains/Losses - Test Run
Text Symbol: T41 = Error in Posting
Text Symbol: T32 = No Postings Were Generated
Text Symbol: T31 = Posting Log
Text Symbol: T21 = Determination Error
Text Symbol: T11 = Realized Gains/Losses
Text Symbol: T02 = Flow
Text Symbol: T01 = Trans.
Text Symbol: PAR = Posting Control
Text Symbol: MMM = Realization Parameters
Text Symbol: DER = Derivatives
Text Symbol: DBU = Posting Date
Text Symbol: DBL = Document Date
Text Symbol: COM = General Selections
Text Symbol: APP = Application
Text Symbol: 005 = Grand Total
Text Symbol: 004 = Total Profits
Text Symbol: 003 = Total Losses
Text Symbol: 002 = No errors have occurred
Text Symbol: 001 = Company Code





comments powered by Disqus