FVIMI00H 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 FVIMI00H 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: Update Routines for Maintenance of Heating Systems
INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_NUMBER_GET_GENERIC CALL FUNCTION 'OBJECT_NUMBER_GET_GENERIC' EXPORTING i_obart = 'I2' IMPORTING e_objnr =
EXCEPTIONS number_already_exists = 1 obart_invalid = 2 objectkey_missing = 3 OTHERS = 4.
VIAK08_VERBUCHER CALL FUNCTION 'VIAK08_VERBUCHER' IN UPDATE TASK EXPORTING satz_kz = upd_viak08 upd_viak08 = viak08.
VIAK09_VERBUCHER CALL FUNCTION 'VIAK09_VERBUCHER' IN UPDATE TASK EXPORTING satz_kz = xviak09-kz upd_viak09 = viak09.
VIAK09_VERBUCHER CALL FUNCTION 'VIAK09_VERBUCHER' EXPORTING satz_kz = yviak09-kz upd_viak09 = viak09.
VIOB39_VERBUCHER CALL FUNCTION 'VIOB39_VERBUCHER' EXPORTING funktion = xviob39-kz i_viob39 = iviob39.
VIOB39_VERBUCHER CALL FUNCTION 'VIOB39_VERBUCHER' EXPORTING funktion = yviob39-kz i_viob39 = iviob39.
USERFIELDS_SAVE CALL FUNCTION 'USERFIELDS_SAVE' IN UPDATE TASK EXPORTING * DELETE_USRDATA = ' ' sobjekt = intreno_lang usrdata_new = vzsort usrdata_old = *vzsort EXCEPTIONS db_operation_error = 01.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tab_name IMPORTING RESULT = RESULT tables table_new = xbewegtab table_old = ybewegtab EXCEPTIONS nametab_error = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FVIMI00H - Update Routines for Maintenance of Heating Systems FVIDPTOPNEU - documentation and ABAP source code FVIDPTOP - documentation and ABAP source code FVIDOPOINEU - documentation and ABAP source code FVIDOPOI - documentation and ABAP source code FVIDOPOFNEU - documentation and ABAP source code