SAP ABAP Class CL_RECA_CAD_PROVIDER (CAD Provider: Default Implementation)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-GI (Application Component) Graphic Interface
⤷
RE_CA_GI (Package) RE: Graphical Integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RECA_CAD_PROVIDER | CAD Provider: Interface | 20061017 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EXM_IM_RECA_CAD_PROVID_ALV | CAD Provider: Example with ALV | 20090422 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_EXM_IM_RECA_CAD_PROVID_HTML | CAD Provider: Example with HTML | 20090422 |
Properties
| Class | CL_RECA_CAD_PROVIDER | |
| Short Description | CAD Provider: Default Implementation | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_CA_GI | RE: Graphical Integration |
| Created | 20061017 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RECA_CAD_PROVIDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RECA_CAD_PROVIDER | CAD Provider: Interface | 20061017 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CF_RECA_CAD_PROVIDER | 20061103 | CAD Provider: Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20061122 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20061127 | |||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RECAC_INTERFACE_IMPL-IMPLSUBTYPE | Subtype of Class Implementation | 20061218 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | Legend Title | 20061122 | |||
| 5 | Instance attribute | Protected | Attribute reference (LIKE) | 20061110 | |||||
| 6 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 7 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 8 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 9 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 10 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 11 | Instance attribute | Protected | Attribute reference (LIKE) | 20061103 | |||||
| 12 | Instance attribute | Protected | Attribute reference (LIKE) | 20061017 | |||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | RE_T_GI_BUSOBJ | For Displaying Intended Business Objects | 20061127 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | RE_T_GI_LEGEND | Marking Types of Legend for Graphic | 20061122 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | RE_T_STRING | Additional Text Rows for Legend | 20061201 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_GI_QUICKINFO | Quick Info of All Business Objects | 20061122 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | RE_T_GI_BUSOBJ | Selected Business Objects | 20061122 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_GI_TEXT | Text of All Business Objects | 20061127 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CONTEXT_MENU | Instance Event (0) |
Protected (1) |
20061017 | |
| 2 | CONTEXT_MENU_SELECTED | Instance Event (0) |
Protected (1) |
20061103 | |
| 3 | DOUBLE_CLICK | Instance Event (0) |
Protected (1) |
20061017 | |
| 4 | QUICKINFO | Instance Event (0) |
Protected (1) |
20061017 | |
| 5 | SINGLE_CLICK | Instance Event (0) |
Protected (1) |
20061017 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_GI_QUICKINFO | Protected | See coding | Quick Info of Business Object | 20061122 | BEGIN OF mtype_s_gi_quickinfo,
gi_busobj TYPE reca_gi_busobj,
quickinfo TYPE string,
END OF mtype_s_gi_quickinfo
|
|
| 2 | MTYPE_S_GI_TEXT | Protected | See coding | Text of Business Object | 20061127 | BEGIN OF mtype_s_gi_text,
gi_busobj TYPE reca_gi_busobj,
t_text TYPE re_t_string,
END OF mtype_s_gi_text
|
|
| 3 | MTYPE_T_GI_QUICKINFO | Protected | See coding | Quick Info of All Business Objects | 20061122 | mtype_t_gi_quickinfo TYPE SORTED TABLE OF mtype_s_gi_quickinfo WITH UNIQUE KEY gi_busobj
|
|
| 4 | MTYPE_T_GI_TEXT | Protected | See coding | Text of All Business Objects | 20061127 | mtype_t_gi_text TYPE SORTED TABLE OF mtype_s_gi_text WITH UNIQUE KEY gi_busobj
|
Method Signatures
Method ASSIGN_LEGEND Signature
Method ASSIGN_LEGEND on class CL_RECA_CAD_PROVIDER has no parameter.
Method ASSIGN_LEGEND on class CL_RECA_CAD_PROVIDER has no exception.
Method CLEAR_LEGEND Signature
Method CLEAR_LEGEND on class CL_RECA_CAD_PROVIDER has no parameter.
Method CLEAR_LEGEND on class CL_RECA_CAD_PROVIDER has no exception.
Method CLEAR_OBJECT_QUICKINFO Signature
Method CLEAR_OBJECT_QUICKINFO on class CL_RECA_CAD_PROVIDER has no parameter.
Method CLEAR_OBJECT_QUICKINFO on class CL_RECA_CAD_PROVIDER has no exception.
Method CLEAR_OBJECT_TEXT Signature
Method CLEAR_OBJECT_TEXT on class CL_RECA_CAD_PROVIDER has no parameter.
Method CLEAR_OBJECT_TEXT on class CL_RECA_CAD_PROVIDER has no exception.
Method CLEAR_PLAN Signature
Method CLEAR_PLAN on class CL_RECA_CAD_PROVIDER has no parameter.
Method CLEAR_PLAN on class CL_RECA_CAD_PROVIDER has no exception.
Method DISPLAY_LEGEND Signature
Method DISPLAY_LEGEND on class CL_RECA_CAD_PROVIDER has no parameter.
Method DISPLAY_LEGEND on class CL_RECA_CAD_PROVIDER has no exception.
Method DISPLAY_OBJECT Signature
Method DISPLAY_OBJECT on class CL_RECA_CAD_PROVIDER has no parameter.
Method DISPLAY_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Method FACTORY_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CALLCONTEXT | Call by reference | Attribute reference (LIKE) | MD_CALLCONTEXT | Kontext der Anwendung | 20061127 | |||
| 2 | ID_IMPLSUBTYPE | Call by reference | Attribute reference (LIKE) | MD_IMPLSUBTYPE | Subtyp der Klassenimplementierung | 20061218 |
Method FACTORY_INIT on class CL_RECA_CAD_PROVIDER has no exception.
Method FLUSH Signature
Method FLUSH on class CL_RECA_CAD_PROVIDER has no parameter.
Method FLUSH on class CL_RECA_CAD_PROVIDER has no exception.
Method FREE Signature
Method FREE on class CL_RECA_CAD_PROVIDER has no parameter.
Method FREE on class CL_RECA_CAD_PROVIDER has no exception.
Method GET_CURRENT_BUS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_BUS_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20061103 |
Method GET_CURRENT_BUS_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Method GET_DISPLAYED_OBJECTS Signature
Method GET_DISPLAYED_OBJECTS on class CL_RECA_CAD_PROVIDER has no parameter.
Method GET_DISPLAYED_OBJECTS on class CL_RECA_CAD_PROVIDER has no exception.
Method GET_SELECTED_OBJECTS Signature
Method GET_SELECTED_OBJECTS on class CL_RECA_CAD_PROVIDER has no parameter.
Method GET_SELECTED_OBJECTS on class CL_RECA_CAD_PROVIDER has no exception.
Method GET_VISIBLE_OBJECTS Signature
Method GET_VISIBLE_OBJECTS on class CL_RECA_CAD_PROVIDER has no parameter.
Method GET_VISIBLE_OBJECTS on class CL_RECA_CAD_PROVIDER has no exception.
Method INIT Signature
Method INIT on class CL_RECA_CAD_PROVIDER has no parameter.
Method INIT on class CL_RECA_CAD_PROVIDER has no exception.
Method MARK_OBJECT Signature
Method MARK_OBJECT on class CL_RECA_CAD_PROVIDER has no parameter.
Method MARK_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Method REFRESH Signature
Method REFRESH on class CL_RECA_CAD_PROVIDER has no parameter.
Method REFRESH on class CL_RECA_CAD_PROVIDER has no exception.
Method SELECT_OBJECT Signature
Method SELECT_OBJECT on class CL_RECA_CAD_PROVIDER has no parameter.
Method SELECT_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Method SET_OBJECT_QUICKINFO Signature
Method SET_OBJECT_QUICKINFO on class CL_RECA_CAD_PROVIDER has no parameter.
Method SET_OBJECT_QUICKINFO on class CL_RECA_CAD_PROVIDER has no exception.
Method SET_OBJECT_TEXT Signature
Method SET_OBJECT_TEXT on class CL_RECA_CAD_PROVIDER has no parameter.
Method SET_OBJECT_TEXT on class CL_RECA_CAD_PROVIDER has no exception.
Method UNMARK_OBJECT Signature
Method UNMARK_OBJECT on class CL_RECA_CAD_PROVIDER has no parameter.
Method UNMARK_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Method UNSELECT_OBJECT Signature
Method UNSELECT_OBJECT on class CL_RECA_CAD_PROVIDER has no parameter.
Method UNSELECT_OBJECT on class CL_RECA_CAD_PROVIDER has no exception.
Event Signatures
Event CONTEXT_MENU Signature
Event CONTEXT_MENU on class CL_RECA_CAD_PROVIDER has no parameter.
Event CONTEXT_MENU_SELECTED Signature
Event CONTEXT_MENU_SELECTED on class CL_RECA_CAD_PROVIDER has no parameter.
Event DOUBLE_CLICK Signature
Event DOUBLE_CLICK on class CL_RECA_CAD_PROVIDER has no parameter.
Event QUICKINFO Signature
Event QUICKINFO on class CL_RECA_CAD_PROVIDER has no parameter.
Event SINGLE_CLICK Signature
Event SINGLE_CLICK on class CL_RECA_CAD_PROVIDER has no parameter.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |