SAP Reports / Programs

SEO_METHOD_IMPL_RESTORE SAP ABAP Report - Restore a Version of a Method Implementatino (LIMU METH)







SEO_METHOD_IMPL_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_METHOD_IMPL_RESTORE 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 SEO_METHOD_IMPL_RESTORE. "Basic submit
SUBMIT SEO_METHOD_IMPL_RESTORE AND RETURN. "Return to original report after report execution complete
SUBMIT SEO_METHOD_IMPL_RESTORE 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 a Version of a Method Implementatino (LIMU METH)
Text Symbol: 002 = Rept version:
Text Symbol: 003 = Display
Text Symbol: INC = Method implementation


INCLUDES used within this REPORT SEO_METHOD_IMPL_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:

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' EXCEPTIONS nok = 1.

SVRS_GET_VERSION_METH_40 call function 'SVRS_GET_VERSION_METH_40' EXPORTING object_name = methodname 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_method 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_method 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_method 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 = mtdkey object_class = seok_limu_method 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 = mtdkey object_class = seok_limu_method suppress_language_check = 'X' suppress_extend_dialog = 'X' EXCEPTIONS others = 1.

RS_CORR_INSERT call function 'RS_CORR_INSERT' EXPORTING global_lock = ' ' object = mtdkey object_class = seok_limu_method korrnum = corrnr extend = extend_mod IMPORTING korrnum = corrnr EXCEPTIONS cancelled = 1 permission_failure = 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 SEO_METHOD_IMPL_RESTORE or its description.