SAP Reports / Programs

/BA1/R_TEST_MARKETDATA_IRS_CR SAP ABAP Report - Auxiliary Program for /BA1/F4_MAPI_INTSPRD_CREATE Test







/BA1/R_TEST_MARKETDATA_IRS_CR 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_IRS_CR 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_IRS_CR. "Basic submit
SUBMIT /BA1/R_TEST_MARKETDATA_IRS_CR AND RETURN. "Return to original report after report execution complete
SUBMIT /BA1/R_TEST_MARKETDATA_IRS_CR 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_COMMIT = Execute Commit Work
Selection Text: P_CORR = D Corr. Activity in Auto. Corr.
Selection Text: P_DATNEW = New Validity Date
Selection Text: P_DATOLD = Old Validity Date
Selection Text: P_INFORM = D Notification of Dep. Comp.
Selection Text: P_LOG = D Log Active
Selection Text: P_MDCODE = D Market Data Area
Selection Text: P_PERM = D Query for Permission for Corr.
Selection Text: P_RATE = D Interest Rate Spread in %
Selection Text: P_REFRAT = D Reference Interest Rate
Selection Text: P_TYPE = D Spread Type
Selection Text: P_WRINK = D Update Possibly Temp.Incs.Ents
Selection Text: P_WRITE = D Update Corrected Entities
Title: Auxiliary Program for /BA1/F4_MAPI_INTSPRD_CREATE Test
Text Symbol: BL1 = Parameters for 'Import' Function Module
Text Symbol: BL2 = Parameters for 'Create' Function Module
Text Symbol: BL3 = Additional Parameters for 'Create' Module
Text Symbol: M01 = Generated
Text Symbol: P01 = CustomerSettings:
Text Symbol: P02 = Cust. Setting:


INCLUDES used within this REPORT /BA1/R_TEST_MARKETDATA_IRS_CR

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_INTSPRD_GET_LIST CALL FUNCTION '/BA1/F4_MAPI_INTSPRD_GET_LIST' EXPORTING mdcode = p_mdcode * systime = validfrom = p_datold validto = p_datold sprdtype = p_type refrate = p_refrat * STATUS = ' ' TABLES spreads = l_tab_rate return = l_tab_return .

/BA1/F4_MAPI_INTSPRD_CREATE CALL FUNCTION '/BA1/F4_MAPI_INTSPRD_CREATE' EXPORTING mdcode = p_mdcode refrate = p_refrat sprdtype = p_type validdate = p_datnew intspread = p_rate * 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_IRS_CR or its description.