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

RSCMSTH0 SAP ABAP Report - HTTP interface test using function group SFTP







RSCMSTH0 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 RSCMSTH0 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 RSCMSTH0. "Basic submit
SUBMIT RSCMSTH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTH0 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: C_GET = Test the get command
Selection Text: C_INFO = Test the info command
Selection Text: C_SEARCH = Test the search command
Selection Text: ONE_LINE = Shortened output
Selection Text: RFCDEST = RFC destination for HTTP
Selection Text: ARCHIVE = Repository
Selection Text: COUNT = Number of test runs
Selection Text: C_DELE = Test the delete command
Selection Text: C_DOCGET = Test the docGet command
Title: HTTP interface test using function group SFTP


INCLUDES used within this REPORT RSCMSTH0

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_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'info' contrep = contrep docid = docid compid = compid accessmode = accessmode resultas = resultas security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'get' contrep = contrep docid = docid compid = compid fromoffset = fromoffset tooffset = tooffset accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'docGet' contrep = contrep docid = docid accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'create' contrep = contrep docid = docid compid = compid docprot = 'rud' accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'append' contrep = archive docid = docid compid = compid accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'search' contrep = archive docid = docid compid = compid pattern = pat numresults = num fromoffset = from tooffset = to accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

SCMS_URL_GENERATE call function 'SCMS_URL_GENERATE' exporting command = 'delete' contrep = archive docid = docid compid = compid accessmode = accessmode security = sec importing absolute_uri = uri exceptions error_parameter = 1 error_signature = 2 others = 3.

HTTP2_GET call function 'HTTP2_GET' exporting absolute_uri = uri * REQUEST_ENTITY_BODY_LENGTH = rfc_destination = rfcdest * PROXY = * PROXY_USER = * PROXY_PASSWORD = * USER = * PASSWORD = blankstocrlf = 'X' importing * STATUS_CODE = * STATUS_TEXT = response_entity_body_length = length tables * REQUEST_ENTITY_BODY = response_entity_body = body response_headers = header * REQUEST_HEADERS = exceptions connect_failed = 1 timeout = 2 internal_error = 3 tcpip_error = 4 others = 5.

HTTP2_PUT_COMPONENT call function 'HTTP2_PUT_COMPONENT' exporting absolute_uri = uri rfc_destination = rfcdest * PROXY = * PROXY_USER = * PROXY_PASSWORD = * USER = * PASSWORD = component_length = component_length * IMPORTING * STATUS_CODE = * STATUS_TEXT = * RESPONSE_ENTITY_BODY_LENGTH = tables component_data = data * RESPONSE_ENTITY_BODY = response_headers = header * REQUEST_HEADERS = exceptions connect_failed = 1 timeout = 2 internal_error = 3 tcpip_error = 4 others = 5.

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' importing uuid = suid.

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



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