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

RFVIHKDR_SHEIZZ SAP ABAP Report - Selection of Rental Units and Rental Agreements for a Heating System







RFVIHKDR_SHEIZZ 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 RFVIHKDR_SHEIZZ 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 RFVIHKDR_SHEIZZ. "Basic submit
SUBMIT RFVIHKDR_SHEIZZ AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIHKDR_SHEIZZ 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: P_DBISP = End of settlement period
Selection Text: P_DVONP = Start of settlement period
Selection Text: P_SHEIZZ = DME Settlement Unit
Title: Selection of Rental Units and Rental Agreements for a Heating System
Text Symbol: ADR = Address


INCLUDES used within this REPORT RFVIHKDR_SHEIZZ

INCLUDE IFVIHZ10_FORM.
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:

ABR_TEILNDAUER_ME_ZU_ABRECHPER CALL FUNCTION 'ABR_TEILNDAUER_ME_ZU_ABRECHPER' EXPORTING bukrs = ls_viak09-bukrs swenr = ls_viak09-swenr snksl = ls_viak09-snksl sempsl = ls_viak09-sempsl abrvon = ld_dvonper abrbis = ld_dbisper TABLES medauer = lt_medauer EXCEPTIONS abbruch_abrechnung = 1 OTHERS = 2.

ABR_TEILNDAUER_MV_ZU_ABRECHPER CALL FUNCTION 'ABR_TEILNDAUER_MV_ZU_ABRECHPER' EXPORTING bukrs = ls_viak09-bukrs dbisper = ld_dbisper TABLES medauer = lt_medauer mvdauer = lt_mvdauer EXCEPTIONS abbruch_abrechnung = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = p_g_repid i_callback_pf_status_set = p_status i_callback_user_command = p_command it_fieldcat = p_gt_fieldcat[] * it_events = lt_events is_layout = ls_layout i_save = 'A' is_variant = lt_variant i_buffer_active = 'X' TABLES t_outtab = p_t_outtab.



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