SAP ABAP Class CL_SALV_BS_MODEL_TABLE (CL_SALV_BS_MODEL_TABLE)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_BS_CONFIG (Package) Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_BS_MODEL 20060530
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_COLUMN 20060530
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_COLUMNS 20060530
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_DATA if_salv_bs_model_data 20071011
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_EOL 20060530
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_EXPORT 20060801
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD 20060530
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELDS 20060530
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD_AGGR 20060614
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD_FILTER 20060614
... Click here to see Used By full list (2 items)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_EX_MODEL_TABLE 20060530
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_MODEL_TABLE 20090319
Properties
Class CL_SALV_BS_MODEL_TABLE  
Short Description CL_SALV_BS_MODEL_TABLE    
Super Class CL_SALV_BS_MODEL  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_BS_CONFIG   Configuration 
Created 20060530   SAP 
Last change 20130531   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_SALV_BS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_BS_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SALV_BS_T_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_SALV_WD_C_STD_FUNCTIONS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_BS_MODEL_COLUMN 20060530
2 IF_SALV_BS_MODEL_COLUMNS 20060530
3 IF_SALV_BS_MODEL_DATA if_salv_bs_model_data 20071011
4 IF_SALV_BS_MODEL_EOL 20060530
5 IF_SALV_BS_MODEL_EXPORT 20060801
6 IF_SALV_BS_MODEL_FIELD 20060530
7 IF_SALV_BS_MODEL_FIELDS 20060530
8 IF_SALV_BS_MODEL_FIELD_AGGR 20060614
9 IF_SALV_BS_MODEL_FIELD_FILTER 20060614
10 IF_SALV_BS_MODEL_FIELD_SORT 20060614
11 IF_SALV_BS_MODEL_TABLE IF_SALV_BS_MODEL_TABLE 20080227
12 IF_SALV_BS_MODEL_TABLE_SETTING 20060530
13 IF_SALV_BS_MODEL_TOL 20060530
Friends
Class CL_SALV_BS_MODEL_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BEX_ANALYZER_AVAILABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060804
2 BEX_ANALYZER_VISIBLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070601
3 BROADCASTING_AVAILABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060727
4 CR_ALLOWED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090225
5 DATA_UPDATED_FROM_CM Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080227
6 DEFAULT_COLUMNS_CREATED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070511
7 DEFAULT_CREATED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060530
8 DEFAULT_FIELDS_CREATED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070511
9 JAVA_AVAILABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060731
10 WEB_ANALYZER_AVAILABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060922
11 WEB_ANALYZER_VISIBLE Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070601
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20060608
2 CREATE_DEFAULT_COLUMN Instance method Protected Method Create Default Column 20061116
3 CREATE_DEFAULT_FIELD Instance method Protected Method Create Default Field 20061116
4 SET_DEFAULT_CM_TABLE Instance method Public Method Set Default Configuration Model Table 20080227
5 SET_DEFAULT_COLUMNS Instance method Protected Method Set Default Columns 20060530
6 SET_DEFAULT_COLUMN_EDITOR Instance method Protected Method Set Default Column Editor 20060530
7 SET_DEFAULT_COLUMN_HEADER Instance method Public Method Set Default Column Header 20060530
8 SET_DEFAULT_FIELDS Instance method Protected Method Set Default Fields 20060530
9 UPDATE_DATA_FROM_CM Instance method Public Method Update Data from Configuration Model 20080227
Events
Class CL_SALV_BS_MODEL_TABLE has no event.
Types
Class CL_SALV_BS_MODEL_TABLE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20060608
2 Importing R_DATA Call by reference Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE DataController 20060608

Method CONSTRUCTOR on class CL_SALV_BS_MODEL_TABLE has no exception.

Method CREATE_DEFAULT_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20081009
2 Importing POSITION Call by reference Type reference (TYPE) I 20061116
3 Importing S_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE 20061116

Method CREATE_DEFAULT_COLUMN on class CL_SALV_BS_MODEL_TABLE has no exception.

Method CREATE_DEFAULT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE 20061116

Method CREATE_DEFAULT_FIELD on class CL_SALV_BS_MODEL_TABLE has no exception.

Method SET_DEFAULT_CM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_COLUMNS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080227
2 Importing DEFAULT_FIELDS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080227

Method SET_DEFAULT_CM_TABLE on class CL_SALV_BS_MODEL_TABLE has no exception.

Method SET_DEFAULT_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>T_TYPE_ATTRIBUTE 20060530

Method SET_DEFAULT_COLUMNS on class CL_SALV_BS_MODEL_TABLE has no exception.

Method SET_DEFAULT_COLUMN_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20060530
2 Importing S_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE 20060530

Method SET_DEFAULT_COLUMN_EDITOR on class CL_SALV_BS_MODEL_TABLE has no exception.

Method SET_DEFAULT_COLUMN_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) STRING 20060530

Method SET_DEFAULT_COLUMN_HEADER on class CL_SALV_BS_MODEL_TABLE has no exception.

Method SET_DEFAULT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_ATTRIBUTE Call by reference Type reference (TYPE) IF_SALV_BS_T_DATA=>T_TYPE_ATTRIBUTE 20060530

Method SET_DEFAULT_FIELDS on class CL_SALV_BS_MODEL_TABLE has no exception.

Method UPDATE_DATA_FROM_CM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UPDATE_CONVEXITS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080227
2 Importing UPDATE_DECIMALS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090922
3 Importing UPDATE_OUTPUT_STYLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090922
4 Importing UPDATE_REFERENCES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080227

Method UPDATE_DATA_FROM_CM on class CL_SALV_BS_MODEL_TABLE has no exception.
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_BS_MODEL 20060530
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_COLUMN 20060530
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_COLUMNS 20060530
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_DATA if_salv_bs_model_data 20071011
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_EOL 20060530
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_EXPORT 20060801
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD 20060530
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELDS 20060530
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD_AGGR 20060614
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD_FILTER 20060614
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_FIELD_SORT 20060614
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_TABLE IF_SALV_BS_MODEL_TABLE 20080227
13 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_TABLE_SETTING 20060530
14 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_MODEL_TOL 20060530
History
Last changed by/on SAP  20130531 
SAP Release Created in 710