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

RSCMSDLL SAP ABAP Report - Test Program for Archiv-DLL







RSCMSDLL 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 RSCMSDLL 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 RSCMSDLL. "Basic submit
SUBMIT RSCMSDLL AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSDLL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Test Program for Archiv-DLL


INCLUDES used within this REPORT RSCMSDLL

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:

AL_DLL_GET_ATTRIBUTES call function 'AL_DLL_GET_ATTRIBUTES' exporting archive_id = arc_id document_id = doc_id importing error = error errortext = errortext date = date time = time has_note = has_note no_files_of_doc = no_files_of_doc file_len = file_len.

AL_DLL_GET_BYTES call function 'AL_DLL_GET_BYTES' exporting archive_id = arc_id document_id = doc_id no_file = no_fil_1 offset = offset_1 length = length_1 importing error = error errortext = errortext length_read = length_read tables data = tab .

AL_DLL_GET_NOTE call function 'AL_DLL_GET_NOTE' exporting archive_id = arc_id document_id = doc_id offset = offset_2 length = length_2 importing error = error errortext = errortext length_read = length_read tables note = tab .

AL_DLL_GET_TYPE call function 'AL_DLL_GET_TYPE' exporting archive_id = arc_id document_id = doc_id importing error = error errortext = errortext document_type = doc_type.

AL_DLL_GET_DESCR_LINES call function 'AL_DLL_GET_DESCR_LINES' exporting archive_id = arc_id document_id = doc_id pattern = patter_6 IMPORTING LENGTH = length_read ERROR = error ERRORTEXT = errortext tables data = tab.

SCMS_UPLOAD call function 'SCMS_UPLOAD' exporting filename = file_5 importing filesize = length tables data = tab exceptions error = 1 others = 2.

AL_DLL_APPEND_NOTE call function 'AL_DLL_APPEND_NOTE' exporting archive_id = arc_id document_id = doc_id length = length2 importing error = error tables note = tab .

AL_DLL_FREE_SEARCH call function 'AL_DLL_FREE_SEARCH' exporting archive_id = arc_id document_id = doc_id pattern = patter_4 offset = offset_4 forward = forwar_4 match_case = macase_4 col_offset = coloff_4 col_length = collen_4 importing error = error errortext = errortext position = position length = length success = success .

SCMS_DOWNLOAD call function 'SCMS_DOWNLOAD' exporting filename = file filesize = l tables data = tab exceptions error = 1 others = 2.

SCMS_BINARY_TO_XSTRING call function 'SCMS_BINARY_TO_XSTRING' exporting input_length = l importing buffer = xbuf tables binary_tab = tab exceptions others = 0.

SCMS_BIN_TO_TEXT call function 'SCMS_BIN_TO_TEXT' exporting bin_line = x20 importing text_line = c20 exceptions others = 0.



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