SAP Reports / Programs

RSDS_TEST_TRANSP_AND_CONTENT SAP ABAP Report - Test of Transport Postprocessing and Content Activation







RSDS_TEST_TRANSP_AND_CONTENT 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_TEST_TRANSP_AND_CONTENT 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 RSDS_TEST_TRANSP_AND_CONTENT. "Basic submit
SUBMIT RSDS_TEST_TRANSP_AND_CONTENT AND RETURN. "Return to original report after report execution complete
SUBMIT RSDS_TEST_TRANSP_AND_CONTENT 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: DS = Original Data Source
Selection Text: DS_NEW = Target Data Source Name (Copy)
Selection Text: QS = Original Source systm
Selection Text: QS_NEW = Target Source System (Opt.)
Selection Text: TESTCONT = Test Content Not Transport
Selection Text: TESTCREA = Test Object Generation
Selection Text: TESTDELE = Test Deletion Transport
Selection Text: TYPE = Data Type (If Original DS New)
Title: Test of Transport Postprocessing and Content Activation
Text Symbol: 001 = @35@ Help


INCLUDES used within this REPORT RSDS_TEST_TRANSP_AND_CONTENT

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:

RSPC_SHOW_DOCUMENTATION CALL FUNCTION 'RSPC_SHOW_DOCUMENTATION' EXPORTING i_docu_type = 'TX' i_docu_obj = 'RSDS_TEST_TP_CONT' EXCEPTIONS failed = 1 OTHERS = 2.

RSDS_DATASOURCE_SINGLE_GET CALL FUNCTION 'RSDS_DATASOURCE_SINGLE_GET' EXPORTING i_datasource = ds i_logsys = qs i_objvers = rs_c_objvers-active i_old_ds = rs_c_false i_new_ds = rs_c_true i_target_name = ds_new i_target_objvers = 'T' IMPORTING e_s_ds = g_s_ds e_t_dst = g_t_dst e_t_dsseg = g_t_dsseg e_t_dssegt = g_t_dssegt e_t_dssegfd = g_t_dssegfd e_t_dssegfdt = g_t_dssegfdt e_t_dsaccessattr = g_t_dsaccessattr EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

RSDS_DATASOURCE_DELETE CALL FUNCTION 'RSDS_DATASOURCE_DELETE' EXPORTING i_datasource = ds_new i_logsys = qs_new i_objvers = '%' EXCEPTIONS failed = 1 OTHERS = 2.

RSDS_DATASOURCE_SAVE CALL FUNCTION 'RSDS_DATASOURCE_SAVE' EXPORTING i_t_dst = g_t_dst i_t_dsseg = g_t_dsseg i_t_dssegt = g_t_dssegt i_t_dssegfd = g_t_dssegfd i_t_dssegfdt = g_t_dssegfdt i_t_dsaccessattr = g_t_dsaccessattr CHANGING c_s_ds = g_s_ds EXCEPTIONS failed = 1 OTHERS = 2.

RS_RSDS_AFTER_IMPORT CALL FUNCTION 'RS_RSDS_AFTER_IMPORT' EXPORTING i_delete = g_del IMPORTING e_t_tr_prot = g_t_prot TABLES i_t_e071 = g_t_e071.

RS_SHDS_AFTER_IMPORT CALL FUNCTION 'RS_SHDS_AFTER_IMPORT' EXPORTING iv_is_upgrade = rs_c_true IMPORTING e_t_tr_prot = g_t_prot TABLES tt_e071 = g_t_e071.



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