SAP Reports / Programs

RSCMSTRI SAP ABAP Report - CMS: Test program for HTTP interface (info request)







RSCMSTRI 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 RSCMSTRI 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 RSCMSTRI. "Basic submit
SUBMIT RSCMSTRI AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTRI 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: SERVER = Server
Selection Text: SCRIPT = Script
Selection Text: DOCID = Document ID
Selection Text: CONTREP = Repository
Selection Text: COMPID = Component
Title: CMS: Test program for HTTP interface (info request)


INCLUDES used within this REPORT RSCMSTRI

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:

SSF_GET_PARAMETER CALL FUNCTION 'SSF_GET_PARAMETER' EXPORTING MANDT = '000' APPLICATION = 'HTTPCS' IMPORTING SSFTOOLKIT = L_SSFTOOLKIT STR_FORMAT = L_SSFFORMAT EXCEPTIONS SSF_PARAMETER_NOT_FOUND = 1 OTHERS = 2.

SSF_KRN_SIGN_BY_AS CALL FUNCTION 'SSF_KRN_SIGN_BY_AS' EXPORTING ssfmandt = '000' SSFTOOLKIT = L_SSFTOOLKIT STR_FORMAT = L_SSFFORMAT B_DETACHED = 'X' OSTR_INPUT_DATA_L = IOSTR_INPUT_DATA_L IMPORTING OSTR_SIGNED_DATA_L = EOSTR_SIGNED_DATA_L CRC = IT_CRC TABLES OSTR_INPUT_DATA = IT_OSTR_INPUT_DATA OSTR_SIGNED_DATA = IT_OSTR_SIGNED_DATA EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOOP = 2 SSF_KRN_NOMEMORY = 3 SSF_KRN_OPINV = 4 SSF_KRN_NOSSFLIB = 5 SSF_KRN_INPUT_DATA_ERROR = 6 SSF_KRN_INVALID_PAR = 7 SSF_KRN_INVALID_PARLEN = 8 SSF_FB_INPUT_PARAMETER_ERROR = 9 OTHERS = 10.

SCMS_BASE64_ENCODE CALL FUNCTION 'SCMS_BASE64_ENCODE' EXPORTING INPUT = IN INPUT_LENGTH = IN_LEN IMPORTING OUTPUT = OUT EXCEPTIONS OUTPUT_TOO_SMALL = 1 OTHERS = 2.

SYSTEM_CODEPAGE CALL FUNCTION 'SYSTEM_CODEPAGE' IMPORTING CODEPAGE = CODEPAGE.

HTTP2_GET CALL FUNCTION 'HTTP2_GET' EXPORTING ABSOLUTE_URI = ABSOLUTE_URI BLANKSTOCRLF = 'X' IMPORTING STATUS_CODE = STATUS_CODE STATUS_TEXT = STATUS_TEXT * RESPONSE_ENTITY_BODY_LENGTH = TABLES RESPONSE_ENTITY_BODY = RESPONSE_BODY RESPONSE_HEADERS = RESPONSE_HEADERS EXCEPTIONS CONNECT_FAILED = 1 TIMEOUT = 2 INTERNAL_ERROR = 3 TCPIP_ERROR = 4 DATA_ERROR = 5 OTHERS = 6.



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