MF61YI01 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 MF61YI01 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: Subroutines Screen 100
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = bkpf-budat local_amount = rf61y-bcwhr foreign_currency = bkpf-waers local_currency = old_curr type_of_rate = 'M' IMPORTING foreign_amount = rf61y-bcwhr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'RF05A' fieldname = 'NEWKO' searchhelp = 'SAKO' shlpparam = 'SAKNR' value = ' ' TABLES return_tab = loc_ret EXCEPTIONS OTHERS = 5.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = loc_f4hlp EXCEPTIONS OTHERS = 8.
HELP_VALUES_GET_WITH_MACO * CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' * EXPORTING * MC_OBJECT = MCOBJEKT * SELSTR = ' ' * IMPORTING * SELECTVALUE = RF05A-NEWKO * EXCEPTIONS * OTHERS = 01.
RERA_F4_HELP_FOR_CONTRACT CALL FUNCTION 'RERA_F4_HELP_FOR_CONTRACT' CHANGING cv_bukrs = bkpf-bukrs cv_retimvnr = rf61y-smive * CV_ESMIVE = .
RERA_F4_HELP_FOR_CONTRACT CALL FUNCTION 'RERA_F4_HELP_FOR_CONTRACT' CHANGING cv_bukrs = bkpf-bukrs * cv_retimvnr = contract cv_esmive = rf61y-e_smive .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.