CTS_CUST_DEVCLASS_MAINTAIN 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 CTS_CUST_DEVCLASS_MAINTAIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CUS_ORIGLANG - Original Languages in Customizing
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.
Title: Maintain Package of Customizing Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_AUTHORITY_CHECK_DISPLAY CALL FUNCTION 'TR_AUTHORITY_CHECK_DISPLAY' EXCEPTIONS e_no_authority = 1.
TR_ORIG_TABDIRDEVC_MAINTAIN CALL FUNCTION 'TR_ORIG_TABDIRDEVC_MAINTAIN' EXPORTING iv_tabname = tabname iv_viewname = viewname EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CTS_CUST_DEVCLASS_MAINTAIN - Maintain Package of Customizing Objects CTS_CUST_DEVCLASS_MAINTAIN - Maintain Package of Customizing Objects CTS_ANALYSE_ORIGLANG_OF_TEXTS - Analyze Texts in Text Table CTS_ANALYSE_ORIGLANG_OF_TEXTS - Analyze Texts in Text Table CTS_ADD_REQUEST2COLLECTION_TOP - CTSADDREQUEST2COLLECTIONTOP CTS_ADD_REQUEST2COLLECTION - Program CTS_ADD_REQUEST_TO_COLLECTION