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

RFVI_FUNC_LOC_FOR_REAL_ESTATE SAP ABAP Report - Functional Locations for Real Estate Objects







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


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 RFVI_FUNC_LOC_FOR_REAL_ESTATE. "Basic submit
SUBMIT RFVI_FUNC_LOC_FOR_REAL_ESTATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVI_FUNC_LOC_FOR_REAL_ESTATE 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_VARI = Layout
Title: Functional Locations for Real Estate Objects
Text Symbol: 001 = Functional location
Text Symbol: 002 = Display


INCLUDES used within this REPORT RFVI_FUNC_LOC_FOR_REAL_ESTATE

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:

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.



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