/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
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.
Selection Text: TID = Test ID
Title: Execute Test - Read and Compare
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/XFT/DOC_CMS_TEST_030 - Execute Test - Read and Compare /XFT/DOC_CMS_TEST_030 - Execute Test - Read and Compare /XFT/DOC_CMS_TEST_020 - Execute Test - Storage in Archive /XFT/DOC_CMS_TEST_020 - Execute Test - Storage in Archive /XFT/DOC_CMS_TEST_001 - Test Document Pepository: Generate Test Document /XFT/DOC_CMS_TEST_001 - Test Document Pepository: Generate Test Document