SAP Reports / Programs

RSO_COPY_TO_D_VERSION SAP ABAP Report - RSOCOPYTODVERSION







RSO_COPY_TO_D_VERSION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If objects have not been copied into the D version, or have been incompletely copied, you can use this report to copy all or selected objects of an object type into the delivery version again...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSO_COPY_TO_D_VERSION 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 RSO_COPY_TO_D_VERSION. "Basic submit
SUBMIT RSO_COPY_TO_D_VERSION AND RETURN. "Return to original report after report execution complete
SUBMIT RSO_COPY_TO_D_VERSION 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: TRANSP = Transport Objects W/O Errors
Selection Text: SO_OBJNM = D .
Selection Text: TLOGO = D .
Text Symbol: 001 = Objects Specified Below are Copied to Delivery Version
Text Symbol: 002 = Object Selection
Text Symbol: 003 = Transport
Text Symbol: 014 = Log
Text Symbol: 017 = Display Logs


INCLUDES used within this REPORT RSO_COPY_TO_D_VERSION

INCLUDE MRSDOM01.


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:

RS_EXCEPTION_MSG_DIALOG CALL FUNCTION 'RS_EXCEPTION_MSG_DIALOG' EXPORTING i_r_exception = g_rx i_msgty = rs_c_info.

RS_TR_AFTER_SAVE_ACT_DEL CALL FUNCTION 'RS_TR_AFTER_SAVE_ACT_DEL' EXPORTING i_t_tr_object = g_t_tr_object * I_TS_CTO_ADDITIONAL = IMPORTING e_subrc = g_subrc e_t_e071_error = g_t_tr_object_error e_t_msg = g_t_msg.

RS_TR_WRITE_OBJECTS_TO_REQUEST CALL FUNCTION 'RS_TR_WRITE_OBJECTS_TO_REQUEST' EXPORTING i_t_tr_object = g_t_tr_object * I_TS_CTO_ADDITIONAL = IMPORTING e_t_msg = g_t_msg_tmp e_subrc = g_subrc.

RSDG_WRITE_PROTOCOL CALL FUNCTION 'RSDG_WRITE_PROTOCOL' EXPORTING i_object = c_prot_object i_subobject = c_prot_subobject i_extnum = c_prot_extnumber i_t_msg = g_t_msg i_show_protocol = rs_c_true i_show_as_popup = rs_c_false EXCEPTIONS internal_error = 0.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.



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