SAP ABAP Class /IPRO/CL_MODEL_VIEW (View with a model)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/UI/PROGS/ (Package) Programs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_VIEW | Abstract view class | 20031111 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IPRO/IF_MODEL_HOLDER | Model Holder | 20031111 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IPRO/IF_OBSERVER | Document Builder Observer Interface | 20031111 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /IPRO/IF_TRANSPORTABLE | Transportable | 20031111 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_COMPLEX_MODEL_VIEW | Complex Model View (multiple models) | 20031111 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_TOOLBAR | Toolbar view | 20031114 |
Properties
| Class | /IPRO/CL_MODEL_VIEW | |
| Short Description | View with a model | |
| Super Class | /IPRO/CL_VIEW | Abstract view class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IPRO/UI/PROGS/ | Programs |
| Created | 20031111 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IPRO/CL_MODEL_VIEW has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IPRO/IF_MODEL_HOLDER | Model Holder | 20031111 | ||
| 2 | /IPRO/IF_OBSERVER | Document Builder Observer Interface | 20031111 | ||
| 3 | /IPRO/IF_TRANSPORTABLE | Transportable | 20031111 |
Friends
Class /IPRO/CL_MODEL_VIEW 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) | /IPRO/IF_MODEL | Document Builder Model Interface | 20031111 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | /IPRO/TT_TRANSPORTABLE | Table type for transportables | 20031111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Event handling method | Handler for a current model changed event | 20031112 | |
| 2 | Instance method | Public | Event handling method | Handler for a model changed event | 20031112 | |
| 3 | Instance method | Public | Method | Is the view visible | 20031111 | |
| 4 | Instance method | Public | Method | Transport the view data from the model | 20031111 | |
| 5 | Instance method | Public | Method | Transport the view data to the model | 20031111 |
Events
Class /IPRO/CL_MODEL_VIEW has no event.
Types
Class /IPRO/CL_MODEL_VIEW has no local type.
Method Signatures
Method HANDLE_CURRENT_MODEL_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20031112 |
Method HANDLE_CURRENT_MODEL_CHANGED on class /IPRO/CL_MODEL_VIEW has no exception.
Method HANDLE_MODEL_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20031112 |
Method HANDLE_MODEL_CHANGED on class /IPRO/CL_MODEL_VIEW has no exception.
Method IS_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VISIBLE | Value transfer | Type reference (TYPE) | SEU_BOOL | visible ? | 20031111 |
Method IS_VISIBLE on class /IPRO/CL_MODEL_VIEW has no exception.
Method TRANSPORT_FROM_MODEL Signature
Method TRANSPORT_FROM_MODEL on class /IPRO/CL_MODEL_VIEW has no parameter.
Method TRANSPORT_FROM_MODEL on class /IPRO/CL_MODEL_VIEW has no exception.
Method TRANSPORT_TO_MODEL Signature
Method TRANSPORT_TO_MODEL on class /IPRO/CL_MODEL_VIEW has no parameter.
Method TRANSPORT_TO_MODEL on class /IPRO/CL_MODEL_VIEW has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 10A |