RFVI_FUNC_LOC_FOR_REAL_ESTATE 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 RFVI_FUNC_LOC_FOR_REAL_ESTATE 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_VARI = Layout
Title: Functional Locations for Real Estate Objects
Text Symbol: 001 = Functional location
Text Symbol: 002 = Display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ILOX_ITOBCUST_READ call function 'ILOX_ITOBCUST_READ' importing e_itobcust = gs_itobcust exceptions others = 2.
FUNC_LOCATION_READ call function 'FUNC_LOCATION_READ' exporting tplnr = wa_viob39-tplnr importing iflo_wa = wa_iflo pltxt = i_tplnr-pltxt exceptions others = 4.
REMD_DECODE_IMKEY call function 'REMD_DECODE_IMKEY' exporting i_intreno = wa_viob39-intreno importing e_viremaster = wa_viremaster exceptions others = 4.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting objnr = wa_viremaster-objnr text_wanted = 'X' importing e_text = sy-msgli ident_obart = re_obart ident_objid = sy-msgv1.
CONVERSION_EXIT_TPLNR_OUTPUT call function 'CONVERSION_EXIT_TPLNR_OUTPUT' exporting input = i_tplnr-tplnr importing output = i_tplnr-strno.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = alv_save changing cs_variant = alv_x_variant exceptions not_found = 2.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_BUFFER_ACTIVE = 'X' i_callback_program = alv_repid i_callback_pf_status_set = alv_callback_status i_callback_user_command = alv_callback_ucomm is_layout = alv_layout it_fieldcat = alv_fieldcat[] *----- No standard ALV status -> excluded fcodes as parameter for ----* *----- set pf-status in form CALLBACK_STATUS -------------------------* * it_excluding = alv_excluding_tab i_save = alv_save is_variant = alv_variant * I_TABNAME_HEADER = ALV_TABNAME_HEADER "TODO020699 * IS_KEYINFO = ALV_KEYINFO "TODO020699 it_event_exit = alv_event_exit_tab * i_screen_start_column = 10 * i_screen_start_line = 6 * i_screen_end_column = 70 * i_screen_end_line = 18 tables t_outtab = i_tplnr.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = alv_variant i_save = alv_save i_tabname_header = alv_tabname_header importing e_exit = alv_exit es_variant = alv_x_variant exceptions not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = alv_save changing cs_variant = alv_x_variant.
RE_F4_EXPORT_FUNC_LOC call function 'RE_F4_EXPORT_FUNC_LOC' tables selected_func_locs = selected_func_locs.
RE_F4_EXPORT_FUNC_LOC call function 'RE_F4_EXPORT_FUNC_LOC' tables selected_func_locs = selected_func_locs.
REMD_SHOW_MASTER_DATA call function 'REMD_SHOW_MASTER_DATA' exporting i_objnr = i_tplnr-objnr exceptions others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVI_FUNC_LOC_FOR_REAL_ESTATE - Functional Locations for Real Estate Objects RFVI_FUNC_LOC_FOR_REAL_ESTATE - Functional Locations for Real Estate Objects RFVI_DEL_EMPTY_TURNOVER - Report for Deleting Empty Sales Reports RFVI_DEL_EMPTY_TURNOVER - Report for Deleting Empty Sales Reports RFVI_ANCO_VITAXD - Correction/Maintenance Program VITAXD RFVI_ANCO_VITAXD - Correction/Maintenance Program VITAXD