SAP ABAP Class IF_CHIP_CATALOG_NODE (Nodes in CHIP Catalog)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_CATALOG_NODE | Nodes in CHIP Catalog | 20090216 |
Properties
| Class | IF_CHIP_CATALOG_NODE | |
| Short Description | Nodes in CHIP Catalog | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090216 | SAP |
| Last change | 20110908 | 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
Class IF_CHIP_CATALOG_NODE has no interface implemented.
Friends
Class IF_CHIP_CATALOG_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP Catalog: Key of a Node | 20090216 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CHIP_NAME | Web Dynpro ABAP: CHIP ID | 20090216 | |||
| 3 | Constant | Public | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | 'C' | CHIP in Main Part | 20090216 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | ' ' | CHIP in Favorites | 20090303 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | 'F' | Folder in Favorites | 20090303 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | 'K' | Folder in Main Part | 20090216 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | CHIP_DISPLAY_NAME | CHIP: Title | 20090216 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20090216 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | Icon in Text Fields (substitute display, alias) | 20090216 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP Catalog: Key of a Node | 20090216 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | CHIP_CATALOG_NODETYPE | CHIP Catalog: Node Type | 20090216 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP Catalog: Key of a Node | 20090216 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP Catalog: Key of a Node | 20090216 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Visible | 20100819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090216 | ||
| 2 | Static method | Public | Method | 20090311 | ||
| 3 | Instance method | Public | Method | 20090216 | ||
| 4 | Instance method | Public | Method | 20090216 | ||
| 5 | Instance method | Public | Method | 20090216 | ||
| 6 | Instance method | Public | Method | 20090217 | ||
| 7 | Instance method | Public | Method | 20090303 | ||
| 8 | Instance method | Public | Method | 20090218 | ||
| 9 | Instance method | Public | Method | 20090218 | ||
| 10 | Instance method | Public | Method | 20090217 | ||
| 11 | Instance method | Public | Method | 20090217 |
Events
Class IF_CHIP_CATALOG_NODE has no event.
Types
Class IF_CHIP_CATALOG_NODE has no local type.
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ONLY_CHILDREN | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090218 |
Method DELETE on class IF_CHIP_CATALOG_NODE has no exception.
Method FREE Signature
Method FREE on class IF_CHIP_CATALOG_NODE has no parameter.
Method FREE on class IF_CHIP_CATALOG_NODE has no exception.
Method GET_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CHILD | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090216 |
Method GET_CHILD on class IF_CHIP_CATALOG_NODE has no exception.
Method GET_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NEXT | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090216 |
Method GET_NEXT on class IF_CHIP_CATALOG_NODE has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PARENT | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_CATALOG_NODE | Knoten im CHIP Katalog | 20090216 |
Method GET_PARENT on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_CHILD 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 | CHIP-Kartalog: Schlüssel eines Knotens | 20090217 |
Method SET_CHILD on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_CHIP_NAME 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 | 20090303 |
Method SET_CHIP_NAME on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | CHIP_DISPLAY_NAME | CHIP: Bezeichnung | 20090218 |
Method SET_DISPLAY_NAME on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_EXPANDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPANDED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090218 |
Method SET_EXPANDED on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEXTKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP-Kartalog: Schlüssel eines Knotens | 20090217 |
Method SET_NEXT on class IF_CHIP_CATALOG_NODE has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENTKEY | Call by reference | Type reference (TYPE) | CHIP_CATALOG_NODEKEY | CHIP-Kartalog: Schlüssel eines Knotens | 20090217 |
Method SET_PARENT on class IF_CHIP_CATALOG_NODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |