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

RSCMSTBA SAP ABAP Report - CMS: Test-program byte access







RSCMSTBA 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 RSCMSTBA 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 RSCMSTBA. "Basic submit
SUBMIT RSCMSTBA AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTBA 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: CONTREP = D Content Repository
Selection Text: COUNT = Number
Selection Text: DOCID = Document ID
Title: CMS: Test-program byte access
Text Symbol: 006 = Bytes/sec
Text Symbol: 001 = Mode
Text Symbol: 002 = Size/Bytes
Text Symbol: 003 = Number
Text Symbol: 004 = Total/sec
Text Symbol: 005 = Seconds


INCLUDES used within this REPORT RSCMSTBA

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_AO_STATUS CALL FUNCTION 'SCMS_AO_STATUS' EXPORTING ARC_ID = CONTREP DOC_ID = DOCID IMPORTING * STATUS = DOC_TYPE = DOC_TYPE * ARCH_DATE = * ARCH_TIME = EXCEPTIONS ERROR_HTTP = 1 ERROR_KERNEL = 2 ERROR_ARCHIV = 3 ERROR_CONFIG = 4 OTHERS = 5 .

ARCHIVOBJECT_GET_BYTES CALL FUNCTION 'ARCHIVOBJECT_GET_BYTES' EXPORTING ARCHIV_ID = ARCHIV_ID ARCHIV_DOC_ID = A_DOCID DOCUMENT_TYPE = DOC_TYPE LENGTH = A_BUFSIZE OFFSET = A_OFFSET * MODE = ' ' * SIGNATURE = 'X' * SHIFT_FLAG = ' ' * COMPID = 'data' IMPORTING LENGTH = A_READ * OFFSET = TABLES ARCHIVOBJECT = DOCS EXCEPTIONS ERROR_ARCHIV = 1 ERROR_COMMUNICATIONTABLE = 2 ERROR_KERNEL = 3 OTHERS = 4 .

SCMS_AO_TABLE_GET_BYTES CALL FUNCTION 'SCMS_AO_TABLE_GET_BYTES' EXPORTING ARC_ID = P_REP DOC_ID = P_DOCID OFFSET = P_OFFSET LENGTH = P_BUFSIZE IMPORTING LENGTH = P_READ TABLES DATA = TBL EXCEPTIONS ERROR_HTTP = 1 ERROR_ARCHIV = 2 ERROR_KERNEL = 3 ERROR_CONFIG = 4 OTHERS = 5.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = P TEXT = 'testing...'.



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