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

/BA1/R_ALE_MARKETDATA_SEC_MO SAP ABAP Report - Utility/Test Program for /BA1/BAPI_F4_SEC_MODIFY (Generates IDOC)







/BA1/R_ALE_MARKETDATA_SEC_MO 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_SEC_MO 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_SEC_MO. "Basic submit
SUBMIT /BA1/R_ALE_MARKETDATA_SEC_MO AND RETURN. "Return to original report after report execution complete
SUBMIT /BA1/R_ALE_MARKETDATA_SEC_MO 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_RECEI = D Logical System
Selection Text: P_PRTYPE = D Price Type
Selection Text: P_PRICE = D Price
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_EXTNUM = D External Number
Selection Text: P_EXCHAN = D Exchange
Selection Text: P_DIRTYF = D Dirty Flag
Selection Text: P_DATOLD = Old Validity Date
Selection Text: P_DATNEW = New Validity Date
Selection Text: P_CORR = D Corr. Activity in Auto. Corr.
Title: Utility/Test Program for /BA1/BAPI_F4_SEC_MODIFY (Generates IDOC)
Text Symbol: P06 = Set Deletion Indicator
Text Symbol: P05 = Process Extensn
Text Symbol: P02 = Custom Setting
Text Symbol: P01 = Customer Settings
Text Symbol: M01 = was generated
Text Symbol: BL3 = Additional Parameters for 'Modify' Module
Text Symbol: BL2 = Parameters for ALE (Create/Change)
Text Symbol: BL1 = Parameters for 'Display' Function Module


INCLUDES used within this REPORT /BA1/R_ALE_MARKETDATA_SEC_MO

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/BAPI_F4_SEC_GET_LIST CALL FUNCTION '/BA1/BAPI_F4_SEC_GET_LIST' EXPORTING mdcode = p_mdcode * SYSTIME = validfrom = p_datold validto = p_datold exchange = p_exchan prtype = p_prtype extnumber = p_extnum dirtyflag = p_dirtyf * STATUS = ' ' processextension = p_prext1 TABLES rate = rate[] return = l_tab_return .

/BA1/ALE_F4_SEC_MODIFY CALL FUNCTION '/BA1/ALE_F4_SEC_MODIFY' EXPORTING mdcode = p_mdcode extnumber = p_extnum exchange = p_exchan prtype = p_prtype validdate = p_datnew addon = l_str_rate-addon unit = l_str_rate-unit price = p_price dirtyflag = l_str_rate-dirty_flag status = p_status * TESTRUN = ' ' correctionserveractiv = p_corr customizingsettings = l_str_customsetting processextension = p_prext2 * OBJ_TYPE = '/BA1/B121' * SERIAL_ID = '0' TABLES 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_SEC_MO or its description.