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

RSCMSTHM SAP ABAP Report - CMS: Test mCreate







RSCMSTHM 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 RSCMSTHM 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 RSCMSTHM. "Basic submit
SUBMIT RSCMSTHM AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTHM 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: COMP2_2 = Document2 file2
Selection Text: COMP2_3 = Document2 file3
Selection Text: COMP3_1 = Document3 file1
Selection Text: COMP3_2 = Document3 file2
Selection Text: COMP3_3 = Document3 file3
Selection Text: DIR1 = Document1 directory
Selection Text: ARCHIVE = Repository
Selection Text: COMP1_1 = Document1 file1
Selection Text: COMP1_2 = Document1 file2
Selection Text: COMP1_3 = Document1 file3
Selection Text: COMP2_1 = Document2 file1
Selection Text: MIME2_2 = Document2 MIME type2
Selection Text: MIME2_3 = Document2 MIME type3
Selection Text: MIME3_1 = Document3 MIME type1
Selection Text: MIME3_2 = Document3 MIME type2
Selection Text: MIME3_3 = Document3 MIME type3
Selection Text: RFCDEST = RFC destination
Selection Text: DIR2 = Document2 directory
Selection Text: DIR3 = Document3 directory
Selection Text: MIME1_1 = Document1 MIME type1
Selection Text: MIME1_2 = Document1 MIME type2
Selection Text: MIME1_3 = Document1 MIME type3
Selection Text: MIME2_1 = Document2 MIME type1
Title: CMS: Test mCreate


INCLUDES used within this REPORT RSCMSTHM

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:

SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING UUID = DOCID1.

SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING UUID = DOCID2.

SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING UUID = DOCID3.

SCMS_URL_GENERATE CALL FUNCTION 'SCMS_URL_GENERATE' EXPORTING COMMAND = 'mCreate' * OPERATION = CONTREP = ARCHIVE DOCID = DOCID1 * COMPID = * PATTERN = * NUMRESULTS = -1 * CASESENSIT = * FROMOFFSET = 0 * TOOFFSET = -1 ACCESSMODE = 'c' * RESULTAS = * DURATION = '020000' * SIGNATURE = 'X' * CERTIFICATE = ' ' DOCPROT = 'rucd' SECURITY = SEC IMPORTING ABSOLUTE_URI = URI * EOSTR_SIGNED_DATA_L = * TABLES * ATTR_PATTERN = * IT_OSTR_SIGNED_DATA = EXCEPTIONS ERROR_PARAMETER = 1 ERROR_SIGNATURE = 2 OTHERS = 3 .

HTTP_POST_DOCUMENTS CALL FUNCTION 'HTTP_POST_DOCUMENTS' DESTINATION RFCDEST EXPORTING URI = URI TRACE = 'Y' IMPORTING STATUS = STATUS_CODE ERROR = ERROR_AUX TABLES DOCUMENTS = SD_TARCH .

SCMS_HTTP_INFO CALL FUNCTION 'SCMS_HTTP_INFO' EXPORTING CREP_ID = ARCHIVE DOC_ID = DOCID TABLES COMPS = COMPS EXCEPTIONS ERROR_HTTP = 1 OTHERS = 2.

SCMS_HTTP_DELETE CALL FUNCTION 'SCMS_HTTP_DELETE' EXPORTING CREP_ID = ARCHIVE DOC_ID = DOCID EXCEPTIONS OTHERS = 0.



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