RSDS_CHANGE_SRC3DREL 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 RSDS_CHANGE_SRC3DREL 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: CSTYPE = Release Type
Selection Text: CSVERS = Release
Selection Text: DELETE = Delete Old Content
Selection Text: LOGSYS = Source System
Title: Conversion of External System Type and External System Release
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = logsys i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_srctype = l_srctype EXCEPTIONS OTHERS = 0.
RSDS_DATASOURCE_DELETE CALL FUNCTION 'RSDS_DATASOURCE_DELETE' EXPORTING i_datasource = l_s_ds-datasource i_logsys = l_s_ds-logsys i_objvers = rs_c_objvers-delivery i_no_enqueue = rs_c_false i_no_authority = rs_c_false EXCEPTIONS failed = 1 OTHERS = 2.
RS_TR_WRITE_OBJECTS_TO_REQUEST CALL FUNCTION 'RS_TR_WRITE_OBJECTS_TO_REQUEST' EXPORTING i_t_tr_object = l_t_tr_object IMPORTING e_subrc = l_subrc e_t_msg = l_t_msg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDS_CHANGE_SRC3DREL - Conversion of External System Type and External System Release RSDS_CHANGE_SRC3DREL - Conversion of External System Type and External System Release RSDS_BP_TTLWP - Passive Data Supplier: Background services RSDS_BP_TTLWP - Passive Data Supplier: Background services RSDS_BP_FREEWP - Passive Data Supplier: Background services RSDS_BP_FREEWP - Passive Data Supplier: Background services