SAP Reports / Programs

/BA1/R_TEST_MARKETDATA_FX_CH SAP ABAP Report - Utility Program for /BA1/F4_MAPI_FX_CHANGE Test







/BA1/R_TEST_MARKETDATA_FX_CH 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 /BA1/R_TEST_MARKETDATA_FX_CH into the relevant SAP transactions such as SE38 or SE80


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 /BA1/R_TEST_MARKETDATA_FX_CH. "Basic submit
SUBMIT /BA1/R_TEST_MARKETDATA_FX_CH AND RETURN. "Return to original report after report execution complete
SUBMIT /BA1/R_TEST_MARKETDATA_FX_CH 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_WRITE = D Update Corrected Entities
Selection Text: P_WRINK = D Update Possibly Temp.Incs.Ents
Selection Text: P_TOFK = D To Factor
Selection Text: P_TO = D To Currency
Selection Text: P_STATUS = Set Deletion Indicator
Selection Text: P_RTYPE = D Exchange Rate Category
Selection Text: P_PERM = D Query for Permission for Corr.
Selection Text: P_NOTA = D Quotation
Selection Text: P_MDCODE = D Market Data Area
Selection Text: P_LOG = D Log Active
Selection Text: P_INFORM = D Notification of Dep. Comp.
Selection Text: P_FXRATE = D Exchange Rate
Selection Text: P_FROMFK = D "From" Factor
Selection Text: P_FROM = D From Currency
Selection Text: P_DATOLD = Old Validity Date
Selection Text: P_CTYPE = D Conversion Category
Selection Text: P_CORR = D Corr. Activity in Auto. Corr.
Selection Text: P_COMMIT = Execute Commit Work
Title: Utility Program for /BA1/F4_MAPI_FX_CHANGE Test
Text Symbol: P02 = Custom Setting
Text Symbol: P01 = Customer Settings
Text Symbol: M01 = was generated
Text Symbol: BL3 = Additional Parameters for 'Change' Module
Text Symbol: BL2 = Parameters for 'Change' Function Module
Text Symbol: BL1 = Parameters for 'Import' Function Module


INCLUDES used within this REPORT /BA1/R_TEST_MARKETDATA_FX_CH

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:

/BA1/F4_MAPI_FXRATES_GET_LIST CALL FUNCTION '/BA1/F4_MAPI_FXRATES_GET_LIST' EXPORTING mdcode = p_mdcode * SYSTIME = validfrom = p_datold validto = p_datold ratetype = p_rtype fromccy = p_from toccy = p_to convtype = p_ctype TABLES rate = l_tab_rate return = l_tab_return .

/BA1/F4_MAPI_FXRATES_CHANGE CALL FUNCTION '/BA1/F4_MAPI_FXRATES_CHANGE' EXPORTING mdcode = p_mdcode ratetype = p_rtype fromfactor = p_fromfk fromccy = p_from tofactor = p_tofk toccy = p_to convtype = p_ctype notation = p_nota validdate = p_datold fxrate = p_fxrate status = p_status * TESTRUN = ' ' correctionserveractiv = p_corr customizingsettings = l_str_customsetting TABLES return = l_tab_return .

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.



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 /BA1/R_TEST_MARKETDATA_FX_CH or its description.