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

RSCMSTHS SAP ABAP Report - HTTP Interface Test (SAP Content Server)







RSCMSTHS 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 RSCMSTHS 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 RSCMSTHS. "Basic submit
SUBMIT RSCMSTHS AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTHS 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: ARCHIVE = Repository
Title: HTTP Interface Test (SAP Content Server)


INCLUDES used within this REPORT RSCMSTHS

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:

SCMS_URL_INFO_GET call function 'SCMS_URL_INFO_GET' exporting * MANDT = SY-MANDT * COMMAND = ' ' * SIGNATURE = 'X' security = 'B' * USE_LOCATION = 'A' * LOCATION = ' ' * CACHE_TO_USE = * NO_CACHE = ' ' changing contrep = archive http_serv = l_crep-http_serv http_scrpt = l_crep-http_scrpt http_sport = l_crep-http_sport http_port = l_crep-http_port version = l_crep-version * EXCEPTIONS * ERROR_PARAMETER = 1 * ERROR_SIGNATURE = 2 * OTHERS = 3 .

SCMS_HTTP_SERVER_INFO call function 'SCMS_HTTP_SERVER_INFO' exporting crep_id = archive importing server_status = server_status server_vendor = server_vendor server_version = server_version server_build = server_build server_time = server_time server_date = server_date server_status_description = server_status_description server_pversion = server_pversion contrep_description = contrep_description contrep_status = contrep_status contrep_status_description = contrep_status_description exceptions error_http = 1 others = 2.

SCMS_HTTP_ADMIN_CERT_GET call function 'SCMS_HTTP_ADMIN_CERT_GET' exporting contrep = archive * HTTP_SERV = * HTTP_SCRPT = * HTTP_PORT = * HTTP_SPORT = * VERSION = * SECURITY = 'B' * NEW_CERTS = 'X' * FRONTEND = * USER = * PASSWORD = * SIGNATURE = 'X' tables certs = certs EXCEPTIONS ERROR_HTTP = 1 OTHERS = 2 .

SCMS_HTTP_ADMIN_STAT_GET call function 'SCMS_HTTP_ADMIN_STAT_GET' exporting * COMMAND = 'adminContRep' http_serv = l_crep-http_serv http_port = l_crep-http_port http_sport = l_crep-http_sport http_scrpt = l_crep-http_scrpt version = l_crep-version * SECURITY = * FRONTEND = * USER = * PASSWORD = * NO_LOG = ' ' * SIGNATURE = 'X' tables status = status EXCEPTIONS ERROR_HTTP = 1 OTHERS = 2 .

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

SX_MESSAGE_TEXT_BUILD call function 'SX_MESSAGE_TEXT_BUILD' exporting msgid = sy-msgid msgnr = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 importing message_text_output = message_text.

SCMS_TEXT_TO_BINARY call function 'SCMS_TEXT_TO_BINARY' * EXPORTING * FIRST_LINE = 0 * LAST_LINE = 0 * APPEND_TO_TABLE = ' ' * MIMETYPE = ' ' importing output_length = comp-size tables text_tab = text_tab binary_tab = comp-bin exceptions others = 1 .



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