SAP Reports / Programs

RFVIAE06 SAP ABAP Report - Use of Rental Units in Settlement Units







RFVIAE06 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 RFVIAE06 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FO67 - SU Overview for Rental Unit


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


Text pool values


Selection Text: BUKRS = Company code
Selection Text: P_ID_AE = Use of participating ID in SUs
Selection Text: P_ME_AE = Use of RUs in SUs
Selection Text: P_ME_ID = Use of RUs in participation ID
Selection Text: RBEAR = Created by
Selection Text: REPNUM = Report number
Selection Text: SMENR = Rental unit
Selection Text: SNUNR = Usage type
Selection Text: STEILNME = Participation ID
Selection Text: SWENR = Business entity
Title: Use of Rental Units in Settlement Units
Text Symbol: 001 = Use of participation ID in settlement unit
Text Symbol: 002 = Use of rental units in participation IDs
Text Symbol: 003 = Use of rental units in settlement units
Text Symbol: 004 = Type of where-used list
Text Symbol: 005 = RE object selection
Text Symbol: 006 = List of participating IDs with RUs
Text Symbol: 007 = Use of participation ID in heating systems
Text Symbol: CNT = Number


INCLUDES used within this REPORT RFVIAE06

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:

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * I_CALLBACK_PROGRAM = REPID * IT_FIELDCAT = GT_FIELDCAT[] * IT_EVENTS = LT_EVENTS * IT_SORT = LT_SORT * IS_LAYOUT = LS_LAYOUT * TABLES * T_OUTTAB = OUTTAB_ITEM.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = LT_EVENTS IT_SORT = LT_SORT IS_LAYOUT = LS_LAYOUT I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO i_save = 'A' is_variant = lt_variant TABLES T_OUTTAB_HEADER = OUTTAB_HEADER T_OUTTAB_ITEM = OUTTAB_ITEM.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = LT_EVENTS IT_SORT = LT_SORT IS_LAYOUT = LS_LAYOUT I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO i_save = 'A' is_variant = lt_variant TABLES T_OUTTAB_HEADER = OUTTAB_HEADER T_OUTTAB_ITEM = OUTTAB_ITEM.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = LT_EVENTS IT_SORT = LT_SORT IS_LAYOUT = LS_LAYOUT I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO i_save = 'A' is_variant = lt_variant TABLES T_OUTTAB_HEADER = OUTTAB_HEADER T_OUTTAB_ITEM = OUTTAB_ITEM.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = LT_EVENTS IT_SORT = LT_SORT IS_LAYOUT = LS_LAYOUT I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO i_save = 'A' is_variant = lt_variant TABLES T_OUTTAB_HEADER = OUTTAB_HEADER T_OUTTAB_ITEM = OUTTAB_ITEM.



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