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

IFVIMAFP02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT IFVIMAFP02

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:

RERA_SPLIT_TCODE CALL FUNCTION 'RERA_SPLIT_TCODE' EXPORTING i_tcode = pc_tcode IMPORTING e_sanpnr = pn_sanpnr e_sactnr = pc_sactnr EXCEPTIONS OTHERS = 1.

REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING i_bukrs = pc_bukrs i_swenr = pc_swenr i_smenr = pc_smenr i_smive = pc_smive IMPORTING e_intreno = lc_intreno e_adrnr = ln_adrnr EXCEPTIONS OTHERS = 1.

REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' "Adresse Mieter EXPORTING i1_sobjekt = lc_intreno i1_roletyp = con_roletyp-hauptmieter i1_snumobj = con_snumobj-immo i_date = sy-datum i_lines = 3 IMPORTING e_adrs = pr_adress e_bp000 = pr_bp000 EXCEPTIONS OTHERS = 1.

ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' "Adresse ME EXPORTING adr_in = ln_adrnr function = 'P' objekttyp = con_obtyp_adr-mieteinheit IMPORTING adrwa_out = lr_sans1 adrzus_out = lr_sano1 EXCEPTIONS OTHERS = 1.

MV_GET_AREA_TO_CONDITION CALL FUNCTION 'MV_GET_AREA_TO_CONDITION' EXPORTING bukrs = pc_bukrs swenr = pc_swenr smenr = pc_smenr dstich = pd_date skoart = pn_skoart i_kz_bezugsflache_if_not_found = 'X' IMPORTING rbezflart = lr_bezflart EXCEPTIONS OTHERS = 1.

MV_ADJUST_SKOART_GET CALL FUNCTION 'MV_ADJUST_SKOART_GET' EXPORTING i_sanpnr = ln_sanpnr i_kz_default_only = 'X' IMPORTING e_skoart = pn_skoart EXCEPTIONS OTHERS = 1.

DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING datum_ein = pd_refdate anzahl_monate = lp_amnzust IMPORTING datum_aus = pd_guelab.

FVZK_GET_SKOART CALL FUNCTION 'FVZK_GET_SKOART' EXPORTING gsart = con_gsart_mv sbewziti = k_sbewziti_zuschl IMPORTING skoart = sn_skoart EXCEPTIONS OTHERS = 0.



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