SAP Reports / Programs

RFTBJL03 SAP ABAP Report - OTC Interest Rate Instruments: Collective Processing







RFTBJL03 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 RFTBJL03 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

TI92 - Collect.Processing-Int.Rate Instrum.


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 RFTBJL03. "Basic submit
SUBMIT RFTBJL03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBJL03 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: P_VARI = Layout
Selection Text: S_AKTIV = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CRUSES = User
Selection Text: S_DCRDAT = Date
Selection Text: S_DEALER = D .
Selection Text: S_DELFZ = D .
Selection Text: S_EXTREF = D .
Selection Text: S_KONTRH = D .
Selection Text: S_MERKM = D .
Selection Text: S_REFER = D .
Selection Text: S_RFHA = D .
Selection Text: S_RPORTB = D .
Selection Text: S_SFHAAT = D .
Selection Text: S_SGSART = D .
Selection Text: S_WGSCHF = D .
Selection Text: S_ZUOND = D .
Selection Text: S_ZUONR = D .
Selection Text: XKUEABR = Termination Settlement
Selection Text: XKUEND = Termination
Selection Text: XORDER = Order
Selection Text: XORDVER = Order Expiration
Selection Text: XVERABR = Contract Settlement
Selection Text: XVERTR = Contract
Title: OTC Interest Rate Instruments: Collective Processing
Text Symbol: 010 = Structure Details
Text Symbol: 011 = Administrat. Details
Text Symbol: 012 = Header Details
Text Symbol: 013 = Closing Details
Text Symbol: 014 = Status Details
Text Symbol: 102 = Permitted Trans. Types
Text Symbol: 103 = Current Activity Cat.
Text Symbol: 104 = General Selections
Text Symbol: 105 = Position Assignment
Text Symbol: 106 = Additional Fields
Text Symbol: 107 = Entered On / Last Changed
Text Symbol: FG1 = Posting Release Indicator
Text Symbol: FG2 = Posting Release Ind.





Text Symbol: FG3 = Postg Rel.
Text Symbol: FLG = Processing Indicator
Text Symbol: L01 = Log Details
Text Symbol: L02 = Log
Text Symbol: S01 = Order
Text Symbol: S02 = Expired Order
Text Symbol: S03 = Contract
Text Symbol: S04 = Contract Settlement
Text Symbol: S11 = Termination
Text Symbol: S12 = Termination Settlement


INCLUDES used within this REPORT RFTBJL03

INCLUDE RFTBJTOP.
INCLUDE RFTBJSEL.
INCLUDE RFTBJF4H.
INCLUDE RFTBJFF4.
INCLUDE RFTBJALV.


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:

TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' EXPORTING i_x_no_adj_if_ok = xtrue TABLES i_tab_companycode = s_bukrs e_tab_companycode = ran_bukrs EXCEPTIONS authority = 1 OTHERS = 2.



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