SAP ABAP Class CL_CTS_UI_UTILS (Utilities used in CTS Web Dynpro Applications)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG-PLS (Application Component) Transport Organizer für non-ABAP (CTS+)
     SCTS_WDUI (Package) Web Dynpro UI Layer of SCTS
Properties
Class CL_CTS_UI_UTILS  
Short Description Utilities used in CTS Web Dynpro Applications    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_WDUI   Web Dynpro UI Layer of SCTS 
Created 20090520   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CTS_UI_UTILS has no interface implemented.
Friends
Class CL_CTS_UI_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECT Static Attribute Public Type reference (TYPE) E071-OBJECT Object Type 20100810
2 OBJ_NAME Static Attribute Public Type reference (TYPE) E071-OBJ_NAME Object Name in Object List 20100810
3 PGMID Static Attribute Public Type reference (TYPE) E071-PGMID Program ID in Requests and Tasks 20100810
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_PATTERN Static method Public Method Case (non)sensitive contains pattern 20090520
2 DISPLAY_OBJECT Instance method Public Method Display ABAP Object 20100810
3 FILTER_TABLE Static method Public Method Filter any given table 20090525
4 OPEN_URL Static method Public Method Open a given URL 20091130
Events
Class CL_CTS_UI_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FILTER Public See coding 20090520 begin of ty_filter, field type string, pattern type string, case_sensitive type boolean, end of ty_filter
2 TY_FILTERS Public See coding 20090520 ty_filters type standard table of ty_filter with default key
Method Signatures

Method CONTAINS_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CASE_SENSITIVE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE boolsche Variable (X=true, -=false, space=unknown) 20090520
2 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090520
3 Importing PATTERN Call by reference Type reference (TYPE) STRING Pattern 20090520
4 Importing VALUE Call by reference Type reference (TYPE) ANY Value to check 20090520

Method CONTAINS_PATTERN on class CL_CTS_UI_UTILS has no exception.

Method DISPLAY_OBJECT Signature

Method DISPLAY_OBJECT on class CL_CTS_UI_UTILS has no parameter.
Method DISPLAY_OBJECT on class CL_CTS_UI_UTILS has no exception.

Method FILTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTERS Call by reference Type reference (TYPE) TY_FILTERS 20090525
2 Changing TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20090525
# Exception Resumable Description Created on
1 CX_CTS_UI_UTILS Object list data source exceptions 20090525

Method OPEN_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URL Call by reference Type reference (TYPE) STRING 20091130
# Exception Resumable Description Created on
1 CX_CTS_UI_UTILS CTS WDUI utility exceptions 20091130
History
Last changed by/on SAP  20140121 
SAP Release Created in 702