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

RS_SMODILOG_ADD_ORDER_OLD2 SAP ABAP Report - Add Objects from an Object List to Modified Objects







RS_SMODILOG_ADD_ORDER_OLD2 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_ADD_ORDER_OLD2 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_ADD_ORDER_OLD2. "Basic submit
SUBMIT RS_SMODILOG_ADD_ORDER_OLD2 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SMODILOG_ADD_ORDER_OLD2 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: P_USER = "Changed by" : new name
Selection Text: P_TRKORR = Object List
Selection Text: P_MOD_DB = Update or add
Selection Text: P_INS_DB = Add, do not update
Selection Text: P_DISP = Display only
Title: Add Objects from an Object List to Modified Objects
Text Symbol: 103 = Preview: Objects will be added to modified objects or updated
Text Symbol: 043 = Name
Text Symbol: 042 = Type
Text Symbol: 041 = ID
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: Objects with invalid object directory entry
Text Symbol: 014 = Subobject (LIMU)
Text Symbol: 013 = Complete Object (TADIR)
Text Symbol: 010 = Selected transport request contains no objects
Text Symbol: 002 = Log Entries
Text Symbol: 001 = Selection Conditions
Text Symbol: 104 = Result: Objects in transport request have been added to modified objects
Text Symbol: 105 = Result: Objects in transport request have been added to modified objects or updated
Text Symbol: 106 = Preview: Objects have not been added to modified objects
Text Symbol: 107 = Result: Objects have not been added to modified objects
Text Symbol: 108 = Result: Objects in transport request have been added to modified objects or updated
Text Symbol: 134 = No objects found. Check your selection criteria
Text Symbol: 133 = These objects contain the old change date, the old request number, and the name of whoever changed the object.
Text Symbol: 132 = This list includes objects that have already been modified using the Modification Assistant
Text Symbol: 131 = This list includes objects that have already been modified


INCLUDES used within this REPORT RS_SMODILOG_ADD_ORDER_OLD2

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.

SUMO_RESOLVE_E071_OBJ CALL FUNCTION 'SUMO_RESOLVE_E071_OBJ' EXPORTING e071_obj = ls_e071 TABLES obj_tab = lt_e071_2 EXCEPTIONS OTHERS = 1.

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 = p_trkorr wi_sel_e070 = true wi_sel_e071 = true IMPORTING we_e070 = ls_e070 TABLES wt_e071 = gt_e071 EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

CLM_MODIFY_PROT_ONLY CALL FUNCTION 'CLM_MODIFY_PROT_ONLY' TABLES prot_object_list = gt_smodi_log_prot EXCEPTIONS OTHERS = 1.

CLM_INSERT_PROT_ONLY CALL FUNCTION 'CLM_INSERT_PROT_ONLY' TABLES prot_object_list = gt_smodi_log_prot 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_ADD_ORDER_OLD2 or its description.