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

/BA1/R_ALE_MARKETDATA_FXV_CH SAP ABAP Report - Utility Program for /BA1/F4_BAPI_FXV_CHANGE







/BA1/R_ALE_MARKETDATA_FXV_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_ALE_MARKETDATA_FXV_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_ALE_MARKETDATA_FXV_CH. "Basic submit
SUBMIT /BA1/R_ALE_MARKETDATA_FXV_CH AND RETURN. "Return to original report after report execution complete
SUBMIT /BA1/R_ALE_MARKETDATA_FXV_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_CORR = D Corr. Activity in Auto. Corr.
Selection Text: P_DATOLD = Old Validity Date
Selection Text: P_EXNOOP = D External Number of Option
Selection Text: P_FROM = D From Currency
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_PRDTOP = D External Product Cat.of Opt.
Selection Text: P_RECEI = D Logical System
Selection Text: P_STATUS = Set Deletion Indicator
Selection Text: P_TO = D To Currency
Selection Text: P_VTYPE = D Volatility Type
Selection Text: P_WRINK = D Update Possibly Temp.Incs.Ents
Selection Text: P_WRITE = D Update Corrected Entities
Title: Utility Program for /BA1/F4_BAPI_FXV_CHANGE
Text Symbol: BL1 = Parameters for 'Display' Function Module
Text Symbol: BL2 = Parameter for ALE (Change) Function Module
Text Symbol: BL3 = Additional Parameter for 'Change' Module
Text Symbol: M01 = was generated
Text Symbol: P02 = Custom Setting


INCLUDES used within this REPORT /BA1/R_ALE_MARKETDATA_FXV_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_FXV_GET_LIST

/BA1/BAPI_F4_FXV_GET_LIST * CALL FUNCTION '/BA1/F4_MAPI_FXV_GET_LIST' "Buri CALL FUNCTION '/BA1/BAPI_F4_FXV_GET_LIST' "Buri EXPORTING mdcode = p_mdcode voltype = p_vtype fromccy = p_from toccy = p_to extnooption = p_exnoop extprodtypeoption = p_prdtop validfrom = p_datold validto = p_datold * SYSTIME = * STATUS = ' ' TABLES * volatilityvalueslist = l_tab_volalist "Buri volatilityvalueslist = l_tab_vol_val_list[] "Buri return = l_tab_return .

/BA1/ALE_F4_VFX_MAPI_CHANGE

/BA1/ALE_F4_FXV_CHANGE * CALL FUNCTION '/BA1/ALE_F4_VFX_MAPI_CHANGE' "Buri CALL FUNCTION '/BA1/ALE_F4_FXV_CHANGE' "Buri EXPORTING mdcode = p_mdcode voltype = p_vtype fromccy = p_from toccy = p_to extnooption = p_exnoop extprodtypeoption = p_prdtop validdate = p_datold status = p_status * TESTRUN = ' ' correctionserveractiv = p_corr customizingsettings = l_str_customsetting * OBJ_TYPE = '/BA1/B124' * SERIAL_ID = '0' TABLES volatilityvalues = l_tab_vola receivers = l_tab_receivers communication_documents = l_tab_communication_documents application_objects = l_tab_application_objects EXCEPTIONS error_creating_idocs = 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 /BA1/R_ALE_MARKETDATA_FXV_CH or its description.