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

RFVICN91 SAP ABAP Report - Contract Selection via Objects







RFVICN91 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 RFVICN91 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 RFVICN91. "Basic submit
SUBMIT RFVICN91 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICN91 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_BUKRS = D Company code
Selection Text: P_GENR = D Building
Selection Text: P_GRNR = D Property
Selection Text: P_MENR = D Rental unit
Selection Text: P_TYPE = D Contract type
Selection Text: P_WENR = D Business entity
Title: Contract Selection via Objects


INCLUDES used within this REPORT RFVICN91

No INCLUDES are used within this REPORT code!


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:

REMD_ENCODE_IMKEY call function 'REMD_ENCODE_IMKEY' exporting i_bukrs = p_bukrs i_swenr = p_wenr i_sgrnr = p_grnr i_sgenr = p_genr i_smenr = p_menr importing e_objnr = loc_objnr exceptions object_key_inconsistent = 1 object_does_not_exist = 2 no_imkey = 3 activity_not_allowed = 4 no_objnr = 5 other_error = 6 others = 7.

FVZU_GET_HIER_FOR_OBJECT call function 'FVZU_GET_HIER_FOR_OBJECT' exporting i_objnr = loc_objnr i_flag_hier_down = p_hier i_flag_hier_up = p_hier i_flag_ge_hier = p_hier i_sel_objects = loc_sel_obj tables t_virekey = loc_virekey exceptions object_key_inconsistent = 1 object_not_found = 2 contract_not_found = 3 others = 4.

RE_RA_GET_SMVART_VALUES call function 'RE_RA_GET_SMVART_VALUES' exporting display = 'X' i_new_types = 'X' i_long_name = 'X'.



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