RFVIHZU1 is a standard Executable ABAP Report 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 RFVIHZU1 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.
Change Heating Systems
Title: Report for Heating Systems (Create IMKEY and Meter)
Text Symbol: 002 = Settlmnt factor
Text Symbol: 003 = was not found in Customizing
Text Symbol: 004 = Read release note ISIS_I_HZ for 2.2D
Text Symbol: 005 = After carrying out the corresponding configuration, start program again
Text Symbol: 006 = For heating systems
Text Symbol: 007 = an internal key was
Text Symbol: 008 = created
Text Symbol: 009 = Transfer the quantities of fuel read to the general fuel meter
Text Symbol: 010 = was meter
Text Symbol: 011 = and meter readings
Text Symbol: 012 = End of the list
INCLUDE LFV7VBOL. "BOOLESCHE VARIABLEN
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING NR_RANGE_NR = RANGE_NR OBJECT = OBJEKT * SUBOBJECT = ' ' * TOYEAR = '0000' IMPORTING INTERVAL = INTERVAL EXCEPTIONS INTERVAL_NOT_FOUND = 01 OBJECT_NOT_FOUND = 02.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = RANGE_NR OBJECT = OBJEKT IMPORTING NUMBER = NUMMER_NEU RETURNCODE = RET_CODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.
USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING * HERKUNFT = E01 INUSER = BENUTZER IMPORTING EXUSER = BENUTZER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIHZU1 - Report for Heating Systems (Create IMKEY and Meter) RFVIHZU1 - Report for Heating Systems (Create IMKEY and Meter) RFVIHZ10 - Reset data read from D type RFVIHZ10 - Reset data read from D type RFVIHKST - Overview of External Heating Expenses RFVIHKST - Overview of External Heating Expenses