SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

MF730FUL SAP ABAP INCLUDE - Include Routines for Underlying Transfer







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


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 MF730FUL. "Basic submit
SUBMIT MF730FUL AND RETURN. "Return to original report after report execution complete
SUBMIT MF730FUL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include Routines for Underlying Transfer


INCLUDES used within this REPORT MF730FUL

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:

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.



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 MF730FUL or its description.