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

RSCMSTCO SAP ABAP Report - CMS: Test-program display in control (HTML / image)







RSCMSTCO 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 RSCMSTCO 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 RSCMSTCO. "Basic submit
SUBMIT RSCMSTCO AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTCO 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: COMP_ID = D Component name
Selection Text: CREP_ID = D Content Repository
Selection Text: DOC_ID = Document ID
Selection Text: DP_ONLY = Only DataProvider URLs
Selection Text: HT_ONLY = Only HTTP URLs
Selection Text: IMFLG = Use Image Control
Selection Text: NO_CACHE = Do not use cache
Selection Text: PDF_MODE = OTF-PDF conversion
Selection Text: URL = D URI
Title: CMS: Test-program display in control (HTML / image)


INCLUDES used within this REPORT RSCMSTCO

INCLUDE SCMS_DEFS.


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:

SCMS_DOC_URL_READ CALL FUNCTION 'SCMS_DOC_URL_READ' EXPORTING * MANDT = SY-MANDT STOR_CAT = SPACE CREP_ID = CREP_ID DOC_ID = DOC_ID COMP_ID = COMP_ID SIGNATURE = 'X' DP_URL_ONLY = DP_ONLY HTTP_URL_ONLY = HT_ONLY SECURITY = 'F' LIFETIME = CNDP_LIFETIME_TRANSACTION PDF_MODE = PDF_MODE NO_CACHE = NO_CACHE URL_EXTENTION = EXTENTION IMPORTING URL = URL EXCEPTIONS OTHERS = 1 .

DP_SYNC_URLS CALL FUNCTION 'DP_SYNC_URLS' EXCEPTIONS CNTL_ERROR = 1 CNTL_SYSTEM_ERROR = 2 DP_CREATE_ERROR = 3 DATA_SOURCE_ERROR = 4 DP_SEND_DATA_ERROR = 5 GENERAL_ERROR = 6 OTHERS = 7 .



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