SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Metadata (Repository)(BW-WHM-MTD) SAP BW

RSOD_CTO SAP ABAP Report - Writing Documents to Requests







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


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 RSOD_CTO. "Basic submit
SUBMIT RSOD_CTO AND RETURN. "Return to original report after report execution complete
SUBMIT RSOD_CTO 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: 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


INCLUDES used within this REPORT RSOD_CTO

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_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.



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