SAP Reports / Programs

/XFT/DOC_CMS_TEST_030 SAP ABAP Report - Execute Test - Read and Compare







/XFT/DOC_CMS_TEST_030 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 /XFT/DOC_CMS_TEST_030 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 /XFT/DOC_CMS_TEST_030. "Basic submit
SUBMIT /XFT/DOC_CMS_TEST_030 AND RETURN. "Return to original report after report execution complete
SUBMIT /XFT/DOC_CMS_TEST_030 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: TID = Test ID
Title: Execute Test - Read and Compare


INCLUDES used within this REPORT /XFT/DOC_CMS_TEST_030

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_DOC_READ CALL FUNCTION 'SCMS_DOC_READ' EXPORTING * MANDT = SY-MANDT stor_cat = space crep_id = i_wa_doccms_t01-doc_cms_crep_id doc_id = i_wa_doccms_t01-doc_cms_doc_id * PHIO_ID = * SIGNATURE = 'X' * SECURITY = ' ' * NO_CACHE = ' ' * RAW_MODE = ' ' * IMPORTING * FROM_CACHE = * CREA_TIME = * CREA_DATE = * CHNG_TIME = * CHNG_DATE = * STATUS = * DOC_PROT = TABLES access_info = i_tab_access_info_refdoc * CONTENT_TXT = content_bin = i_tab_content_bin_refdoc EXCEPTIONS bad_storage_type = 1 bad_request = 2 unauthorized = 3 comp_not_found = 4 not_found = 5 forbidden = 6 conflict = 7 internal_server_error = 8 error_http = 9 error_signature = 10 error_config = 11 error_format = 12 error_parameter = 13 error = 14 OTHERS = 15.

SCMS_DOC_READ CALL FUNCTION 'SCMS_DOC_READ' EXPORTING * MANDT = SY-MANDT stor_cat = space crep_id = i_wa_doccms_t21-crea_crep_id doc_id = i_wa_doccms_t21-crea_doc_id * PHIO_ID = * SIGNATURE = 'X' * SECURITY = ' ' * NO_CACHE = ' ' * RAW_MODE = ' ' * IMPORTING * FROM_CACHE = * CREA_TIME = * CREA_DATE = * CHNG_TIME = * CHNG_DATE = * STATUS = * DOC_PROT = TABLES access_info = i_tab_access_info * CONTENT_TXT = content_bin = i_tab_content_bin EXCEPTIONS bad_storage_type = 1 bad_request = 2 unauthorized = 3 comp_not_found = 4 not_found = 5 forbidden = 6 conflict = 7 internal_server_error = 8 error_http = 9 error_signature = 10 error_config = 11 error_format = 12 error_parameter = 13 error = 14 OTHERS = 15.



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 /XFT/DOC_CMS_TEST_030 or its description.