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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.