SEO_CLASS_INCLUDE_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 SEO_CLASS_INCLUDE_RESTORE 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: Restore a Version of a Class Include (LIMU CINC)
Text Symbol: 002 = Rept version:
Text Symbol: 003 = Display
REPORT SEO_CLASS_INCLUDE_RESTORE
REPORT SEO_CLASS_INCLUDE_RESTORE
READ REPORT INCLUDENAME
INSERT REPORT INCLUDENAME
INSERT REPORT INCLUDENAME FROM EMPTY_SOURCE
No SAP DATABASE tables are accessed within this REPORT code!
RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.
SVRS_GET_VERSION_CINC_40 call function 'SVRS_GET_VERSION_CINC_40' exporting object_name = incname versno = versno tables vsmodisrc = i_smodisrc repos_tab = source vsmodilog = i_smodilog trdir_tab = i_trdir exceptions no_version = 1 others = 2.
RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = seok_limu_include obj_name = e071_objname exceptions others = 0.
UPDATE_PROGDIR call function 'UPDATE_PROGDIR' exporting i_progdir = new_progdir i_progname = new_progdir-name i_state = 'I' exceptions not_executed = 1.
RESTORE_SMODISRC_PROTOCOL CALL FUNCTION 'RESTORE_SMODISRC_PROTOCOL' EXPORTING STATE = ia_state OBJTYPE = seok_r3tr_class OBJNAME = obj_name SUBTYPE = seok_limu_include SUBNAME = sub_name TABLES SMODILOG_TAB = i_smodilog NEW_SOURCE = source SMODISRC_TAB = i_smodisrc.
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' exceptions others = 0.
RS_OBJECT_IN_WORKING_AREA call function 'RS_OBJECT_IN_WORKING_AREA' exporting global_check = 'X' object = seok_limu_include obj_name = objname importing object_is_work_item = is_work_item object_inactive_version = inactive_version exceptions others = 1.
SVRS_AFTER_CHANGED_ONLINE_NEW call function 'SVRS_AFTER_CHANGED_ONLINE_NEW' exporting e071_entry = h_e071 status = status importing version_new = versno exceptions non_versionable_objtype = 1 no_tadir_entry = 2 object_not_found = 0 object_not_locked = 0 others = 5.
RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting authority_check = 'X' global_lock = ' ' mode = mode object = includename object_class = seok_limu_include suppress_language_check = 'X' suppress_extend_dialog = 'X' importing extend = extend exceptions canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 12.
RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting authority_check = ' ' global_lock = ' ' mode = mode object = includename object_class = seok_limu_include suppress_language_check = 'X' suppress_extend_dialog = 'X' exceptions others = 1.
RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting global_lock = ' ' object = includename object_class = seok_limu_include korrnum = corrnr extend = extend_mod importing korrnum = corrnr exceptions cancelled = 1 permission_failure = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SEO_CLASS_INCLUDE_RESTORE - Restore a Version of a Class Include (LIMU CINC) SEO_CLASS_INCLUDE_RESTORE - Restore a Version of a Class Include (LIMU CINC) SEO_CLASS_GET_ALL_SUBS========FT - SEOCLASSGETALLSUBS========FT SEO_CLASSLIB_CHECK - SEOCLASSLIBCHECK SEO_CLASSLIB_CHECK - SEOCLASSLIBCHECK SEO_CHECK_INACTIVES - Check Worklist for Invalid Subobjects in Classes