SAP ABAP Class CL_TWB_COMPONENT_BM (Component of Local Application Component Hierarchy)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-ORG (Application Component) Test Organizer
     S_TWB (Package) Test Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TWB_COMPONENT_ TWB Component Interface 20100109
Properties
Class CL_TWB_COMPONENT_BM  
Short Description Component of Local Application Component Hierarchy    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_TWB   Test Workbench 
Created 20100109   SAP 
Last change 20110908   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)
2 IF_TWB_COMPONENT_ Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_TWB_COMPONENT_ TWB Component Interface 20100109
Friends
Class CL_TWB_COMPONENT_BM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DATA Instance attribute Private Type reference (TYPE) TY_DATA 20100109
2 MS_FROM_DB Instance attribute Private Type reference (TYPE) TY_FROM_DB 20100109
3 MV_HIER_ROOT_STRUCT_ID Static Attribute Private Type reference (TYPE) TY_HIER_ROOT_STRUCT_ID 20100109
4 MV_KEY Instance attribute Private Type reference (TYPE) TY_KEY 20100109
5 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SYLANGU 20100109
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20100109
2 CREATE Static method Public Method 20100109
3 GET_COMPONENT Instance method Private Method 20100109
4 GET_COMP_ID Instance method Private Method 20100109
5 GET_DATA_DB Static method Private Method 20100109
6 GET_TEXT Instance method Private Method 20100109
7 QUERY Static method Public Method 20100109
8 QUERY_F4 Static method Public Method 20100109
9 RETRIEVE_HIER_ROOT_STRUCT_ID Static method Public Method 20100109
10 SET_COMP_ID Instance method Private Method 20100109
11 SET_LANGUAGE Instance method Private Method 20100109
Events
Class CL_TWB_COMPONENT_BM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COMP_ID Private Attribute reference (LIKE) 20100109
2 TY_DATA Private Type reference (TYPE) BMCOMP 20100109
3 TY_FROM_DB Private See coding 20100109 BEGIN OF ty_from_db, data TYPE abap_bool, END OF ty_from_db
4 TY_HIER_ROOT_STRUCT_ID Private Attribute reference (LIKE) 20100109
5 TY_KEY Private Attribute reference (LIKE) 20100109
6 TY_TEXT Private Attribute reference (LIKE) 20100109
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) TY_KEY 20100109
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) IF_TWB_COMPONENT_=>TY_KEY 20100109
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
3 Returning RO_COMPONENT Value transfer Object reference (TYPE REF TO) IF_TWB_COMPONENT_ 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEY Value transfer Type reference (TYPE) TY_KEY 20100109

Method GET_COMPONENT on class CL_TWB_COMPONENT_BM has no exception.

Method GET_COMP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COMP_ID Value transfer Type reference (TYPE) TY_COMP_ID 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method GET_DATA_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) TY_KEY 20100109
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
3 Returning RS_DATA Value transfer Type reference (TYPE) TY_DATA 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) IF_TWB_COMPONENT_=>TY_KEY 20100109
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
3 Returning RO_COMPONENT Value transfer Object reference (TYPE REF TO) IF_TWB_COMPONENT_ 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method QUERY_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_TWB_COMPONENT_ 20100109
2 Exporting EV_KEY Call by reference Type reference (TYPE) IF_TWB_COMPONENT_=>TY_KEY 20100109
3 Importing IV_DISPLAY_APPLICATIONS Call by reference Type reference (TYPE) ABAP_BOOL 20100109
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
5 Importing IV_ONLY_ACTIVE_AREAS Call by reference Type reference (TYPE) ABAP_BOOL 20100109
6 Importing IV_ONLY_KEY Call by reference Type reference (TYPE) ABAP_BOOL 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method RETRIEVE_HIER_ROOT_STRUCT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HIER_ROOT_STRUCT_ID Value transfer Type reference (TYPE) IF_TWB_COMPONENT_=>TY_HIER_ROOT_STRUCT_ID 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method SET_COMP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_ID Call by reference Type reference (TYPE) TY_COMP_ID 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109

Method SET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20100109
# Exception Resumable Description Created on
1 CX_TWB 20100109
History
Last changed by/on SAP  20110908 
SAP Release Created in 730