SAP ABAP Class CL_BSP_WD_HISTORY_STATE_CONT (Implementation of a name/value-pair based container)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-RT (Application Component) UI Runtime Environment
⤷
CRM_BSP_WD (Package) WebClient UI Framework Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_WD_HISTORY_STATE_CONT | Interface for a name/value-pair based container | 20020618 |
Properties
| Class | CL_BSP_WD_HISTORY_STATE_CONT | |
| Short Description | Implementation of a name/value-pair based container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD | WebClient UI Framework Runtime |
| Created | 20020618 | SAP |
| Last change | 20081007 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSP_WD_HISTORY_STATE_CONT | Interface for a name/value-pair based container | 20020618 |
Friends
Class CL_BSP_WD_HISTORY_STATE_CONT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ITEM_TAB | storage container | 20020618 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20020618 | ||
| 2 | Instance method | Public | Method | 20020618 | ||
| 3 | Instance method | Public | Method | 20020618 | ||
| 4 | Instance method | Public | Method | 20020618 | ||
| 5 | Instance method | Public | Method | 20020618 |
Events
Class CL_BSP_WD_HISTORY_STATE_CONT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ITEM_LINE | Private | See coding | Line type of storage container | 20020618 | begin of ITEM_LINE,
NAME type STRING,
VALUE type ref to DATA,
IS_EMBEDDED_ENTITY type ABAP_BOOL,
end of ITEM_LINE
|
|
| 2 | ITEM_TAB | Private | See coding | table type of storage container | 20020618 | ITEM_TAB type sorted table of ITEM_LINE
with unique key NAME initial size 0
|
Method Signatures
Method ADD_ITEM Signature
Method ADD_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no parameter.
Method ADD_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no exception.
Method GET_ITEM Signature
Method GET_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no parameter.
Method GET_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no exception.
Method GET_ITEM_LIST Signature
Method GET_ITEM_LIST on class CL_BSP_WD_HISTORY_STATE_CONT has no parameter.
Method GET_ITEM_LIST on class CL_BSP_WD_HISTORY_STATE_CONT has no exception.
Method REMOVE_ALL_ITEMS Signature
Method REMOVE_ALL_ITEMS on class CL_BSP_WD_HISTORY_STATE_CONT has no parameter.
Method REMOVE_ALL_ITEMS on class CL_BSP_WD_HISTORY_STATE_CONT has no exception.
Method REMOVE_ITEM Signature
Method REMOVE_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no parameter.
Method REMOVE_ITEM on class CL_BSP_WD_HISTORY_STATE_CONT has no exception.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 310 |