SAP Reports / Programs | Cross-Application Components | Document Management System(CA-DMS) SAP CA

DMS_CUST_CHECK01 SAP ABAP Report - Verifying DMS Customizing on frontend







DMS_CUST_CHECK01 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 DMS_CUST_CHECK01 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 DMS_CUST_CHECK01. "Basic submit
SUBMIT DMS_CUST_CHECK01 AND RETURN. "Return to original report after report execution complete
SUBMIT DMS_CUST_CHECK01 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: P_DAPPL = D Application
Selection Text: P_TYP = D Data Carrier Type
Title: Verifying DMS Customizing on frontend
Text Symbol: 001 = Reading data for & ...
Text Symbol: 002 = Checking registry for & ...


INCLUDES used within this REPORT DMS_CUST_CHECK01

INCLUDE: CV_CONSTANTS, .


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:

CV120_GET_FRONTEND_TYPE CALL FUNCTION 'CV120_GET_FRONTEND_TYPE' IMPORTING pfx_frontend_type = ls_frontend-frontend_type pfx_host = ls_frontend-hostname pfx_winsys = ls_frontend-winsys EXCEPTIONS error = 1 no_valid_frontend = 2 OTHERS = 3.

CV120_GET_FRONTEND_TYPE CALL FUNCTION 'CV120_GET_FRONTEND_TYPE' EXPORTING: pf_host = 'DEFAULT' IMPORTING: pfx_frontend_type = lf_def_ftype EXCEPTIONS: error = 1 no_valid_frontend = 2 OTHERS = 3.

CV200_DB_TDWE_SELECT CALL FUNCTION 'CV200_DB_TDWE_SELECT' EXPORTING: pf_typdt = ls_frontend-frontend_type IMPORTING: psx_tdwe = ls_tdwe EXCEPTIONS: not_found = 1.

CV120_DOC_FILE_EXISTENCE_CHECK CALL FUNCTION 'CV120_DOC_FILE_EXISTENCE_CHECK' EXPORTING: pf_file = lf_filep IMPORTING: pfx_exist = lf_exist EXCEPTIONS: error = 1 OTHERS = 2.

CV120_GET_APPL_TYPE CALL FUNCTION 'CV120_GET_APPL_TYPE' EXPORTING pf_dappl = ps_tdwp-dappl pf_apptp = pf_apptp pf_typdt = pf_ftyp IMPORTING pfx_appl_name = lf_appl_name pfx_appl_type = lf_appl_type psx_tdwx = ls_tdwx EXCEPTIONS error = 1 OTHERS = 2.

CV120_GET_APPL_FROM_REGISTRY CALL FUNCTION 'CV120_GET_APPL_FROM_REGISTRY' EXPORTING pf_apptp = pf_apptp pf_file = lf_file IMPORTING pfx_program = lf_program pfx_run_flag = lf_run_flag EXCEPTIONS no_valid_program = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING: percentage = pf_percentage text = lf_text.

CV120_GET_FRONTEND_TYPE CALL FUNCTION 'CV120_GET_FRONTEND_TYPE' IMPORTING: pfx_frontend_type = p_typ EXCEPTIONS: error = 1 no_valid_frontend = 2 OTHERS = 3.



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