SAP Reports / Programs

RFTX73SO SAP ABAP Report - Order: Collective Processing







RFTX73SO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Currency order processing allows the trader to process currency orders clearly...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 RFTX73SO 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

TXA5 - Forex Order Processing


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 RFTX73SO. "Basic submit
SUBMIT RFTX73SO AND RETURN. "Return to original report after report execution complete
SUBMIT RFTX73SO 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: WAEHRG2 =
Selection Text: WAEHRG1 =
Selection Text: RATETYPE = Rate Type of Current Rate
Selection Text: ON_LOW = Lowest Rate
Selection Text: ON_HIGH = Highest Rate
Title: Order: Collective Processing
Text Symbol: 020 = Currency Pair
Text Symbol: 019 = No Limit
Text Symbol: 018 = Limit Type
Text Symbol: 017 = Overnight Low
Text Symbol: 016 = Overnight High
Text Symbol: 015 = Select Currency
Text Symbol: 014 = /
Text Symbol: 013 = Selected Currency
Text Symbol: 012 = D
Text Symbol: 011 = Stop-loss
Text Symbol: 010 = Transaction
Text Symbol: 009 = Counterparty
Text Symbol: 008 = Currency/Amount
Text Symbol: 007 = Rate
Text Symbol: 006 = Company Code:
Text Symbol: 005 = /
Text Symbol: 004 = Order Display
Text Symbol: 003 = Current Rate
Text Symbol: 002 = -
Text Symbol: 001 = +


INCLUDES used within this REPORT RFTX73SO

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:

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'SELECTION' exceptions others = 0.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = wrk_repid tables selection_table = wrk_seltab exceptions not_found = 1 no_report = 2 others = 3.

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting id = 'OUTPUT' exceptions others = 0.

TB_DATAFEED_RATE_REQUEST CALL FUNCTION 'TB_DATAFEED_RATE_REQUEST' EXPORTING workmodus = '2' TABLES sap_answer = output sap_request = input EXCEPTIONS datafeed_failure = 01 no_requests = 02 some_requests_wrong = 03 no_feed = 04 OTHERS = 05.

TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = tab_ausw1-bukrs importing companyname = butxt exceptions not_found = 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 RFTX73SO or its description.