SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_SMODILOG_DELETE_ORDER_OLD SAP ABAP Report - Delete Log Entries of Modified Objects in an Object List







RS_SMODILOG_DELETE_ORDER_OLD 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_DELETE_ORDER_OLD 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_DELETE_ORDER_OLD. "Basic submit
SUBMIT RS_SMODILOG_DELETE_ORDER_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SMODILOG_DELETE_ORDER_OLD 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: SEL_DATE = Date of Change of
Selection Text: SEL_TRKO = Object List
Selection Text: SEL_USER = Last Changed by
Title: Delete Log Entries of Modified Objects in an Object List
Text Symbol: 026 = Error: Objects do not exist
Text Symbol: 025 = Error: Short object names could not be converted to long object names
Text Symbol: 024 = Error: Objects could not be broken down into sub-objects
Text Symbol: 023 = Error: Objects are original objects in this system
Text Symbol: 022 = Error: No object directory entry exists
Text Symbol: 021 = Error: Syntax of object name in transport request is invalid
Text Symbol: 014 = Subobject (LIMU)
Text Symbol: 013 = Complete Object (TADIR)
Text Symbol: 011 = Log Entries
Text Symbol: 010 = Selection Conditions
Text Symbol: 007 = Result: Objects have not been deleted
Text Symbol: 006 = Preview: Objects will not be deleted
Text Symbol: 004 = Result: Objects in the transport request that have been deleted
Text Symbol: 003 = Preview: Objects in the transport request that are to be deleted
Text Symbol: 031 = Objects have been modified with the Modification Assistant
Text Symbol: 050 = Objects modified or reset to original state
Text Symbol: 043 = Name
Text Symbol: 042 = Type
Text Symbol: 041 = ID
Text Symbol: 037 = Objects are outside the selection ranges for this date and user
Text Symbol: 036 = and lie within the selection ranges for this date and user
Text Symbol: 035 = Objects have been modified without using the Modification Assistant
Text Symbol: 034 = This transport request does not contain any modified objects
Text Symbol: 033 = Unexpected Error
Text Symbol: 032 = or lie outside the selection range for this date or user


INCLUDES used within this REPORT RS_SMODILOG_DELETE_ORDER_OLD

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:

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_result we_tadir = ls_tadir.

SVRS_SHORT2LONG_NAME CALL FUNCTION 'SVRS_SHORT2LONG_NAME' EXPORTING objtype = lv_objtype objname_short = lv_objname IMPORTING objname_long = lv_objname_l EXCEPTIONS OTHERS = 1.

SUMO_CHECK_EXIST CALL FUNCTION 'SUMO_CHECK_EXIST' EXPORTING is_e071 = ls_e071 IMPORTING exist = lv_exist.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = ls_sel_trkorr-low wi_sel_e070 = true wi_sel_e071 = true IMPORTING we_e070 = ls_e070 TABLES wt_e071 = lt_e071 EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

TR_GET_REQUEST_TYPE CALL FUNCTION 'TR_GET_REQUEST_TYPE' EXPORTING iv_pgmid = ls_e071-pgmid iv_object = ls_e071-object iv_obj_name = ls_e071-obj_name IMPORTING ev_request_type = lv_trfunction * EV_TASK_TYPE = * EV_TARSYSTEM = EXCEPTIONS no_request_needed = 1 invalid_object = 2 system_error = 3 OTHERS = 4.

TR_REQUEST_TYPE_TEXT CALL FUNCTION 'TR_REQUEST_TYPE_TEXT' EXPORTING iv_request_type = p_trfunction * IV_REQUEST_STATUS = IMPORTING * EV_REQUEST_TYPE_TEXT = ev_request_type_text_long = sv_request_type_text_long * EV_REQUEST_STATUS_TEXT = .

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = p_suppress_dialog iv_request_types = p_trfunction * IV_CLI_DEP = ' ' iv_request = p_corr_number it_e071 = pt_e071 it_e071k = pt_e071k iv_lock_objects = true iv_title = sv_request_type_text_long * IV_START_COLUMN = 3 * IV_START_ROW = 7 IMPORTING es_request = ls_request EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.

SUMO_RESOLVE_E071_OBJ CALL FUNCTION 'SUMO_RESOLVE_E071_OBJ' EXPORTING e071_obj = ps_e071 TABLES obj_tab = lt_e071 EXCEPTIONS OTHERS = 1.



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