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

RSCMSTAL SAP ABAP Report - Interface Test with Function Group SCMS_AO







RSCMSTAL 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 RSCMSTAL 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 RSCMSTAL. "Basic submit
SUBMIT RSCMSTAL AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSTAL 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: ARC_ID_1 = D Content Repository
Selection Text: ARC_ID_2 = D Content Repository
Title: Interface Test with Function Group SCMS_AO


INCLUDES used within this REPORT RSCMSTAL

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_ARCHIVE_INFO_GET call function 'SCMS_ARCHIVE_INFO_GET' exporting * MANDT = SY-MANDT arc_id = arc_id importing * VERSION = * PROTOCOL = * BASICPATH = * ARCHIVPATH = * SPOOLPATH = * PHYS_BASICPATH = * PHYS_ARCHIVPATH = * CLIENT_DEPENDEND = rep_type = rep_type exceptions error_config = 1 others = 2 .

SCMS_AO_STATUS call function 'SCMS_AO_STATUS' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id * IMPORTING * STATUS = * DOC_TYPE = * ARCH_DATE = * ARCH_TIME = * MIMETYPE = * TABLES * COMPS = exceptions error_http = 1 error_kernel = 2 error_archiv = 3 error_config = 4 others = 5 .

SCMS_AO_TABLE_CREATE call function 'SCMS_AO_TABLE_CREATE' exporting * MANDT = SY-MANDT arc_id = arc_id doc_type = 'BIN' length = len importing doc_id = doc_id tables data = test_data exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_TABLE_UPDATE call function 'SCMS_AO_TABLE_UPDATE' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id comp_id = 'data' doc_type = 'BIN' length = len tables data = test_data exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_TABLE_GET call function 'SCMS_AO_TABLE_GET' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id * COMP_ID = 'data' * IMPORTING * LENGTH = tables data = test_data exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_TABLE_GET_BYTES call function 'SCMS_AO_TABLE_GET_BYTES' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id offset = off length = len * IMPORTING * LENGTH = tables data = ret_data exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_TABLE_APPEND call function 'SCMS_AO_TABLE_APPEND' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id comp_id = 'data' length = len tables data = test_data exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_DELETE call function 'SCMS_AO_DELETE' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_COPY call function 'SCMS_AO_COPY' exporting * SRC_MANDT = SY-MANDT src_arc_id = arc_id src_doc_id = doc_id * DST_MANDT = SY-MANDT dst_arc_id = dst_arc_id importing dst_doc_id = dst_doc_id exceptions error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5 .

SCMS_AO_FILE_GET_FE call function 'SCMS_AO_FILE_GET_FE' exporting * MANDT = SY-MANDT arc_id = arc_id doc_id = doc_id * COMP_ID = 'data' path = path * NO_CACHE = ' ' * OTF_TO_PDF = ' ' exceptions error = 1 others = 2 .

SCMS_AO_FILE_PUT_FE call function 'SCMS_AO_FILE_PUT_FE' exporting * MANDT = SY-MANDT arc_id = arc_id * COMP_ID = 'data' path = path doc_type = doc_type importing doc_id = doc_id exceptions error = 1 others = 2 .

SCMS_FILE_DELETE call function 'SCMS_FILE_DELETE' exporting filename = filename frontend = 'X' exceptions not_found = 1 name_too_long = 2 others = 3.

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' importing uuid = l_uuid.

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.

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



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