SAP Reports / Programs

RFVIHZU1 SAP ABAP Report - Report for Heating Systems (Create IMKEY and Meter)







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


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


Text pool values


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


INCLUDES used within this REPORT RFVIHZU1

INCLUDE LFV7VBOL. "BOOLESCHE VARIABLEN
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

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.



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