SAP Reports / Programs | Real Estate Management(RE) SAP RE

MF60MI02 SAP ABAP INCLUDE - Oneoff postings rental agreement







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


Text pool values


Title: Oneoff postings rental agreement


INCLUDES used within this REPORT MF60MI02

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:

RE_RA_SEARCH_MV CALL FUNCTION 'RE_RA_SEARCH_MV' EXPORTING e_smive = vimimv-e_smive bukrs = bkpf-bukrs IMPORTING e_vimimv = vimimv EXCEPTIONS not_found = 1 canceled_by_user = 2 OTHERS = 3.

REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING i_bukrs = bkpf-bukrs i_smive = vimimv-smive i_flag_refresh_tabs = 'X' IMPORTING e_imkey = lfvi9-imkey e_objtyp = lfvi9-vvimkob TABLES t_viob01 = f_viob01 t_viob02 = f_viob02 t_viob03 = f_viob03 t_vimi01 = f_vimi01 t_vimimv = f_vimimv.

REMD_OBJECT_TEXT_GET CALL FUNCTION 'REMD_OBJECT_TEXT_GET' EXPORTING i_imkey = lfvi9-imkey IMPORTING e_text = lfvi9-obj_txt.

MV_GET_CURRENT_KOKO CALL FUNCTION 'MV_GET_CURRENT_KOKO' EXPORTING bukrs = bkpf-bukrs curr_date = sy-datum smenr = vimimv-smenr smive = vimimv-smive swenr = vimimv-swenr IMPORTING e_vikoko = vikoko.

ISGP_LOAD_PARTNER CALL FUNCTION 'ISGP_LOAD_PARTNER' EXPORTING i_date = bkpf-budat i_future = 'X' i_load_hvp = 'X' i_snumobj = con_snumobj-immo i_sobjekt = vimimv-intreno rolle_hvp = con_roletyp-hauptmieter TABLES yvzgpo = lt_vzgpo EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Regulierung über abweichenden'(008) textline2 = 'Zahlungsregulierer ?'(009) titel = 'abw. Zahlungsregulierer'(011)

REMD_OBJECT_ACCOUNT CALL FUNCTION 'REMD_OBJECT_ACCOUNT' EXPORTING intreno = vimimv-intreno IMPORTING e_gsber = vimimv-gsber e_txjcd = rf60m-txjcd EXCEPTIONS input_error = 1 not_allowed = 2 not_found = 3 no_accounting_object = 4 no_gsber = 5 object_not_found = 6 wrong_gsber = 7 other_error = 8 OTHERS = 9.

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.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = bkpf-budat local_amount = rf60m-wmwst foreign_currency = bkpf-waers local_currency = old_curr type_of_rate = 'M' IMPORTING foreign_amount = rf60m-wmwst EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

VAT_CHECK_TOLERANCE CALL FUNCTION 'VAT_CHECK_TOLERANCE' EXPORTING i_vat_manually = rf60m-wmwst i_vat_calculated = loc_wmwst i_bukrs = rf60m-bukrs i_mwskz = vibepp-mwskz i_waers = rf60m-scwhr I_XDISPLAY_WARNING = space i_swell = ld_swell EXCEPTIONS OUT_OF_TOLERANCE = 1 OUT_OF_CHECK = 2.

FI_TAX_INDICATOR_CHECK CALL FUNCTION 'FI_TAX_INDICATOR_CHECK' EXPORTING i_bukrs = bkpf-bukrs i_hkont = hkont i_koart = 'S' * I_MWSKZ = ' ' * I_STBUK = ' ' * I_UMSKS = ' ' x_dialog = 'X' * X_TAXIT = ' ' * IMPORTING * E_EGRKZ = EXCEPTIONS input_tax_code = 1 no_tax_code = 2 output_tax_code = 3 tax_code = 4 OTHERS = 5 .

FI_TAX_INDICATOR_CHECK CALL FUNCTION 'FI_TAX_INDICATOR_CHECK' EXPORTING i_bukrs = bkpf-bukrs i_hkont = hkont i_koart = 'S' i_mwskz = vibepp-mwskz * I_STBUK = ' ' * I_UMSKS = ' ' x_dialog = 'X' * X_TAXIT = ' ' * IMPORTING * E_EGRKZ = EXCEPTIONS input_tax_code = 1 no_tax_code = 2 output_tax_code = 3 tax_code = 4 OTHERS = 5 .

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.

REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING i_bukrs = bkpf-bukrs i_recnnr = vicn01-recnnr i_flag_refresh_tabs = 'X' IMPORTING e_imkey = lfvi9-imkey e_objtyp = lfvi9-vvimkob TABLES t_vicn01 = f_vicn01.

REMD_OBJECT_TEXT_GET CALL FUNCTION 'REMD_OBJECT_TEXT_GET' EXPORTING i_imkey = lfvi9-imkey IMPORTING e_text = lfvi9-obj_txt.



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