SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Editor(BC-DWB-TOO-ABA) SAP BC

RSEDTVE1 SAP ABAP Report - Restore Version







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


Text pool values


Title: Restore Version
Text Symbol: 002 = Report version:
Text Symbol: 003 = Display


INCLUDES used within this REPORT RSEDTVE1

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:

SVRS_GET_VERSION_REPS_40 CALL FUNCTION 'SVRS_GET_VERSION_REPS_40' EXPORTING object_name = reportname versno = versno TABLES repos_tab = abaptext_tab trdir_tab = trdir_tab trdirt_tab = trdirt_tab vsmodisrc = smodisrc_tab vsmodilog = smodilog_tab EXCEPTIONS no_version = 1 OTHERS = 2.

RS_CHECK_ENHANCEMENTS call function 'RS_CHECK_ENHANCEMENTS' exporting source_instance = source_instance importing answer = answer.

RS_WORKING_AREA_ACTIVE_CHECK CALL FUNCTION 'RS_WORKING_AREA_ACTIVE_CHECK' EXCEPTIONS nok = 1.

RS_OBJECT_IN_WORKING_AREA CALL FUNCTION 'RS_OBJECT_IN_WORKING_AREA' EXPORTING object = e071type obj_name = e071name MODE = 'U' IMPORTING object_is_work_item = object_is_work_item object_inactive_version = object_inactive_version.

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING object = e071type obj_name = e071name EXCEPTIONS OTHERS = 0.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'SCWB_CINST_CHECK_SMODILOG' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

SCWB_CINST_CHECK_SMODILOG CALL FUNCTION 'SCWB_CINST_CHECK_SMODILOG' TABLES ct_smodilog = smodilog_tab ct_smodisrc = smodisrc_tab.

RESTORE_SMODISRC_PROTOCOL CALL FUNCTION 'RESTORE_SMODISRC_PROTOCOL' EXPORTING state = l_state objtype = l_objtype objname = l_objname subtype = 'REPS' subname = l_subname tables smodisrc_tab = smodisrc_tab smodilog_tab = smodilog_tab new_source = abaptext_tab.

FUNCTION_INCLUDE_SPLIT * call function 'FUNCTION_INCLUDE_SPLIT' * importing * group = group_name * changing * include = report_save * exceptions * no_function_include = 1 * no_function_pool = 2 * others = 3.

UPDATE_PROGDIR CALL FUNCTION 'UPDATE_PROGDIR' EXPORTING i_progdir = l_progdir i_progname = l_progdir-name i_state = 'I' EXCEPTIONS not_executed = 1.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = e071name object_class = e071type.

SVRS_GET_VERSION_REPO_40 CALL FUNCTION 'SVRS_GET_VERSION_REPO_40' EXPORTING object_name = reportname versno = versno TABLES trdir_tab = trdir_tab abaptext_tab = abaptext_tab textpool_tab = textpool_tab EXCEPTIONS no_version = 1.

RS_WORKING_AREA_ACTIVE_CHECK CALL FUNCTION 'RS_WORKING_AREA_ACTIVE_CHECK' EXCEPTIONS nok = 1.

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING object = 'REPS' obj_name = e071name EXCEPTIONS OTHERS = 0.

UPDATE_PROGDIR CALL FUNCTION 'UPDATE_PROGDIR' EXPORTING i_progdir = l_progdir i_progname = l_progdir-name i_state = 'I' EXCEPTIONS not_executed = 1.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = reportname object_class = 'ABAP'.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = t_reportname program = t_reportname operation = operation type = type.

RS_PROGRAM_INDEX_DELTA CALL FUNCTION 'RS_PROGRAM_INDEX_DELTA' EXPORTING include_name = t_reportname TABLES source_new = abaptext_tab source_old = abaptext_tab_old.

RS_CORR_INSERT





CALL FUNCTION 'RS_CORR_INSERT' EXPORTING global_lock = lock object = object object_class = class * korrnum = korrnum * master_language = new_master_language extend = p_extend_mod IMPORTING korrnum = p_korrnum transport_key = p_transport_key EXCEPTIONS cancelled = 01 permission_failure = 02.

RS_WORKING_AREA_ACTIVE_CHECK CALL FUNCTION 'RS_WORKING_AREA_ACTIVE_CHECK' EXCEPTIONS nok = 1.

RS_WORKING_AREA_INIT CALL FUNCTION 'RS_WORKING_AREA_INIT' * EXPORTING * FORCE_INITIALISATION = ' ' EXCEPTIONS OTHERS = 0.

RS_OBJECT_IN_WORKING_AREA CALL FUNCTION 'RS_OBJECT_IN_WORKING_AREA' EXPORTING global_check = 'X' object = trobj_type obj_name = trobj_name IMPORTING object_is_work_item = object_is_work_item object_inactive_version = object_inactive_version EXCEPTIONS OTHERS = 1.

SVRS_AFTER_CHANGED_ONLINE_NEW CALL FUNCTION 'SVRS_AFTER_CHANGED_ONLINE_NEW' EXPORTING e071_entry = e071_tab status = status IMPORTING version_new = versnum EXCEPTIONS non_versionable_objtype = 1 no_tadir_entry = 2 object_not_found = 3 object_not_locked = 4 OTHERS = 5.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = 'X' global_lock = space mode = show_mode object = lname object_class = object_class suppress_language_check = 'X' suppress_extend_dialog = 'X' IMPORTING * transport_key = transport_key * NEW_MASTER_LANGUAGE = MASTER_LANGU extend = extend_mod * KORRNUM = KORRNUM EXCEPTIONS canceled_in_corr = 01 enqueued_by_user = 02 enqueue_system_failure = 03 illegal_parameter_values = 04 locked_by_author = 05 no_modify_permission = 06 no_show_permission = 07 permission_failure = 12.

RS_DETERMINE_OBJECT_SOURCE CALL FUNCTION 'RS_DETERMINE_OBJECT_SOURCE' EXPORTING object_name = p_smodilog_tab-int_name object_type = p_smodilog_tab-int_type TABLES object_source = obj_source_old complete_source = complete_source complete_object_source = obj_source_old_orig EXCEPTIONS object_not_found = 1 OTHERS = 2.



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