SAP ABAP Class CL_RSPC_COMPTLOGO_TREE (Tree Class for Display Component Tree)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSPC (Package) Process Chains
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAWBN_AWBOBJ | Interface AWB Objects for Quick Access | 20090619 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAWBN_FOLDER_TREE | Folder Node Tree of the AWB | 20090619 |
Properties
| Class | CL_RSPC_COMPTLOGO_TREE | |
| Short Description | Tree Class for Display Component Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPC | Process Chains |
| Created | 20060620 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSPC_COMPTLOGO_TREE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSAWBN_AWBOBJ | Interface AWB Objects for Quick Access | 20090619 | ||
| 2 | IF_RSAWBN_FOLDER_TREE | Folder Node Tree of the AWB | 20090619 |
Friends
Class CL_RSPC_COMPTLOGO_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | RSAPPLNM | 'NODESNOTCONNECTED' | Application Component | 20090623 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | RSTLOGO | 'RSDC' | Tlogo Name for Component | 20090619 | ||
| 3 | Static Attribute | Protected | Type reference (TYPE) | RSTLOGO | 'RSPC' | Tlogo Name for the Tree | 20090619 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill Next Node | 20090625 | |
| 2 | Instance method | Private | Method | Change Tree, Delete Node | 20090627 | |
| 3 | Instance method | Private | Method | Change Tree: Add Node as Child | 20090627 | |
| 4 | Instance method | Private | Method | Change Tree: Add Node as Next | 20090627 | |
| 5 | Static method | Private | Method | Get Indirect Nodes | 20090623 | |
| 6 | Static method | Private | Method | Get Text of TLOGO Type | 20090623 | |
| 7 | Instance method | Private | Method | Repair Tree | 20090630 | |
| 8 | Instance method | Private | Method | Transport tree | 20090701 |
Events
Class CL_RSPC_COMPTLOGO_TREE has no event.
Types
Class CL_RSPC_COMPTLOGO_TREE has no local type.
Method Signatures
Method _ADD_NEXTNODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TREE | Call by reference | Type reference (TYPE) | RSAWBN_T_TREEORG | Ordnungsknoten der AWB | 20090625 |
Method _ADD_NEXTNODE on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _CHANGE_TREE_DEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TREE | Call by reference | Type reference (TYPE) | RS_T_COMPTLOGO | Anzeigekomponenten | 20090627 | |||
| 2 | I_S_NODE | Call by reference | Type reference (TYPE) | RSCOMPTLOGO | Gruppierungskomponenten für TLOGO Objekte | 20090627 |
Method _CHANGE_TREE_DEL on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _CHANGE_TREE_INS_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TREE | Call by reference | Type reference (TYPE) | RS_T_COMPTLOGO | Anzeigekomponenten | 20090627 | |||
| 2 | I_S_NODE | Call by reference | Type reference (TYPE) | RSCOMPTLOGO | Gruppierungskomponenten für TLOGO Objekte | 20090627 | |||
| 3 | I_S_TARGET | Call by reference | Type reference (TYPE) | RSCOMPTLOGO | Gruppierungskomponenten für TLOGO Objekte | 20090627 |
Method _CHANGE_TREE_INS_CHILD on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _CHANGE_TREE_INS_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TREE | Call by reference | Type reference (TYPE) | RS_T_COMPTLOGO | Anzeigekomponenten | 20090627 | |||
| 2 | I_S_NODE | Call by reference | Type reference (TYPE) | RSCOMPTLOGO | Gruppierungskomponenten für TLOGO Objekte | 20090627 | |||
| 3 | I_S_TARGET | Call by reference | Type reference (TYPE) | RSCOMPTLOGO | Gruppierungskomponenten für TLOGO Objekte | 20090627 |
Method _CHANGE_TREE_INS_NEXT on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _GET_INDIRECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TREE | Value transfer | Type reference (TYPE) | RSAWBN_T_TREEORG | Ordnungsknoten der AWB | 20090623 |
Method _GET_INDIRECT on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _GET_TLOGO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLNM | Call by reference | Type reference (TYPE) | ANY | Anwendungskomponente | 20090623 | |||
| 2 | R_TXTLG | Value transfer | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20090623 |
Method _GET_TLOGO_TEXT on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _REPAIR_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_TREE | Value transfer | Type reference (TYPE) | RSAWBN_T_TREEORG | Ordnungsknoten der AWB | 20090630 |
Method _REPAIR_TREE on class CL_RSPC_COMPTLOGO_TREE has no exception.
Method _TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090701 | |||
| 2 | I_INSERT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090701 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |