MF730FUL is a standard ABAP INCLUDE 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 MF730FUL into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include Routines for Underlying Transfer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EXPORT_UNDL_CREA_TO_MEMORY * CALL FUNCTION 'EXPORT_UNDL_CREA_TO_MEMORY' * EXPORTING * INFO_DISP = H_INFO_DISP * I_VTI_MEMOUL = VTI_MEMOUL.
GET_UNDERL_FROM_MEMORY CALL FUNCTION 'GET_UNDERL_FROM_MEMORY' IMPORTING n_vtifha = n_vtifha n_vtifhazu = n_vtifhazu TABLES n_vtifhapo = n_vtifhapo n_vtifinko = n_vtifinko EXCEPTIONS memory_not_found = 01.
EXPORT_UNDL_TO_MEMORY CALL FUNCTION 'EXPORT_UNDL_TO_MEMORY' EXPORTING i_vtifha = n_vtifha i_vtifhazu = n_vtifhazu TABLES i_vtifhapo = n_vtifhapo i_vtifinko = n_vtifinko.
GET_UNDERL_FROM_MEMORY CALL FUNCTION 'GET_UNDERL_FROM_MEMORY' IMPORTING n_vtifha = n_vtifha n_vtifhazu = n_vtifhazu TABLES n_vtifhapo = n_vtifhapo n_vtifinko = n_vtifinko EXCEPTIONS memory_not_found = 01.
FTR_OTC_FOREX_PUT_CALL_DET CALL FUNCTION 'FTR_OTC_FOREX_PUT_CALL_DET' EXPORTING i_vtbfha = h_fha i_vtifha = h_ifha i_vtifhazu = h_ifhazu IMPORTING e_txtputcalin = h_txtputcal TABLES i_vtifhapo = nopfu_fhapo CHANGING c_vtiof = h_iof.
UNDERLYING_PREPARE_AND_UPDATE CALL FUNCTION 'UNDERLYING_PREPARE_AND_UPDATE' TABLES: aopfu_fha = l_a_ifha aopfu_fhapo = l_a_ifhapo aopfu_fhazu = l_a_ifhazu aopfu_finko = l_a_ifinko a_ofzu = l_a_iofzu nopfu_fha = l_n_ifha nopfu_fhapo = l_n_ifhapo nopfu_fhazu = l_n_ifhazu nopfu_finko = l_n_ifinko n_ofzu = l_n_iofzu .
OPTIONS_FUTURES_UPD CALL FUNCTION 'OPTIONS_FUTURES_UPD' IN UPDATE TASK EXPORTING n_vtiof = wrk_vtiof a_vtiof = l_a_iof.
OPT_FUT_UL_CONN_UPD CALL FUNCTION 'OPT_FUT_UL_CONN_UPD' IN UPDATE TASK EXPORTING n_vtiof = wrk_vtiof a_vtiof = l_a_iof TABLES a_ofzu = l_a_iofzu n_ofzu = l_n_iofzu.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.