MF61ZI01 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 MF61ZI01 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!
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.
RET1_VIMIMV_SELECT_SINGLE CALL FUNCTION 'RET1_VIMIMV_SELECT_SINGLE' EXPORTING iv_bukrs = bkpf-bukrs iv_smive = vimimv-smive * IV_SMVART = * IV_PARTNR = * IV_KUNNR = * IV_LIFNR = * IV_LASTNAME = * IV_FIRSTNAME = * IV_BIRTHDATE = * IV_KEYDATE = * IV_PSTLZ = * IV_ORT = * IV_STRAS = * IV_KOSTL = iv_without_dialog = ' ' IMPORTING ev_vimimv = wa_vimimv ev_vicn01 = wa_vicn01 * TABLES * ET_VIMIMV = * ET_VICN01 = EXCEPTIONS mv_not_found = 1 partner_not_found = 2 bukrs_not_found = 3 OTHERS = 4 .
REC2_GET_HVP CALL FUNCTION 'REC2_GET_HVP' EXPORTING i_bukrs = wa_vicn01-bukrs i_recnnr = wa_vicn01-recnnr i_intreno = wa_vicn01-intreno i_date = sy-datum IMPORTING kunnr = kunnr partnr = partnr exceptions no_hvp = 1 OTHERS = 2.
REAL_ESTATE_ITEM_MV CALL FUNCTION 'REAL_ESTATE_ITEM_MV' EXPORTING bukrs = wa_vimimv-bukrs menr = wa_vimimv-smenr mive = wa_vimimv-smive * SETSTAT = ' ' * VORGANG = ' ' wenr = wa_vimimv-swenr IMPORTING e_viob01 = viob01 obj_txt = lfvi9-obj_txt EXCEPTIONS no_record_found = 1 process_not_allowed = 2 OTHERS = 3.
BPAR_P_PARTNER_READ_INTO_PRINT CALL FUNCTION 'BPAR_P_PARTNER_READ_INTO_PRINT' EXPORTING * ADR_REF = ' ' * I_ADR_KIND = ' ' * COMPANYCODE = ' ' * COUNT_LINES = 5 date = sy-datum partner = partnr * PARTNER_INTO_MEMORY = ' ' * ROLE = ' ' * I_RLTYP = ' ' * I_XMEMORY = * I_XWA = * ZGP = ' ' IMPORTING address = adr * ADDRESS_PRINTFORM = * ADDRESS_SHORT_FORM = * ADDRESS_SHORT_FORM_S = * ADDRESS_DATA_CARRIER = * ADDRESS_DATA_CARRIER_0 = * NUMBER_OF_USED_LINES = * NAME_IS_EMPTY = * ADDRESS_NOT_FOUND = * ADDRESS_PRINTFORM_TABLE = * E_BUS020_EXT = * EXCEPTIONS * ADDRESS = 1 * PARTNER = 2 * NO_ADDRESS = 3 * OTHERS = 4 .
FI_WT_DETERM_RELEVANT_TYPES CALL FUNCTION 'FI_WT_DETERM_RELEVANT_TYPES' EXPORTING i_bukrs = bkpf-bukrs i_acct = wa_vimimv-kunnr i_koart = 'D' i_budat = bkpf-budat * I_POSTINGTIME = ' ' TABLES t_with = lt_accwt[] EXCEPTIONS nothing_selected = 1 OTHERS = 2.
FI_WT_READ_T059P CALL FUNCTION 'FI_WT_READ_T059P' EXPORTING I_BUKRS = bkpf-bukrs I_TYPE = lt_accwt-witht TABLES T_T059P = lt_t059P EXCEPTIONS OTHERS = 1.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = bkpf-budat local_amount = rf60m-bcwhr foreign_currency = bkpf-waers local_currency = old_curr type_of_rate = 'M' IMPORTING foreign_amount = rf60m-bcwhr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.