SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Content Management Service(BC-SRV-KPR-CMS) SAP BC

RSCMSTRD SAP ABAP Report - Repository Dump







RSCMSTRD 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 RSCMSTRD 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 RSCMSTRD. "Basic submit
SUBMIT RSCMSTRD AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTRD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Repository Dump


INCLUDES used within this REPORT RSCMSTRD

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'getting doidid list ' .

SCMS_DOC_IDLIST call function 'SCMS_DOC_IDLIST' exporting * MANDT = SY-MANDT stor_cat = space crep_id = crep_id tables doclist = doclist exceptions error_config = 1 bad_storage_type = 2 others = 3 .

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'dumping ... '.

SCMS_DOC_INFO call function 'SCMS_DOC_INFO' exporting * MANDT = SY-MANDT stor_cat = space crep_id = crep_id doc_id = doclist * PHIO_ID = * SIGNATURE = 'X' * SECURITY = ' ' * IMPORTING * CREA_TIME = * CREA_DATE = * CHNG_TIME = * CHNG_DATE = * STATUS = tables comps = comps exceptions bad_storage_type = 1 bad_request = 2 unauthorized = 3 not_found = 4 conflict = 5 internal_server_error = 6 error_http = 7 error_signature = 8 error_config = 9 error_hierarchy = 10 error_parameter = 11 error = 12 others = 13 .

SCMS_DOC_READ_FILES call function 'SCMS_DOC_READ_FILES' exporting * MANDT = SY-MANDT stor_cat = space crep_id = crep_id doc_id = doclist * PHIO_ID = path = path frontend = 'X' * SIGNATURE = 'X' * NO_CACHE = ' ' tables comps = comps2 COMP_NAMES = comp_names exceptions bad_storage_type = 1 bad_request = 2 unauthorized = 3 not_found = 4 conflict = 5 internal_server_error = 6 error_http = 7 error_signature = 8 error_config = 9 error_hierarchy = 10 error_download = 11 error_open = 12 error_parameter = 13 error = 14 others = 15 .

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = percent text = 'dumping ... '.



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