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

RSCMSTOI SAP ABAP Report - CMS: Test-program Office integration







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


Text pool values


Title: CMS: Test-program Office integration


INCLUDES used within this REPORT RSCMSTOI

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_CREATE CALL FUNCTION 'SCMS_DOC_URL_CREATE' EXPORTING * MANDT = SY-MANDT STOR_CAT = SPACE CREP_ID = CREP_ID DOC_ID = DOC_ID COMP_ID = COMP_ID * DOC_PROT = 'rud' SIGNATURE = SIGNATURE SECURITY = SECURITY HTTP_URL_ONLY = HTTP_ONLY DP_URL_ONLY = DP_ONLY * UPDATE_URL = ' ' IMPORTING URL = URL DOC_ID_OUT = DOC_ID EXCEPTIONS OTHERS = 1 .

SCMS_DOC_URL_CREATED CALL FUNCTION 'SCMS_DOC_URL_CREATED' EXPORTING URL = URL * MANDT = SY-MANDT STOR_CAT = SPACE CREP_ID = CREP_ID DOC_ID = DOC_ID COMP_ID = COMP_ID SIGNATURE = SIGNATURE * SECURITY = ' ' IMPORTING MIMETYPE = MIMETYPE * SIZE = EXCEPTIONS OTHERS = 1 .

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 = SIGNATURE SECURITY = SECURITY * USE_LOCATION = ' ' * LOCATION = ' ' HTTP_URL_ONLY = HTTP_ONLY DP_URL_ONLY = DP_ONLY * LIFETIME = ' ' * SYNC_URLS = 'X' IMPORTING URL = URL EXCEPTIONS ERROR_CONFIG = 1 ERROR_PARAMETER = 2 HTTP_NOT_SUPPORTED = 3 DOCGET_NOT_SUPPORTED = 4 NOT_ACCESSABLE = 5 DATA_PROVIDER_ERROR = 6 TREE_NOT_SUPPORTED = 7 NOT_SUPPORTED = 8 OTHERS = 9 .

SCMS_DOC_INFO CALL FUNCTION 'SCMS_DOC_INFO' EXPORTING * MANDT = SY-MANDT STOR_CAT = SPACE CREP_ID = CREP_ID DOC_ID = DOC_ID SIGNATURE = SIGNATURE * SECURITY = ' ' * IMPORTING * CREA_TIME = * CREA_DATE = * CHNG_TIME = * CHNG_DATE = TABLES COMPS = COMPS EXCEPTIONS ERROR = 1 ERROR_CONFIG = 2 NOT_FOUND = 3 ERROR_PARAMETER = 4 OTHERS = 5 .



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