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

FVIMI00H SAP ABAP INCLUDE - Update Routines for Maintenance of Heating Systems







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


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


Text pool values


Title: Update Routines for Maintenance of Heating Systems


INCLUDES used within this REPORT FVIMI00H

INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.


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:

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.



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