SAP Reports / Programs | Cross-Application Components | Financial Services | Basic Market Data(CA-FS-MKD) SAP CA

/BA1/R_TEST_MARKETDATA_IRR_CH SAP ABAP Report - Auxiliary Program for /BA1/F4_MAPI_INTRATES_CHANGE Test







/BA1/R_TEST_MARKETDATA_IRR_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_IRR_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_IRR_CH. "Basic submit
SUBMIT /BA1/R_TEST_MARKETDATA_IRR_CH AND RETURN. "Return to original report after report execution complete
SUBMIT /BA1/R_TEST_MARKETDATA_IRR_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_STATUS = Set Deletion Indicator
Selection Text: P_REFRAT = D Reference Interest Rate
Selection Text: P_RATE = D Interest Rate as a Percentage
Selection Text: P_PERM = D Query for Permission for Corr.
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_DATOLD = Old Validity Date
Selection Text: P_CORR = D Corr. Activity in Auto. Corr.
Selection Text: P_COMMIT = Execute Commit Work
Title: Auxiliary Program for /BA1/F4_MAPI_INTRATES_CHANGE Test
Text Symbol: P02 = Cust. Setting:
Text Symbol: P01 = CustomerSettings:
Text Symbol: M01 = 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_IRR_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_INTRATES_GET_LIST CALL FUNCTION '/BA1/F4_MAPI_INTRATES_GET_LIST' EXPORTING mdcode = p_mdcode * SYSTIME = validfrom = p_datold validto = p_datold refrate = p_refrat status = p_status TABLES intrates = l_tab_rate return = l_tab_return .

/BA1/F4_MAPI_INTRATES_CHANGE CALL FUNCTION '/BA1/F4_MAPI_INTRATES_CHANGE' EXPORTING mdcode = p_mdcode refrate = p_refrat validdate = p_datold intrate = p_rate 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_IRR_CH or its description.