SAP ABAP Class CL_CRM_BSP_CONTAINER (Generic hierarchical attribute container class.)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF (Application Component) People Centric UI Framework
⤷
CRM_BSP_FRAME_GENERIC (Package) Controller Implementation: Generic Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_BSP_CONTAINER | Generic data container. | 20041115 |
Properties
| Class | CL_CRM_BSP_CONTAINER | |
| Short Description | Generic hierarchical attribute container class. | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_FRAME_GENERIC | Controller Implementation: Generic Framework |
| Created | 20041021 | SAP |
| Last change | 20060208 | 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_CRM_BSP_CONTAINER | Generic data container. | 20041115 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CRM_BSP_CONTAINER_FACTORY | 20041116 | Generic hierarchical attribute container class. |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR1 | 'D' | DELETED attribute status. | 20050426 | ||
| 2 | Constant | Private | Type reference (TYPE) | CHAR1 | 'M' | MODIFIED attribute status. | 20050426 | ||
| 3 | Constant | Private | Type reference (TYPE) | CHAR1 | 'N' | NEW attribute status. | 20050426 | ||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | ' ' | UNCHANGED attribute status. | 20050426 | ||
| 5 | Constant | Public | Type reference (TYPE) | FLAG | 'X' | If true, attributes are saved as a cluster | 20050912 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHAR2 | 'cn' | Namespace of cluster | 20050912 | ||
| 7 | Constant | Private | Type reference (TYPE) | CHAR1 | 'D' | DELETED container status. | 20050426 | ||
| 8 | Constant | Private | Type reference (TYPE) | CHAR1 | 'M' | MODIFIED container status. | 20050426 | ||
| 9 | Constant | Private | Type reference (TYPE) | CHAR1 | 'N' | NEW container status. | 20050426 | ||
| 10 | Constant | Private | Type reference (TYPE) | CHAR1 | ' ' | UNCHANGED container status. | 20050426 | ||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CRM_BSP_CONTAINER | Generic hierarchical attribute container class. | 20041115 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | CRMT_BSP_CONTAINER_ATTR_P_TAB | Table of container attribute instances. | 20041022 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | CRMT_BSP_CONTAINER_TAB | Generic hierarchical attribute container class. | 20041022 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | CRMT_BSP_CONTAINER_TAB | Table of generic container instances. | 20041118 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | SAP System, User Logon Name | 20041022 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20041022 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | SAP System, User Logon Name | 20041022 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20041022 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | CRMT_BSP_CONTAINER_FORMAT | Format of a container. | 20041115 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | SYSUUID_C | UUID in character form | 20041022 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | FLAG | ' ' | General flag | 20041119 | ||
| 22 | Instance attribute | Private | Type reference (TYPE) | CRMT_BSP_CONTAINER_NAME | Name of a generic attribute container. | 20041022 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | SYSUUID_C | UUID in character form | 20041115 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | FLAG | 'X' | General Flag | 20050426 | ||
| 25 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | ' ' | Status | 20041118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Clears attribute flags, removing DELETED attributes. | 20041115 | |
| 2 | Instance method | Private | Method | Returns all the attributes of this container and children. | 20041122 | |
| 3 | Instance method | Private | Method | Returns this container and its children. | 20041122 | |
| 4 | Instance method | Private | Method | Returns the attributes with the MODIFIED status. | 20041115 | |
| 5 | Instance method | Private | Method | Gets all the MODIFIED containers in a hierarchy. | 20041118 | |
| 6 | Instance method | Private | Method | Returns the attributes with the DELETED status. | 20041115 | |
| 7 | Instance method | Private | Method | Gets all the DELETED containers in a hierarchy. | 20041118 | |
| 8 | Instance method | Private | Method | Returns the attributes with the NEW status. | 20041115 | |
| 9 | Instance method | Private | Method | Gets all the NEW containers in a hierarchy. | 20041118 | |
| 10 | Instance method | Private | Method | Marks all children and attributes as DELETED. | 20041118 |
Events
Class CL_CRM_BSP_CONTAINER has no event.
Types
Class CL_CRM_BSP_CONTAINER has no local type.
Method Signatures
Method CLEAR_ATTRIBUTE_FLAGS Signature
Method CLEAR_ATTRIBUTE_FLAGS on class CL_CRM_BSP_CONTAINER has no parameter.
Method CLEAR_ATTRIBUTE_FLAGS on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_ALL_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_DB_ATTR_TAB | Tabelle der Containerattributinstanzen | 20041122 |
Method GET_ALL_ATTRIBUTES on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_ALL_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONTAINERS | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_INFO_TAB | Table of generic CRM data container info. | 20041122 |
Method GET_ALL_CONTAINERS on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_CHANGED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_DB_ATTR_TAB | Tabelle der Containerattributinstanzen | 20041115 |
Method GET_CHANGED_ATTRIBUTES on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_CHANGED_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONTAINERS | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_INFO_TAB | Table of generic CRM data container info. | 20041118 |
Method GET_CHANGED_CONTAINERS on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_DELETED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_DB_ATTR_TAB | Tabelle der Containerattributinstanzen | 20041115 |
Method GET_DELETED_ATTRIBUTES on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_DELETED_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONTAINERS | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_INFO_TAB | Table of generic CRM data container info. | 20041118 |
Method GET_DELETED_CONTAINERS on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_NEW_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_DB_ATTR_TAB | Tabelle der Containerattributinstanzen | 20041115 |
Method GET_NEW_ATTRIBUTES on class CL_CRM_BSP_CONTAINER has no exception.
Method GET_NEW_CONTAINERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONTAINERS | Call by reference | Type reference (TYPE) | CRMT_BSP_CONTAINER_INFO_TAB | Table of generic container instances. | 20041118 |
Method GET_NEW_CONTAINERS on class CL_CRM_BSP_CONTAINER has no exception.
Method REMOVE Signature
Method REMOVE on class CL_CRM_BSP_CONTAINER has no parameter.
Method REMOVE on class CL_CRM_BSP_CONTAINER has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 700 |