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

RFVIEPCORE SAP ABAP INCLUDE - documentation and ABAP source code







RFVIEPCORE 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 RFVIEPCORE 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 RFVIEPCORE. "Basic submit
SUBMIT RFVIEPCORE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIEPCORE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFVIEPCORE

INCLUDE RFVIEPFORM.


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:

RSTI_APPL_STACK_POP CALL FUNCTION 'RSTI_APPL_STACK_POP' EXCEPTIONS appl_stack_not_initialized = 1 OTHERS = 2.

K_LINE_ITEM_LOGICAL_KEY_GET CALL FUNCTION 'K_LINE_ITEM_LOGICAL_KEY_GET' EXPORTING i_tcode = gd_tcode IMPORTING e_item_group = gs_display_variant-handle e_rep_object = gs_display_variant-log_group e_update = gd_update.

K_LINE_ITEM_APC_SIGN_GET CALL FUNCTION 'K_LINE_ITEM_APC_SIGN_GET' EXPORTING i_item_group = gs_display_variant-handle IMPORTING e_sign_apc = ld_sign_apc.

K_LINE_ITEM_STEERING_GET CALL FUNCTION 'K_LINE_ITEM_STEERING_GET' EXPORTING i_item_group = gs_display_variant-handle i_rep_object = gs_display_variant-log_group IMPORTING e_table_names = ls_dd_tables e_selview = gs_sel_view.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = ld_field_structure i_client_never_display = 'X' CHANGING ct_fieldcat = gt_default_fieldcat.

K_LINE_ITEM_VALUE_TYPES_GET CALL FUNCTION 'K_LINE_ITEM_VALUE_TYPES_GET' EXPORTING i_item_group = gs_display_variant-handle IMPORTING et_value_types = gt_wrttp.

AUTH_CHECK_OBJECTS CALL FUNCTION 'AUTH_CHECK_OBJECTS' TABLES t_viob01 = i_viob01 t_viob02 = i_viob02 t_viob03 = i_viob03 t_vimi01 = i_vimi01 t_vimimv = i_vimimv t_viak25 = i_viak25 t_vivw01 = i_vivw01 t_rsthie = i_rsthie.

REMD_DECODE_IMKEY CALL FUNCTION 'REMD_DECODE_IMKEY' EXPORTING i_objnr = gd_objnr IMPORTING e_viremaster = gs_viremaster EXCEPTIONS OTHERS = 1.

RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = gd_bukrs IMPORTING * kokrs = gd_kokrs. "DEL"TH041099

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = gd_kokrs IMPORTING e_tka00 = gs_tka00 e_tka01 = gs_tka01.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

K_LINE_ITEMS_SELECT_AND_LIST CALL FUNCTION 'K_LINE_ITEMS_SELECT_AND_LIST' EXPORTING i_calling_report = gd_repid i_item_group = gs_display_variant-handle i_rep_object = gs_display_variant-log_group i_display_variant = gs_display_variant-variant i_co_area = gd_kokrs i_actual_version = i_actual_version it_selection = gt_cosel it_free_selection = gt_free_selection it_free_selection_range = gt_free_sel_ranges * i_exit_set_title = * i_exit_user_command = i_fix_variant = p_fixvar i_online_maxsel = p_maxsel * it_groups = gt_groups i_called_with_data = ' ' i_called_by_rri = i_called i_update = i_update * it_pd_selection = lt_pd_selection i_usedb = i_usedb i_usear = i_usear * i_arobj = i_arobj i_use_grid = p_usegrd "846682 * TABLES * t_arsel = it_arsel EXCEPTIONS no_data_selected = 1.



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