SAP ABAP Class CL_EXM_IM_RECA_CAD_PROVID_HTML (CAD Provider: Example with HTML)
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 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_CAD_PROVIDER | CAD Provider: Default Implementation | 20090422 |
Properties
Class | CL_EXM_IM_RECA_CAD_PROVID_HTML | |
Short Description | CAD Provider: Example with HTML | |
Super Class | CL_RECA_CAD_PROVIDER | CAD Provider: Default Implementation |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RE_CA_GI | RE: Graphical Integration |
Created | 20090422 | SAP |
Last change | 20100310 | 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
Class CL_EXM_IM_RECA_CAD_PROVID_HTML has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CF_RECA_CAD_PROVIDER | 20090422 | CAD Provider: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | SYUCOMM | 'PLANMENU' | 20090422 | ||
2 | ![]() |
Constant | Protected | Type reference (TYPE) | C | '3' | Link Type: Context Menu | 20090422 | |
3 | ![]() |
Constant | Protected | Type reference (TYPE) | C | '2' | Link Type: Double Click | 20090422 | |
4 | ![]() |
Constant | Protected | Type reference (TYPE) | C | '1' | Link Type: Single Click | 20090422 | |
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | FCode for CTX Menu | 20090422 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_S_PLAN-PLANID | Single Plan | 20090422 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | Sash Position | 20090422 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20090422 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Legend Displayed | 20090422 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_TREE | Basis Class for Tree Structure | 20090422 | ||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic Documents: Document | 20090422 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_HTML_VIEWER | HTML Viewer for DynDoc | 20090422 | ||
13 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic Documents: Document | 20090422 | ||
14 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_EASY_SPLITTER_CONTAINER | Reduced Version of Splitter Container Control | 20090422 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RE_T_GI_BUSOBJ | Business Object Key for Graphic | 20090422 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_LINK_BUSOBJ | Links to All Objects | 20090422 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_MARKTYPE_MAP | Mapping of Marking Types Used | 20090422 | ||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_MARK_BUSOBJ | Selected Objects | 20090422 | ||
19 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_PLAN | All Plans for Main Object | 20090422 | ||
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_PLAN_OBJ | Objects for All Plans | 20090422 | ||
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_TABLE | Objects | 20090422 |
Methods
Events
Class CL_EXM_IM_RECA_CAD_PROVID_HTML has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTYPE_S_LINK_BUSOBJ | Protected | See coding | Link to Object | 20090422 | BEGIN OF mtype_s_link_busobj,
busobj TYPE reca_gi_busobj,
marktype TYPE recagimarktype,
objnr TYPE recaobjnr,
o_link TYPE REF TO cl_dd_link_element,
END OF mtype_s_link_busobj
|
|
2 | MTYPE_S_MARKTYPE_MAP | Protected | See coding | Mapping of Marking Type | 20090422 | BEGIN OF mtype_s_marktype_map,
marktype TYPE recagimarktype,
style TYPE string,
END OF mtype_s_marktype_map
|
|
3 | MTYPE_S_MARK_BUSOBJ | Protected | See coding | Selected Objects | 20090422 | BEGIN OF mtype_s_mark_busobj,
busobj TYPE reca_gi_busobj,
marktype TYPE recagimarktype,
END OF mtype_s_mark_busobj
|
|
4 | MTYPE_S_OBJECT | Protected | See coding | Object of Graphic | 20090422 | BEGIN OF mtype_s_object,
objnr TYPE recaobjnr,
description TYPE string,
bustype TYPE reca_gi_busobj-bustype,
buskey TYPE reca_gi_busobj-buskey,
END OF mtype_s_object
|
|
5 | MTYPE_S_PLAN | Protected | See coding | Single Plan | 20090422 | BEGIN OF mtype_s_plan,
planid TYPE i,
xplan TYPE string,
END OF mtype_s_plan
|
|
6 | MTYPE_S_PLAN_OBJ | Protected | See coding | Objects for a Plan | 20090422 | BEGIN OF mtype_s_plan_obj,
planid TYPE mtype_s_plan-planid,
t_object TYPE mtype_t_object,
END OF mtype_s_plan_obj
|
|
7 | MTYPE_T_LINK_BUSOBJ | Protected | See coding | Links to All Objects | 20090422 | mtype_t_link_busobj TYPE standard TABLE OF mtype_s_link_busobj WITH DEFAULT KEY
|
|
8 | MTYPE_T_MARKTYPE_MAP | Protected | See coding | Mapping of Marking Types Used | 20090422 | mtype_t_marktype_map TYPE SORTED TABLE OF mtype_s_marktype_map WITH UNIQUE KEY marktype
|
|
9 | MTYPE_T_MARK_BUSOBJ | Protected | See coding | Selected Objects | 20090422 | mtype_t_mark_busobj TYPE SORTED TABLE OF mtype_s_mark_busobj WITH UNIQUE KEY busobj
|
|
10 | MTYPE_T_OBJECT | Protected | See coding | List of Objects of Graphic | 20090422 | mtype_t_object TYPE SORTED TABLE OF mtype_s_object WITH UNIQUE KEY objnr
|
|
11 | MTYPE_T_PLAN | Protected | See coding | All Plans for Main Object | 20090422 | mtype_t_plan TYPE STANDARD TABLE OF mtype_s_plan
|
|
12 | MTYPE_T_PLAN_OBJ | Protected | See coding | Objects for All Plans | 20090422 | mtype_t_plan_obj TYPE STANDARD TABLE OF mtype_s_plan_obj
|
|
13 | MTYPE_T_TABLE | Protected | See coding | Current Plan - All | 20090422 | mtype_t_table TYPE STANDARD TABLE OF reca_gi_cad_table WITH DEFAULT KEY
|
Method Signatures
Method ADD_PLAN_FOR_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BUSOBJ | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20090422 |
Method ADD_PLAN_FOR_OBJECT on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method CREATE_DYNDOC Signature
Method CREATE_DYNDOC on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Initialisieren | 20090422 |
Method DEFINE_STANDARD_MARKTYPES Signature
Method DEFINE_STANDARD_MARKTYPES on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no parameter.
Method DEFINE_STANDARD_MARKTYPES on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method DISPLAY_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_PLANID | Call by reference | Type reference (TYPE) | MTYPE_S_PLAN-PLANID | Einzelner Plan | 20090422 |
Method DISPLAY_PLAN on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method HANDLE_LINK_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20090422 |
Method HANDLE_LINK_CLICK on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method HANDLE_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLUMNNAME | Value transfer | Attribute reference (LIKE) | 20090422 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090422 | ||||
3 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20090422 |
Method HANDLE_TREE on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _BUILD_DYNDOC Signature
Method _BUILD_DYNDOC on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no parameter.
Method _BUILD_DYNDOC on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _BUILD_TREE_FROM_CTMENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CTMENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20090422 |
Method _BUILD_TREE_FROM_CTMENU on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _CONVERT_CTMENU_TO_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MENU | Call by reference | Type reference (TYPE) | SCTX_SERIALIZE | 20090422 | |||
2 | ![]() |
ID_LEVEL | Call by reference | Type reference (TYPE) | I | 1 | 20090422 | ||
3 | ![]() |
ID_PARENT_NODE | Call by reference | Type reference (TYPE) | SALV_DE_NODE_KEY | SPACE | Knotenschlüssel | 20090422 | |
4 | ![]() |
IO_NODES | Call by reference | Object reference (TYPE REF TO) | CL_SALV_NODES | Alle Knotenobjekte der Baumstruktur | 20090422 |
Method _CONVERT_CTMENU_TO_NODES on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _DEFINE_EMPTY_MARKTYPES Signature
Method _DEFINE_EMPTY_MARKTYPES on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no parameter.
Method _DEFINE_EMPTY_MARKTYPES on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _GET_PLAN_BY_OBJECT_AREAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BUSOBJ | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20090422 |
Method _GET_PLAN_BY_OBJECT_AREAL on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _GET_PLAN_BY_OBJECT_FLOOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BUSOBJ | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20090422 |
Method _GET_PLAN_BY_OBJECT_FLOOR on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _GET_PLAN_BY_OBJECT_ROOM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BUSOBJ | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20090422 |
Method _GET_PLAN_BY_OBJECT_ROOM on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
Method _SIMULATE_CONTEXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_OBJNR | Call by reference | Type reference (TYPE) | RECAOBJNR | Objektnummer | 20090422 |
Method _SIMULATE_CONTEXT_MENU on class CL_EXM_IM_RECA_CAD_PROVID_HTML has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |