SAP ABAP Class CL_SMT_WD_VIEW (View Superclass)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_WEB_DYNPRO (Package) web dynrpro UI classes
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_CONFIG_APPLICATION | Config Application Wrapper Class | 20080202 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_EVENT_CH_KEY_DETAIL | Web Dynpro event structure detail class | 20080326 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_EVENT_CONTEXT_DETAIL | Web Dynpro event context detail class | 20080506 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_EVENT_SERVICE_DETAIL | Web Dynpro event structure detail class | 20091020 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_EVENT_STRUCT_DETAIL | Web Dynpro event structure detail class | 20080209 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_EVENT_STRUCT_MAPPER | Web dynpro even structure mapper | 20080418 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_F4_TRANSPORT_REQUEST | Web dynpro F4 Transport request | 20080514 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_OBJECT | Object abstraction class | 20080201 |
Properties
| Class | CL_SMT_WD_VIEW | |
| Short Description | View Superclass | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_WEB_DYNPRO | web dynrpro UI classes |
| Created | 20080118 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_WD_VIEW has no forward declaration.
Interfaces
Class CL_SMT_WD_VIEW has no interface implemented.
Friends
Class CL_SMT_WD_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) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080410 | |||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_WD_CONST | Web Dynpro configuration constant attributes | 20080201 | |||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_ERROR_RAISER | Raises error messages | 20080218 | |||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_MSGNO_CONST | Message number constant attributes | 20080206 | |||
| 5 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_WD_MESSAGE_PUBLISHER | Raises web dynpro messages | 20080202 | |||
| 6 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SMT_WD_SERVICES | Grouping of generic Web Dynpro services | 20080206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080201 | |
| 2 | Instance method | Public | Method | Clear the context | 20080206 | |
| 3 | Instance method | Protected | Method | Clear messages | 20080202 | |
| 4 | Instance method | Public | Method | Return the view mode | 20080401 | |
| 5 | Instance method | Protected | Method | [ABSTRACT] Return a list of referenced web dynpro view | 20080205 | |
| 6 | Instance method | Public | Method | Publish element attribute error messages | 20080203 | |
| 7 | Instance method | Public | Method | Publish error messages | 20080202 | |
| 8 | Instance method | Public | Method | Publish node attribute error messages | 20080203 | |
| 9 | Instance method | Public | Method | Set the application input parameters | 20080501 | |
| 10 | Instance method | Protected | Method | [ABSTRACT] Set attribute statuses | 20080205 | |
| 11 | Instance method | Public | Method | Set the general configuration node | 20080410 | |
| 12 | Instance method | Public | Method | Set the display mode of the application | 20081128 | |
| 13 | Instance method | Protected | Method | Set element attribute property | 20080205 | |
| 14 | Instance method | Public | Method | Set view mode | 20080201 | |
| 15 | Instance method | Protected | Method | Set node attribute property | 20080205 |
Events
Class CL_SMT_WD_VIEW has no event.
Types
Class CL_SMT_WD_VIEW has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SMT_WD_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMT_WD_VIEW has no exception.
Method CLEAR_CONTEXT Signature
Method CLEAR_CONTEXT on class CL_SMT_WD_VIEW has no parameter.
Method CLEAR_CONTEXT on class CL_SMT_WD_VIEW has no exception.
Method CLEAR_MESSAGES Signature
Method CLEAR_MESSAGES on class CL_SMT_WD_VIEW has no parameter.
Method CLEAR_MESSAGES on class CL_SMT_WD_VIEW has no exception.
Method GET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MODE | Value transfer | Type reference (TYPE) | SMT_MODE | Object mode (display/edit) | 20080401 |
Method GET_MODE on class CL_SMT_WD_VIEW has no exception.
Method GET_REFERENCED_WD_VIEWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTR_WD_VIEW | Value transfer | Object reference (TYPE REF TO) | SMT_WD_T_VIEW_INSTANCE | 20080205 |
Method GET_REFERENCED_WD_VIEWS on class CL_SMT_WD_VIEW has no exception.
Method PUBLISH_ELEMENT_ATT_ERR_MSGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080203 | |||
| 2 | IO_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SMT_ERROR | 20080203 | ||||
| 3 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080219 | |||
| 4 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | SMT_STRING | String | 20080203 |
Method PUBLISH_ELEMENT_ATT_ERR_MSGS on class CL_SMT_WD_VIEW has no exception.
Method PUBLISH_ERROR_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SMT_ERROR | 20080202 |
Method PUBLISH_ERROR_MESSAGES on class CL_SMT_WD_VIEW has no exception.
Method PUBLISH_NODE_ATT_ERR_MSGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20080203 | ||||
| 2 | IO_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SMT_ERROR | 20080203 | ||||
| 3 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080219 | |||
| 4 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | SMT_STRING | String | 20080203 |
Method PUBLISH_NODE_ATT_ERR_MSGS on class CL_SMT_WD_VIEW has no exception.
Method SET_APPLICATION_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT_ENABLED | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080501 |
Method SET_APPLICATION_PARAMETERS on class CL_SMT_WD_VIEW has no exception.
Method SET_ATTRIBUTES_STATUS Signature
Method SET_ATTRIBUTES_STATUS on class CL_SMT_WD_VIEW has no parameter.
Method SET_ATTRIBUTES_STATUS on class CL_SMT_WD_VIEW has no exception.
Method SET_CONFIGURATION_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080410 |
Method SET_CONFIGURATION_NODE on class CL_SMT_WD_VIEW has no exception.
Method SET_DISPLAY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DISPLAY_MODE | Call by reference | Type reference (TYPE) | SMT_WD_ESR_DISPLAY | Display : External or Internal View | 20081128 |
Method SET_DISPLAY_MODE on class CL_SMT_WD_VIEW has no exception.
Method SET_ELEMENT_ATTRIBUTE_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080205 | |||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 3 | IV_STATUS | Call by reference | Type reference (TYPE) | SMT_ATTRIBUTE_STATUS | Attribute status | 20080205 |
Method SET_ELEMENT_ATTRIBUTE_PROPERTY on class CL_SMT_WD_VIEW has no exception.
Method SET_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | SMT_MODE | Object mode (display/edit) | 20080201 |
Method SET_MODE on class CL_SMT_WD_VIEW has no exception.
Method SET_NODE_ATTRIBUTE_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080205 | |||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20080205 | ||||
| 3 | IV_STATUS | Call by reference | Type reference (TYPE) | SMT_ATTRIBUTE_STATUS | Attribute status | 20080205 |
Method SET_NODE_ATTRIBUTE_PROPERTY on class CL_SMT_WD_VIEW has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |