RFVOBJRE 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 RFVOBJRE 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: Include RFVDOBJRE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GENERATE_BATCH_INPUT_FROM_DATA CALL FUNCTION 'GENERATE_BATCH_INPUT_FROM_DATA' EXPORTING i_structure = struct i_structure_name = s_name i_compatible = l_non_compatible TABLES t_bdcdata = t_bdcdata t_dynpro_table = t_dynpro EXCEPTIONS OTHERS = 2.
GENERATE_BATCH_INPUT_FROM_DATA CALL FUNCTION 'GENERATE_BATCH_INPUT_FROM_DATA' EXPORTING i_structure = struct i_structure_name = s_name i_stepl = stepl i_compatible = l_non_compatible TABLES t_bdcdata = t_bdcdata t_dynpro_table = t_dynpro EXCEPTIONS OTHERS = 2.
ADDR_SEARCH * CALL FUNCTION 'ADDR_SEARCH' * EXPORTING ** SEARCH_IN_ALL_GROUPS = ' ' * search_for = ls_search_for ** UP_TO_ROWS = * IMPORTING * addresses_found_count = sy-tabix ** RETURNCODE = * TABLES * address_groups = lt_address_groups * search_result = lt_addr1_val ** ERROR_TABLE = ** EXCEPTIONS ** PARAMETER_ERROR = 1 ** INTERNAL_ERROR = 2 ** OTHERS = 3 * .
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_NEW_OBJECT CALL FUNCTION 'SET_NEW_OBJECT' EXPORTING i_new_object = l_new_objekt.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = p_tcode ctuparams = ls_params TABLES dynprotab = t_bdcdata.
FLBP_DEFAULTROLE_GET CALL FUNCTION 'FLBP_DEFAULTROLE_GET' EXPORTING i_rlcat = 'TR0115' IMPORTING e_stnd_role = l_roletyp.
DISPLAY_BTCI_TREE CALL FUNCTION 'DISPLAY_BTCI_TREE' EXPORTING i_collected_data = 'X'.
DISPLAY_BTCI_TREE CALL FUNCTION 'DISPLAY_BTCI_TREE' EXPORTING i_hide_tree = 'X'.
SET_CURRENT_OBJECT CALL FUNCTION 'SET_CURRENT_OBJECT' EXPORTING i_object = l_object i_tcode = t_connect-tcode.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text80.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text80.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING group = btci_group user = sy-uname keep = 'X' IMPORTING qid = btci_name.
SET_NEW_OBJECT CALL FUNCTION 'SET_NEW_OBJECT' EXPORTING i_new_object = l_object.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT
CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
SET_CURRENT_BTCIDATA_TO_OBJECT CALL FUNCTION 'SET_CURRENT_BTCIDATA_TO_OBJECT' TABLES t_rlfvbtci = l_tab_current_btcidata.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.
DISPLAY_BTCI_TREE CALL FUNCTION 'DISPLAY_BTCI_TREE' EXPORTING i_collected_data = 'X'.
TB_MESSAGE_BUILD_TEXT CALL FUNCTION 'TB_MESSAGE_BUILD_TEXT' EXPORTING msgid = t_bdcmessages-msgid msgno = h_msgno msgv1 = h_msgv1 msgv2 = h_msgv2 msgv3 = h_msgv3 msgv4 = h_msgv4 IMPORTING text = t_bdcmessages-fldname EXCEPTIONS OTHERS = 0.
REUSE_ALV_EVENTS_GET * call function 'REUSE_ALV_EVENTS_GET' * exporting * i_list_type = 0 * importing * et_events = alv_events.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = alv_repid i_callback_user_command = alv_user_command_form it_fieldcat = t_fieldcat * it_events = alv_events it_event_exit = alv_exit_events i_save = 'A' is_variant = alv_variant TABLES t_outtab = t_bdcmessages EXCEPTIONS OTHERS = 4.
LOAN_CHECK_SSTATI CALL FUNCTION 'LOAN_CHECK_SSTATI' EXPORTING i_bukrs = p_bukrs i_gsart = p_gsart i_statu = p_sstati IMPORTING e_tzc37 = tzc37 EXCEPTIONS OTHERS = 4.
FVD_MD_CMS_CHECK CALL FUNCTION 'FVD_MD_CMS_CHECK' IMPORTING e_flg_cms = l_flg_cms.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = u_file IMPORTING file_name = c_filename_ext EXCEPTIONS OTHERS = 1.
FILE_LOGFILE_ALIAS_PAI CALL FUNCTION 'FILE_LOGFILE_ALIAS_PAI' EXPORTING ed_logfile_appl = u_logfile CHANGING cd_logfile = l_file_log EXCEPTIONS OTHERS = 1.
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 RFVOBJRE or its description.
RFVOBJRE - Include RFVDOBJRE RFVOBJIN - Include RFVOBJIN RFVOBJ01_CREATE_STRUCTURE - Generate Structure to Prepare Object Transfer RFVOBJ01_CREATE_STRUCTURE - Generate Structure to Prepare Object Transfer RFVOBJ01 - Batch Input for Creating Objects Relating to a Loan RFVOBJ01 - Batch Input for Creating Objects Relating to a Loan