RFVI402I is a standard ABAP INCLUDE 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 RFVI402I 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.
Title: Standard Analysis RFVI402x: Special Enhancements Real Estate
INCLUDE RFVI40XX_GET_TXT_SMIETSP.
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = lis_progname TABLES selection_table = selection_table EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING report = lis_progname TABLES field_info = field_info def_values = def_values EXCEPTIONS no_selections = 1 report_not_existent = 2 OTHERS = 4.
RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = lis_progname mode_write_or_move = 'M' " MOVE -> nicht editieren IMPORTING p_trange = p_trange EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = par_tablename FIELDNAME = par_dtel LANGU = SY-LANGU * LFIELDNAME = ' ' ALL_TYPES = 'X' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = lt_dfies * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .
DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = hlp_dtel TABLES dd04t_tab_a = dd04t_tab_a EXCEPTIONS illegal_value = 1 OTHERS = 2.
GET_DOMAENENTEXT * CALL FUNCTION 'GET_DOMAENENTEXT' * EXPORTING * dname = gtr_dname * dvalue = gtr_dvalue * IMPORTING * dtext = gtr_dtext * EXCEPTIONS * no_domain_found = 01.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = gtr_dname value = gtr_dvalue texts_only = 'X' IMPORTING dd07v_wa = gtr_dd07v EXCEPTIONS OTHERS = 3.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING client = sy-mandt flg_user_stat = 'X' objnr = par_objnr only_active = 'X' spras = sy-langu IMPORTING line = par_sttxt_int user_line = par_sttxt_ext EXCEPTIONS object_not_found = 01.
ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING adr_in = par_adrnr function = 'P' objekttyp = con_objekttyp_we IMPORTING adrwa_out = sans1 adrzus_out = sano1 EXCEPTIONS address_not_found = 1 illegal_function = 2 no_address_assigned = 3 OTHERS = 4.
REMD_ENCODE_IMKEY CALL FUNCTION 'REMD_ENCODE_IMKEY' EXPORTING i_bukrs = soe_bukrs i_swenr = soe_swenr IMPORTING e_objnr = soe_objnr EXCEPTIONS OTHERS = 1.
REMD_OBJECT_TEXT_GET CALL FUNCTION 'REMD_OBJECT_TEXT_GET' EXPORTING i_objnr = soe_objnr IMPORTING e_text = soe_hlp_text EXCEPTIONS OTHERS = 1.
AUTH_CHECK_OBJECTS CALL FUNCTION 'AUTH_CHECK_OBJECTS' TABLES t_viob01 = int_viob01.
MCS_MCINF_GET CALL FUNCTION 'MCS_MCINF_GET' EXPORTING i_mcapp = akt_tmc7-mcapp i_flg_only_with_table = true i_function_text = aw_hlp_text i_titlebar_text = hlp_text1 IMPORTING e_mcinf = aw_hlp_mcinf e_flg_free_fcode = aw_flg_selscreen EXCEPTIONS no_field_selected = 1 OTHERS = 2.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = p_trange IMPORTING expressions = texpr EXCEPTIONS OTHERS = 1.
MCS_ANALYSE_CALL CALL FUNCTION 'MCS_ANALYSE_CALL' EXPORTING i_mcinf = aw_hlp_mcinf i_speri = sav_speri i_periv = sav_periv i_flg_via_selscreen = aw_flg_selscreen i_flg_anl_default = true TABLES t_sel = seltab_sel t_fields = seltab_fields EXCEPTIONS evaluative_info_structure = 01 info_structure_not_generated = 02 no_analysis_selected = 03 info_structure_does_not_exist = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVI402I - Standard Analysis RFVI402x: Special Enhancements Real Estate RFVI402F - Sample Program for Generating Standard Analyses: FORM Routines RFVI402D - Standard Analysis RFVI402x: Special Enhancements Real Estate RFVI4025 - Standard analysis business entities: Display selection version RFVI4025 - Standard analysis business entities: Display selection version RFVI4020 - Business Entities Standard Analysis