RSOD_CTO 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 RSOD_CTO 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.
Selection Text: X_MAST = Edit master data document?
Selection Text: X_META = Edit metadata document?
Selection Text: X_TRAN = Edit InfoProvider document?
Selection Text: CHANM = D .
Selection Text: CHAVL = D .
Selection Text: INFOPROV = D .
Selection Text: OBJNM = D .
Selection Text: SO_NAME = D .
Selection Text: SO_TEXT = D .
Selection Text: TLOGO = D .
Title: Writing Documents to Requests
Text Symbol: 001 = Documents for InfoProvider Data
Text Symbol: 002 = Documents for Master Data
Text Symbol: 003 = Documents for Metadata
Text Symbol: 004 = Restrictions: Only Consider Following Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = rs_c_false iv_request_types = 'KW' "T transport of copies does not work IMPORTING es_request = l_s_request_header EXCEPTIONS invalid_request = 2 invalid_request_type = 2 user_not_owner = 2 no_objects_appended = 2 enqueue_error = 2 cancelled_by_user = 4 recursive_call = 2.
TR_RECORD_OBJ_CHANGE_TO_REQ CALL FUNCTION 'TR_RECORD_OBJ_CHANGE_TO_REQ' EXPORTING iv_request = l_s_request_header-trkorr it_objects = g_t_object * IT_KEYS = * IMPORTING * ev_no_recording = l_no_recording EXCEPTIONS cancel = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSOD_CTO - Writing Documents to Requests RSOD_CTO - Writing Documents to Requests RSOD_CHECK_FOLDER - Report RSOD_CHECK_FOLDER RSOD_CHECK_FOLDER - Report RSOD_CHECK_FOLDER RSOD_BUILD_META_DOCU_DELTA - BW Documents Indexing (with Docu. Generation) RSOD_BUILD_META_DOCU_DELTA - BW Documents Indexing (with Docu. Generation)