SAP ABAP Class CL_CHIP_CATALOG_NODE (Nodes in CHIP Catalog)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CHIP_CATALOG_NODE | Nodes in CHIP Catalog | 20090216 |
Properties
| Class | CL_CHIP_CATALOG_NODE | |
| Short Description | Nodes in CHIP Catalog | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
| Created | 20090216 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CHIP_CATALOG_NODE | Nodes in CHIP Catalog | 20090216 |
Friends
Class CL_CHIP_CATALOG_NODE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090216 | |
| 2 | Instance method | Private | Constructor | 20090216 | ||
| 3 | Static method | Public | Method | 20090217 | ||
| 4 | Static method | Public | Method | 20090227 | ||
| 5 | Static method | Private | Method | 20090217 | ||
| 6 | Static method | Public | Method | 20090216 | ||
| 7 | Static method | Public | Method | 20090216 | ||
| 8 | Static method | Public | Method | 20090217 | ||
| 9 | Static method | Public | Method | 20090227 |
Events
Class CL_CHIP_CATALOG_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_NODE | Private | See coding | 20090217 | begin of TY_NODE,
rowkey type chip_catalog_nodekey,
node type ref to cl_chip_catalog_node,
end of ty_node
|
||
| 2 | TY_NODES | Private | See coding | 20090217 | ty_nodes type hashed TABLE OF ty_node WITH UNIQUE KEY rowkey
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CHIP_CATALOG_NODE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_CATALOG_NODE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILDKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | 20090216 | ||||
| 2 | CHIP_NAME | Call by reference | Type reference (TYPE) | CHIP_NAME | 20090216 | ||||
| 3 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | CHIP_DISPLAY_NAME | 20090216 | ||||
| 4 | EXPANDED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20090216 | ||||
| 5 | ICON | Call by reference | Type reference (TYPE) | STRING | 20090216 | ||||
| 6 | NEXTKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | 20090216 | ||||
| 7 | NODETYPE | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | 20090216 | ||||
| 8 | PARENTKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | 20090216 | ||||
| 9 | ROWKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP-Kartalog: Schlüssel eines Knotens | 20090216 |
Method CONSTRUCTOR on class CL_CHIP_CATALOG_NODE has no exception.
Method CREATE_FROM_SCRATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHIP_NAME | Call by reference | Type reference (TYPE) | CHIP_NAME | Web Dynpro ABAP: CHIP-Id | 20090217 | |||
| 2 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | CHIP_DISPLAY_NAME | CHIP: Bezeichnung | 20090217 | |||
| 3 | EXPANDED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090217 | |||
| 4 | ICON | Call by reference | Type reference (TYPE) | STRING | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090217 | |||
| 5 | NODETYPE | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | CHIP-Katalog: Knotentyp | 20090217 | |||
| 6 | R_NODE | Value transfer | Object reference (TYPE REF TO) | CL_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090217 |
Method CREATE_FROM_SCRATCH on class CL_CHIP_CATALOG_NODE has no exception.
Method DELETE_BUFFER Signature
Method DELETE_BUFFER on class CL_CHIP_CATALOG_NODE has no parameter.
Method DELETE_BUFFER on class CL_CHIP_CATALOG_NODE has no exception.
Method GET_NEW_ROWKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ROWKEY | Value transfer | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP-Kartalog: Schlüssel eines Knotens | 20090217 |
Method GET_NEW_ROWKEY on class CL_CHIP_CATALOG_NODE has no exception.
Method GET_NODE_FROM_ROWKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROWKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP-Kartalog: Schlüssel eines Knotens | 20090216 | |||
| 2 | R_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090216 |
Method GET_NODE_FROM_ROWKEY on class CL_CHIP_CATALOG_NODE has no exception.
Method GET_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090216 |
Method GET_ROOT_NODE on class CL_CHIP_CATALOG_NODE has no exception.
Method SAVE Signature
Method SAVE on class CL_CHIP_CATALOG_NODE has no parameter.
Method SAVE on class CL_CHIP_CATALOG_NODE has no exception.
Method SET_BUFFER Signature
Method SET_BUFFER on class CL_CHIP_CATALOG_NODE has no parameter.
Method SET_BUFFER on class CL_CHIP_CATALOG_NODE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |