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

RFTB_FUTURES_01 SAP ABAP Report - Listed Options and Futures Distributors







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

TI5DN - Options/Futures: Execute Order
TI5HN - Options/Futures: Display History
TI5AN - Options/Futures: Create Transaction
TI5GN - Options/Futures: Reverse
TI5BN - Options/Futures: Change Transaction
TI5FN - Options/Futures: Settle Contract
TI5EN - Options/Futures: Order Expiration
TI5CN - Options/Futures: Display Transaction


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 RFTB_FUTURES_01. "Basic submit
SUBMIT RFTB_FUTURES_01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTB_FUTURES_01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Listed Options and Futures Distributors


INCLUDES used within this REPORT RFTB_FUTURES_01

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:

FWTR_FUTURES_CREATE CALL FUNCTION 'FWTR_FUTURES_CREATE' EXPORTING I_TCODE = G_TCODE I_CALLD = SPACE.

FWTR_FUTURES_CHANGE CALL FUNCTION 'FWTR_FUTURES_CHANGE' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_EXECUTE CALL FUNCTION 'FWTR_FUTURES_EXECUTE' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_SETTLE CALL FUNCTION 'FWTR_FUTURES_SETTLE' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_EXPIRE CALL FUNCTION 'FWTR_FUTURES_EXPIRE' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_DISPLAY CALL FUNCTION 'FWTR_FUTURES_DISPLAY' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_REVERSE CALL FUNCTION 'FWTR_FUTURES_REVERSE' EXPORTING I_TCODE = G_TCODE.

FWTR_FUTURES_HISTORY CALL FUNCTION 'FWTR_FUTURES_HISTORY' EXPORTING I_TCODE = G_TCODE.



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