SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

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







RSTIR_TEST_OI 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 RSTIR_TEST_OI 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 RSTIR_TEST_OI. "Basic submit
SUBMIT RSTIR_TEST_OI AND RETURN. "Return to original report after report execution complete
SUBMIT RSTIR_TEST_OI 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: RAW_MODE = Raw mode
Selection Text: NEW_SW = Use new software
Selection Text: DOC_ID = Document GUID
Selection Text: COMP_NR = Component no.
Selection Text: CLASS = Document class
Selection Text: A_MODE = Text_as_Stream-mode
Title: CMS: Test-program Office integration


INCLUDES used within this REPORT RSTIR_TEST_OI

INCLUDE RSTIR_TEST_OI_F01.
INCLUDE RSTIR_TEST_OI_O01.


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 = stor_cat * crep_id = crep_id doc_id = doc_id comp_id = comp_id * DOC_PROT = 'rud' signature = signature SECURITY = 'F' http_url_only = http_only dp_url_only = dp_only * UPDATE_URL = ' ' IMPORTING url = url doc_id_out = doc_id EXCEPTIONS DP_NOT_SUPPORTED = 1 HTTP_NOT_SUPPORTED = 2 TREE_NOT_SUPPORTED = 3 NOT_SUPPORTED = 4 ERROR_SIGNATURE = 5 ERROR_PARAMETER = 6 ERROR = 7 OTHERS = 8 .

SCMS_DOC_URL_CREATED CALL FUNCTION 'SCMS_DOC_URL_CREATED' EXPORTING url = url * MANDT = SY-MANDT stor_cat = stor_cat * crep_id = crep_id doc_id = doc_id comp_id = comp_id signature = signature SECURITY = 'F' IMPORTING mimetype = mimetype size = size EXCEPTIONS dp_fail = 1 error = 2 OTHERS = 3 .



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