SAP ABAP Class CL_BSP_DLC_CONFIG_TABLE (CL_BSP_DLC_CONFIG_BASE)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_CONFIG_TOOLS2_CORE (Package) Config Tools Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_DLC_CONFIG_BASE Configuration Base 20070711
Properties
Class CL_BSP_DLC_CONFIG_TABLE  
Short Description CL_BSP_DLC_CONFIG_BASE    
Super Class CL_BSP_DLC_CONFIG_BASE Configuration Base 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TOOLS2_CORE   Config Tools Core 
Created 20070711   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)
Interfaces
Class CL_BSP_DLC_CONFIG_TABLE has no interface implemented.
Friends
Class CL_BSP_DLC_CONFIG_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLS_CONFIG Instance attribute Private Type reference (TYPE) BSP_DLC_COLUMN_DESCR_TAB Columns in Configuration 20070711
2 COLS_CONFIG_BEFORE Instance attribute Private Type reference (TYPE) BSP_DLC_COLUMN_DESCR_TAB Columns in Configuration 20071012
3 COL_SEL_INDEX Instance attribute Private Type reference (TYPE) I Index 20080424
4 COL_SET_SEL_INDEX Instance attribute Private Type reference (TYPE) I Index 20080424
5 C_TABLE_NAV_MODE_BOTH Constant Public Type reference (TYPE) BSP_DLC_PAGE_SCROLL_MODE 'B' Paging or Scrolling for Table Configuration/Personalization 20100630
6 C_TABLE_NAV_MODE_PAGING Constant Public Type reference (TYPE) BSP_DLC_PAGE_SCROLL_MODE 'P' Paging or Scrolling for Table Configuration/Personalization 20100630
7 C_TABLE_NAV_MODE_SCROLLING Constant Public Type reference (TYPE) BSP_DLC_PAGE_SCROLL_MODE 'S' Paging or Scrolling for Table Configuration/Personalization 20100630
8 TABLE_ATTRIBUTES Instance attribute Private Type reference (TYPE) BSP_DLC_TABHEAD_DESRC Visible rows / scrolling 20070711
9 TABLE_ATTRIBUTES_BEFORE Instance attribute Private Type reference (TYPE) BSP_DLC_TABHEAD_DESRC Visible rows / scrolling 20071012
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check 20100215
2 CHECK_COL_CONFIG Instance method Private Method Check config 20100215
3 CHECK_COL_CONFIG_LINE Instance method Private Method Check config line 20100215
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070711
5 EXECUTE_ACTION Instance method Public Method Excecute Action 20080424
6 GET_COL_CONFIG Instance method Public Method Get Columns of Config 20070711
7 GET_COL_SET Instance method Public Method Get Column Set 20070711
8 GET_ELEM_ID_FOR_COLUMN Instance method Private Method 20080408
9 GET_TABLE_ATTRIBUTES Instance method Public Method Get Table Attributes 20070711
10 SET_COL_CONFIG Instance method Public Method Get Columns of Config 20070711
11 SET_COL_SEL_INDEX Instance method Public Method Set selected index 20080424
12 SET_COL_SET_SEL_INDEX Instance method Public Method Set selected index 20080424
13 SET_TABLE_ATTRIBUTES Instance method Public Method set Table Attributes 20070719
Events
Class CL_BSP_DLC_CONFIG_TABLE has no event.
Types
Class CL_BSP_DLC_CONFIG_TABLE has no local type.
Method Signatures

Method CHECK Signature

Method CHECK on class CL_BSP_DLC_CONFIG_TABLE has no parameter.
Method CHECK on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method CHECK_COL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SAVE_NOT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL 20100215

Method CHECK_COL_CONFIG on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method CHECK_COL_CONFIG_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LINE Call by reference Type reference (TYPE) BSP_DLC_COLUMN_DESCR Description for table column / UI 20100215
2 Exporting EV_CHECK_UNIT_FOUND Call by reference Type reference (TYPE) STRING Unit that was found 20100215
3 Exporting EV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL 20100215
4 Importing IV_CORRECT_MINOR_FLAWS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100215

Method CHECK_COL_CONFIG_LINE on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONFIG Call by reference Object reference (TYPE REF TO) CL_BSP_DLC_CONFIG 20070711
2 Importing IR_CONFIG_SETTINGS Call by reference Object reference (TYPE REF TO) CL_BSP_DLC_CONF_SETTINGS Config Settings 20070711
3 Importing IV_CONFIG_XML Call by reference Type reference (TYPE) STRING Config XML 20070711
4 Importing IV_SEG_ID Call by reference Type reference (TYPE) BSP_DLC_MULTI_CONF_SEG_ID Multi Configuration Segment ID 20070711

Method CONSTRUCTOR on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method EXECUTE_ACTION Signature

Method EXECUTE_ACTION on class CL_BSP_DLC_CONFIG_TABLE has no parameter.
Method EXECUTE_ACTION on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method GET_COL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_COLUMN_DESCR_TAB_UI Table column definitions / UI 20070711

Method GET_COL_CONFIG on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method GET_COL_SET Signature

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

Method GET_COL_SET on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method GET_ELEM_ID_FOR_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) STRING 20080408
2 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_ELEMENT_ID Generic element ID for short text elements 20080408

Method GET_ELEM_ID_FOR_COLUMN on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method GET_TABLE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_TABHEAD_DESRC Table header configuration 20070711

Method GET_TABLE_ATTRIBUTES on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method SET_COL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL_CONFIG Value transfer Type reference (TYPE) BSP_DLC_COLUMN_DESCR_TAB_UI Table column definitions / UI 20070711

Method SET_COL_CONFIG on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method SET_COL_SEL_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I Index 20080424

Method SET_COL_SEL_INDEX on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method SET_COL_SET_SEL_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I Index 20080424

Method SET_COL_SET_SEL_INDEX on class CL_BSP_DLC_CONFIG_TABLE has no exception.

Method SET_TABLE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TABLE_ATTRIBUTES Call by reference Type reference (TYPE) BSP_DLC_TABHEAD_DESRC Table header configuration 20070719

Method SET_TABLE_ATTRIBUTES on class CL_BSP_DLC_CONFIG_TABLE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700