SAP Reports / Programs

COMPONENT_RESTORE SAP ABAP Report - COMPONENTRESTORE







COMPONENT_RESTORE 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 COMPONENT_RESTORE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSZRESTORE - Call report COMPONENT_RESTORE


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 COMPONENT_RESTORE. "Basic submit
SUBMIT COMPONENT_RESTORE AND RETURN. "Return to original report after report execution complete
SUBMIT COMPONENT_RESTORE 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: G_P_IC = InfoProvider
Selection Text: G_P_TYPE = Component Type
Text Symbol: 001 = Restoring temporarily stored queries is not currently possible. See SAP Note 884629
Text Symbol: 002 = The following queries and reusable query elements have been restored from the temporary storage:
Text Symbol: 003 = The selected components will be overwritten with 3.x versions.
Text Symbol: 004 = Do you want to continue restoring?
Text Symbol: 005 = Restore Query Elements
Text Symbol: 006 = Select Query Elements
Text Symbol: 007 = Select InfoProvider


INCLUDES used within this REPORT COMPONENT_RESTORE

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:

RSZ_DB_COMP_LIST_GET CALL FUNCTION 'RSZ_DB_COMP_LIST_GET' EXPORTING i_deftp = g_p_type i_by_infocube = g_p_ic i_objvers = 'B' IMPORTING e_th_complist = l_th_complist.

RSO_F4_OBJECTS CALL FUNCTION 'RSO_F4_OBJECTS' EXPORTING i_t_object_f4_list = l_t_popup_in * i_title = l_title i_title = text-006 i_read_only = rs_c_false IMPORTING e_t_object_f4_list = l_t_popup_out EXCEPTIONS cancel = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-003 textline2 = text-004 titel = text-005 start_column = 25 start_row = 6 cancel_display = rs_c_false IMPORTING answer = l_answer.

RSZ_DB_ELT_COPY_INTO_OBJVERS CALL FUNCTION 'RSZ_DB_ELT_COPY_INTO_OBJVERS' EXPORTING i_eltuid = l_s_popup-guid i_source_objvers = 'B' i_target_objvers = rs_c_objvers-active i_update_genuniid = rs_c_false i_changed_with = 'R' EXCEPTIONS inherited_error = 1 inconsistency = 2 cts_error = 3 OTHERS = 4.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = c_t_msg i_txt = text-005 i_one_msg_direct = rs_c_false.



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