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

IFVIMK10 SAP ABAP INCLUDE - documentation and ABAP source code







IFVIMK10 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 IFVIMK10 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 IFVIMK10. "Basic submit
SUBMIT IFVIMK10 AND RETURN. "Return to original report after report execution complete
SUBMIT IFVIMK10 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 IFVIMK10

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_GET_OP_FOR_DEB CALL FUNCTION 'RE_GET_OP_FOR_DEB' EXPORTING * I_DEBITOR = * I_BUKRS = * I_SMIVE = i_seldate = seldate i_unqual_items = 'X' i_open_itm = 'X' i_cleared_itm = lc_cleared_itm TABLES * T_ITEMS = t_mkb = gt_mkb t_selopt = lt_rfvmkb EXCEPTIONS debitor_not_found = 1 wrong_input = 2 OTHERS = 3 .

REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING * I1_ROLETYP = * I1_SOBJEKT = * I1_SNUMOBJ = i2_partnr = ls_deb-partnr * I2_ADR_REF = ' ' * I_KZ_MEMORY = ' ' i_lines = 1 * I_DATE = SY-DATUM * I_BUKRS = ' ' * I_KZ_NO_ADDRESS = 'X' IMPORTING e_adrs = lv_adrs * E_VZGPO = * E_BP000 = * TABLES * I_TAB_VZGPO = EXCEPTIONS address_not_found = 1 partner_not_found = 2 unknown_error = 3 partner_relation_not_found = 4 OTHERS = 5 .

RE_PRINT_MKB CALL FUNCTION 'RE_PRINT_MKB' EXPORTING ic_bukrs = p_bukrs it_items = pt_deb_items it_deb_adrs = pt_deb_adrs id_seldate = id_seldate ic_brfnm = ic_brfnm ib_spfbkz = ic_prnopt EXCEPTIONS cancel = 1 doc_not_found = 2 corr_problem = 3 OTHERS = 4.

READ_DOCUMENT_HEADER CALL FUNCTION 'READ_DOCUMENT_HEADER' EXPORTING belnr = wa_mkb-belnr bukrs = wa_mkb-bukrs gjahr = wa_mkb-gjahr xarch = ' ' "nicht im Archiv suchen IMPORTING e_bkpf = wa_bkpf EXCEPTIONS exit = 1 not_found = 2 archive_cancel = 3 OTHERS = 4.



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