SAP ABAP Class CL_THTMLB_FC_SINGLETON (Singleton for saving Fixed columns info in user session)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-TAG (Application Component) Tag Library
⤷
BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
⤷
⤷
Properties
| Class | CL_THTMLB_FC_SINGLETON | |
| Short Description | Singleton for saving Fixed columns info in user session | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TAG_LIB | New tag library for CRM IC |
| Created | 20091123 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_THTMLB_FC_SINGLETON has no forward declaration.
Interfaces
Class CL_THTMLB_FC_SINGLETON has no interface implemented.
Friends
Class CL_THTMLB_FC_SINGLETON has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_TABLE | Fixed column definition | 20091123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Method to get the fixed column defintion | 20091123 | |
| 2 | Static method | Public | Method | Method to set the fixed column defintion | 20091123 |
Events
Class CL_THTMLB_FC_SINGLETON has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TABLE | Private | See coding | 20091123 | BEGIN OF TS_TABLE,
TABLE_ID TYPE STRING,
VALUE TYPE STRING,
END OF TS_TABLE
|
||
| 2 | TT_TABLE | Private | See coding | 20091123 | TT_TABLE TYPE STANDARD TABLE OF TS_TABLE WITH KEY TABLE_ID
|
Method Signatures
Method GET_FIXED_COLUMN_DEFINTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE_ID | Call by reference | Type reference (TYPE) | STRING | Table ID | 20091123 | |||
| 2 | RV_FIXED_COLUMN_DEFINITION | Value transfer | Type reference (TYPE) | STRING | FIXED COLUMN DEFINITION | 20091123 |
Method GET_FIXED_COLUMN_DEFINTION on class CL_THTMLB_FC_SINGLETON has no exception.
Method SET_FIXED_COLUMN_DEFINTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIXED_COLUMN_DEFINTION | Call by reference | Type reference (TYPE) | STRING | FIXED COLUMN DEFINTION | 20091123 | |||
| 2 | IV_TABLE_ID | Call by reference | Type reference (TYPE) | STRING | Table ID | 20091123 |
Method SET_FIXED_COLUMN_DEFINTION on class CL_THTMLB_FC_SINGLETON has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |