SAP ABAP Class CL_ADT_DEV_UTIL (Various helper functions for ADT development)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_TOOLS_CORE (Package) ADT Tools Core
Properties
Class CL_ADT_DEV_UTIL  
Short Description Various helper functions for ADT development    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADT_TOOLS_CORE   ADT Tools Core 
Created 20100813   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_DEV_UTIL has no forward declaration.
Interfaces
Class CL_ADT_DEV_UTIL has no interface implemented.
Friends
Class CL_ADT_DEV_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PARAM_ADT_REST_URI_FORMAT Constant Public Type reference (TYPE) MEMORYID 'ADT_REST_URI_FORMAT' Set/Get parameter ID 20100813
2 CO_TODO_FIX Constant Public Type reference (TYPE) TYPE_TODO_CATEGORY 1 TODO: Fix defect 20100813
3 CO_TODO_IMPLEMENT Constant Public Type reference (TYPE) TYPE_TODO_CATEGORY 2 TODO: Add implementation 20100813
4 CO_TODO_REFACTOR Constant Public Type reference (TYPE) TYPE_TODO_CATEGORY 3 TODO: Refactoring 20100813
Methods
# Method Level Visibility Method type Description Created on
1 IS_DEV_SYSTEM Static method Public Method Is the current system a development system? 20110720
2 IS_PARAM_ACTIVE Static method Public Method Is the specified set/get parameter activated? 20100813
3 TODO Static method Public Method TODO marker which can be found via where used 20100813
Events
Class CL_ADT_DEV_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_TODO_CATEGORY Public Type reference (TYPE) I TODO category 20100813
Method Signatures

Method IS_DEV_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110720

Method IS_DEV_SYSTEM on class CL_ADT_DEV_UTIL has no exception.

Method IS_PARAM_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM_ID Call by reference Type reference (TYPE) MEMORYID Set/Get parameter ID 20100813
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100813

Method IS_PARAM_ACTIVE on class CL_ADT_DEV_UTIL has no exception.

Method TODO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) TYPE_TODO_CATEGORY TODO category 20100813
2 Importing DATE Call by reference Type reference (TYPE) SYDATUM Date in DATS format (YYYYMMDD) 20100813
3 Importing DESCRIPTION Call by reference Type reference (TYPE) CSEQUENCE Textual description of issue 20100813
4 Importing USER Call by reference Type reference (TYPE) SYUNAME User Name in SY-UNAME format 20100813

Method TODO on class CL_ADT_DEV_UTIL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800