SAP Reports / Programs | Basis Components | Upgrade - General | SAP Note Assistant(BC-UPG-NA) SAP BC

RS_SMODILOG_FIND_DEL_OBJ SAP ABAP Report - RSSMODILOGFINDDELOBJ







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


Text pool values


Text Symbol: 011 = Complete Object (R3TR)
Text Symbol: 012 = Subobject (LIMU)
Text Symbol: 013 = Type
Text Symbol: 014 = Language
Text Symbol: 021 = No deleted objects found
Text Symbol: 022 = Type (T) = 'T' translation or type (T) = 'B' business add-in (impl.)
Text Symbol: 023 = Translation Language (La)
Text Symbol: 041 = Searching for deleted objects may take several minutes...


INCLUDES used within this REPORT RS_SMODILOG_FIND_DEL_OBJ

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:

SUBST_EXTRACT_NAME_CORE CALL FUNCTION 'SUBST_EXTRACT_NAME_CORE' EXPORTING iv_object = obj_docu iv_obj_name = ls_modified_docu-sub_name IMPORTING ev_namecore = l_namecore ev_namespace = l_namespace.

SUBST_EXTRACT_NAME_CORE CALL FUNCTION 'SUBST_EXTRACT_NAME_CORE' EXPORTING iv_object = obj_docv iv_obj_name = l_obj_name IMPORTING ev_namecore = l_namecore ev_namespace = l_namespace.

SVRS_DISPLAY_VERSION CALL FUNCTION 'SVRS_DISPLAY_VERSION' EXPORTING pgmid = lv_pgmid object = lv_object obj_name = lv_obj_name.

CLM_SMODILOG_TOOL_ACCESS * CALL FUNCTION 'CLM_SMODILOG_TOOL_ACCESS' * EXPORTING * modi_object = ls_modi_object.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_percentage text = text-041.

SCWG_TOOLFLAG_SET CALL FUNCTION 'SCWG_TOOLFLAG_SET'.

TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_order = corr_number wi_with_dialog = with_dialog * WI_OBJ_CATEGOGY_MIX = 'X' * WI_SEND_MESSAGE = 'X' * do not show display button iv_no_show_option = true IMPORTING we_order = corr_number * WE_TASK = * WE_OBJECTS_APPENDABLE = * EV_ERRNUM = * EV_OBJECT_UNLOCKED = TABLES wt_e071 = l_e071 wt_e071k = l_e071k * WT_TADIR = EXCEPTIONS cancel_edit_append_error_keys = 1 cancel_edit_append_error_objct = 2 cancel_edit_append_error_order = 3 cancel_edit_but_se01 = 4 cancel_edit_no_header_object = 5 cancel_edit_no_order_selected = 6 cancel_edit_repaired_object = 7 cancel_edit_system_error = 8 cancel_edit_tadir_missing = 9 cancel_edit_tadir_update_error = 10 cancel_edit_unknown_devclass = 11 cancel_edit_unknown_objecttype = 12 show_only_closed_system = 13 show_only_consolidation_level = 14 show_only_ddic_in_customer_sys = 15 show_only_delivery_system = 16 show_only_different_ordertypes = 17 show_only_different_tasktypes = 18 show_only_enqueue_failed = 19 show_only_generated_object = 20 show_only_ill_lock = 21 show_only_lock_enqueue_failed = 22 show_only_mixed_orders = 23 show_only_mix_local_transp_obj = 24 show_only_no_shared_repair = 25 show_only_object_locked = 26 show_only_repaired_object = 27 show_only_show_client = 28 show_only_tadir_missing = 29 show_only_unknown_devclass = 30 cancel_edit_no_check_call = 31 cancel_edit_category_mixture = 32 show_only_closed_client = 33 show_only_closed_ale_object = 34 show_only_unallowed_superuser = 35 cancel_edit_custom_obj_at_sap = 36 cancel_edit_access_denied = 37 show_only_no_repair_system = 38 show_only_no_license = 39 show_only_central_basis = 40 show_only_user_after_error = 41 cancel_edit_user_after_error = 42 show_only_object_not_patchable = 43 OTHERS = 44.

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'.



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