SAP ABAP Class CL_LOP_TXT_TREE (Text tree)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB-TC (Application Component) Trading Contract
⤷
LOOP_UI (Package) Model layer for logistical contract options
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LOP_UI_EVENT | Logistical Option UI Events | 20121205 |
Properties
| Class | CL_LOP_TXT_TREE | |
| Short Description | Text tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LOOP_UI | Model layer for logistical contract options |
| Created | 20121203 | SAP |
| Last change | 20130531 | 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_LOP_UI_EVENT | Logistical Option UI Events | 20121205 |
Friends
Class CL_LOP_TXT_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TV_ITMNAME | 'ACTION' | 20121203 | |||
| 2 | Constant | Private | Type reference (TYPE) | TV_ITMNAME | 'TEXTS' | 20121203 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ICONNAME | ICON_CREATE_TEXT | Button Icon: Create Text | 20121206 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | ICONNAME | ICON_DELETE | Button Icon: Delete Text | 20121206 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | ICONNAME | ICON_OBJECT_LIST | Folder Icon: Option List | 20121206 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | ICONNAME | ICON_FIELD_WITH_TEXT | Folder Icon: Text | 20121206 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | ICONNAME | ICON_OO_ATTRIBUTE | Folder Icon: Option List Value | 20121206 | ||
| 8 | Constant | Private | Type reference (TYPE) | C | 'H' | 20121203 | |||
| 9 | Constant | Private | Type reference (TYPE) | C | 'I' | 20121203 | |||
| 10 | Constant | Private | Type reference (TYPE) | C | 'T' | 20121203 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121203 | ||||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_LOP_LIST | 20121203 | ||||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_LOP_TXT_EDITOR | 20121206 | ||||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | 20121203 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | TM_NODEKEY | 20121206 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121205 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121209 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121206 | ||
| 2 | Instance method | Public | Constructor | 20121203 | ||
| 3 | Instance method | Public | Method | 20121203 | ||
| 4 | Instance method | Private | Event handling method | 20121206 | ||
| 5 | Instance method | Private | Event handling method | 20121203 | ||
| 6 | Instance method | Public | Method | 20121203 | ||
| 7 | Instance method | Private | Method | 20121203 | ||
| 8 | Instance method | Private | Method | 20121203 | ||
| 9 | Instance method | Public | Method | 20121206 | ||
| 10 | Instance method | Public | Method | 20121207 | ||
| 11 | Instance method | Public | Method | 20121207 | ||
| 12 | Instance method | Public | Method | 20121205 | ||
| 13 | Instance method | Public | Method | 20121205 | ||
| 14 | Instance method | Public | Method | 20121207 |
Events
Class CL_LOP_TXT_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_KEY | Private | See coding | 20121203 | BEGIN OF ty_s_key,
indicator(1) TYPE c,
tdobject TYPE lop_tdobject,
count TYPE lop_count,
text_group TYPE lop_text_group,
tdid TYPE tdid,
tdspras TYPE spras,
lop_cat TYPE lop_cat,
END OF ty_s_key
|
Method Signatures
Method ADJUST_TREE_STATE Signature
Method ADJUST_TREE_STATE on class CL_LOP_TXT_TREE has no parameter.
Method ADJUST_TREE_STATE on class CL_LOP_TXT_TREE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20121203 | ||||
| 2 | IO_TEXT_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_LOP_TXT_EDITOR | 20121206 |
Method CONSTRUCTOR on class CL_LOP_TXT_TREE has no exception.
Method FREE Signature
Method FREE on class CL_LOP_TXT_TREE has no parameter.
Method FREE on class CL_LOP_TXT_TREE has no exception.
Method HANDLE_BUTTON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20121206 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20121206 |
Method HANDLE_BUTTON_CLICK on class CL_LOP_TXT_TREE has no exception.
Method HANDLE_ITEM_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20121203 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20121203 |
Method HANDLE_ITEM_DOUBLE_CLICK on class CL_LOP_TXT_TREE has no exception.
Method INIT_CONTROLS Signature
Method INIT_CONTROLS on class CL_LOP_TXT_TREE has no parameter.
Method INIT_CONTROLS on class CL_LOP_TXT_TREE has no exception.
Method INSERT_NODE Signature
Method INSERT_NODE on class CL_LOP_TXT_TREE has no exception.
Method INSERT_NODES Signature
Method INSERT_NODES on class CL_LOP_TXT_TREE has no parameter.
Method INSERT_NODES on class CL_LOP_TXT_TREE has no exception.
Method REFRESH_TREE Signature
Method REFRESH_TREE on class CL_LOP_TXT_TREE has no parameter.
Method REFRESH_TREE on class CL_LOP_TXT_TREE has no exception.
Method RESET_TREE Signature
Method RESET_TREE on class CL_LOP_TXT_TREE has no parameter.
Method RESET_TREE on class CL_LOP_TXT_TREE has no exception.
Method SET_FIRST_TEXT_ACTIVE Signature
Method SET_FIRST_TEXT_ACTIVE on class CL_LOP_TXT_TREE has no parameter.
Method SET_FIRST_TEXT_ACTIVE on class CL_LOP_TXT_TREE has no exception.
Method SET_IS_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_CHANGEABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121205 |
Method SET_IS_CHANGEABLE on class CL_LOP_TXT_TREE has no exception.
Method SET_LOP_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOP_LIST | Call by reference | Object reference (TYPE REF TO) | IF_LOP_LIST | 20121205 |
Method SET_LOP_LIST on class CL_LOP_TXT_TREE has no exception.
Method SET_NEW_ACTIVE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | TM_NODEKEY | 20121207 |
Method SET_NEW_ACTIVE_NODE on class CL_LOP_TXT_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |