SAP ABAP Class CL_ISHMED_CATEGORY_TREE (Categories: Tree View)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
NMED (Package) R/3MED: Medical documentation GSD
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_SPLITTER_WITH_TOOL | IS-H*MED Container with Application Toolbar | 20060213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISHMED_OBJECT | General Object Interface | 20060213 |
Properties
| Class | CL_ISHMED_CATEGORY_TREE | |
| Short Description | Categories: Tree View | |
| Super Class | CL_ISHMED_SPLITTER_WITH_TOOL | IS-H*MED Container with Application Toolbar |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED | R/3MED: Medical documentation GSD |
| Created | 20060209 | SAP |
| Last change | 20070917 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISHMED_OBJECT | General Object Interface | 20060213 |
Friends
Class CL_ISHMED_CATEGORY_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISHMED_CAT_TREE_CONTENT | Categories: Tree Content | 20060213 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISHMED_CATEGORY_TREE_DD | Categories: Tree Drag&Drop Behavior | 20060316 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SIMPLE_TREE | Simple Tree Control | 20060209 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CAT_AREA_CREATE | Instance Event (0) |
Public (2) |
Create Category Area | 20060225 |
| 2 | CAT_AREA_DELETE | Instance Event (0) |
Public (2) |
Delete Category Area | 20060313 |
| 3 | CAT_AREA_SELECTED | Instance Event (0) |
Public (2) |
Category Area Selected | 20060225 |
| 4 | CAT_AREA_TRANSPORT | Instance Event (0) |
Public (2) |
Transport Category Area | 20060321 |
| 5 | CAT_CONT_CREATE | Instance Event (0) |
Public (2) |
Create Category Container | 20060313 |
| 6 | CAT_CONT_DELETE | Instance Event (0) |
Public (2) |
Delete Category Area | 20060313 |
| 7 | CAT_CONT_PARENT_CHANGED | Instance Event (0) |
Public (2) |
Category Area Parent Nodes Changed | 20060313 |
| 8 | CAT_CONT_SELECTED | Instance Event (0) |
Public (2) |
Category Area Selected | 20060313 |
| 9 | CAT_CONT_TRANSPORT | Instance Event (0) |
Public (2) |
Transport Category Area | 20060321 |
Types
Class CL_ISHMED_CATEGORY_TREE has no local type.
Method Signatures
Method ADD_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTENT | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_TREE_CONTENT | Bäume: Inhalt | 20060320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahme | 20060320 | ||
| 2 | Fehler bei der Baumbearbeitung | 20060320 |
Method ADD_TOOLBAR_BUTTONS Signature
Method ADD_TOOLBAR_BUTTONS on class CL_ISHMED_CATEGORY_TREE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Baumbearbeitung | 20060213 |
Method CMD_DELETE Signature
Method CMD_DELETE on class CL_ISHMED_CATEGORY_TREE has no parameter.
Method CMD_DELETE on class CL_ISHMED_CATEGORY_TREE has no exception.
Method CMD_NEW_CONTAINER Signature
Method CMD_NEW_CONTAINER on class CL_ISHMED_CATEGORY_TREE has no parameter.
Method CMD_NEW_CONTAINER on class CL_ISHMED_CATEGORY_TREE has no exception.
Method CMD_TRANSPORT Signature
Method CMD_TRANSPORT on class CL_ISHMED_CATEGORY_TREE has no parameter.
Method CMD_TRANSPORT on class CL_ISHMED_CATEGORY_TREE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20060213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahme | 20060213 | ||
| 2 | Fehler bei der Baumbearbeitung | 20060213 |
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTENT | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_TREE_CONTENT | Bäume: Inhalt | 20060320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahme | 20060320 | ||
| 2 | Fehler bei der Baumbearbeitung | 20060320 |
Method GET_DRAGDROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DRAGDROP | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_DRAGDROP | Allgemeines Drag&Drop Verhalten | 20060316 |
Method GET_DRAGDROP on class CL_ISHMED_CATEGORY_TREE has no exception.
Method ON_NODE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Call by reference | Attribute reference (LIKE) | 20060213 |
Method ON_NODE_DOUBLE_CLICK on class CL_ISHMED_CATEGORY_TREE has no exception.
Method ON_TOOLBAR_FUNCTION_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20060214 |
Method ON_TOOLBAR_FUNCTION_SELECTED on class CL_ISHMED_CATEGORY_TREE has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_ISHMED_CATEGORY_TREE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahme | 20060213 | ||
| 2 | Fehler bei der Baumbearbeitung | 20060213 |
Method SET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTENT | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_TREE_CONTENT | Bäume: Inhalt | 20060213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahme | 20060213 | ||
| 2 | Fehler bei der Baumbearbeitung | 20060213 |
Event Signatures
Event CAT_AREA_CREATE Signature
Event CAT_AREA_CREATE on class CL_ISHMED_CATEGORY_TREE has no parameter.
Event CAT_AREA_DELETE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060313 |
Event CAT_AREA_SELECTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060225 |
Event CAT_AREA_TRANSPORT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060321 |
Event CAT_CONT_CREATE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060313 | ||
| 2 | CATCONT_PARENT | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Kategorien: Kategorieordner | 20060313 |
Event CAT_CONT_DELETE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060313 | ||
| 2 | CATCONT | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Kategorien: Kategorieordner | 20060313 |
Event CAT_CONT_PARENT_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060313 | ||
| 2 | CATAREA_NEW | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet (neu) | 20060313 | ||
| 3 | CATCONT | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Kategorien: Kategorieordner | 20060313 | ||
| 4 | CATCONT_NEW | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Übergeordneter Kategorieordner (neu) | 20060313 |
Event CAT_CONT_SELECTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060313 | ||
| 2 | CATCONT | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Kategorien: Kategorieordner | 20060313 |
Event CAT_CONT_TRANSPORT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATAREA | Exporting | Value transfer | Type reference (TYPE) | N2CAT_AREA | Kategorien: Kategoriegebiet | 20060321 | ||
| 2 | CATCONT | Exporting | Value transfer | Type reference (TYPE) | N2CAT_CONT | Kategorien: Kategorieordner | 20060321 |
History
| Last changed by/on | SAP | 20070917 |
| SAP Release Created in | 700 |