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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFVIMK10 - documentation and ABAP source code IFVIMG00 - documentation and ABAP source code IFVIMESSAGE - Exit-Routinen für Viewcluster AIND_STRUC, AIND_EXT, AIND_SKEY IFVIMESG - documentation and ABAP source code IFVIMCRV - IS-RE: Collection of Various Macros (Use Own Variables) IFVIMCRO - documentation and ABAP source code