SAP ABAP Class CL_SMT_WD_METHOD_CALL (Web Dynpro check set class)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_OBJECT | Object abstraction class | 20080221 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_WD_ASSIGNABLE_OBJECT | Web dynpro assignable object interface | 20080221 |
Properties
| Class | CL_SMT_WD_METHOD_CALL | |
| Short Description | Web Dynpro check set class | |
| Super Class | CL_SMT_WD_OBJECT | Object abstraction 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 | 20080221 | SAP |
| Last change | 20110908 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMT_WD_ASSIGNABLE_OBJECT | Web dynpro assignable object interface | 20080221 |
Friends
Class CL_SMT_WD_METHOD_CALL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080221 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080221 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080221 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_EVENT | Event | 20081103 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SMT_METHOD_CALL | Method call interface | 20080221 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_EVENT_OBJECT | Event object | 20081105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Clear parameters | 20080401 | |
| 2 | Instance method | Private | Method | Return the application package group | 20080225 | |
| 3 | Instance method | Private | Method | Return the data for a parameter | 20080221 | |
| 4 | Instance method | Private | Method | Return the selected parameter element | 20080410 | |
| 5 | Instance method | Public | Method | Handles class ovs operations | 20080226 | |
| 6 | Instance method | Public | Method | Handles structure field ovs operations | 20080303 | |
| 7 | Instance method | Public | Method | Handles class method ovs operations | 20080226 | |
| 8 | Instance method | Public | Method | Handles structure ovs operations | 20080303 | |
| 9 | Instance method | Private | Method | Load assignment attribute values | 20080221 | |
| 10 | Instance method | Private | Method | Load header textual description | 20080401 | |
| 11 | Instance method | Private | Method | Load parameters description | 20080303 | |
| 12 | Instance method | Public | Method | On drop event | 20081023 | |
| 13 | Instance method | Private | Method | Set a class | 20080221 | |
| 14 | Instance method | Private | Method | Set the event class | 20081106 | |
| 15 | Instance method | Private | Method | Set a method | 20080221 | |
| 16 | Instance method | Private | Method | Set a parameter assignment | 20080221 | |
| 17 | Instance method | Private | Method | Set a fixed value for a parameter | 20080221 | |
| 18 | Instance method | Private | Method | Set the structure for a parameter | 20080221 |
Events
Class CL_SMT_WD_METHOD_CALL has no event.
Types
Class CL_SMT_WD_METHOD_CALL has no local type.
Method Signatures
Method CLEAR_PARAMETERS Signature
Method CLEAR_PARAMETERS on class CL_SMT_WD_METHOD_CALL has no parameter.
Method CLEAR_PARAMETERS on class CL_SMT_WD_METHOD_CALL has no exception.
Method GET_PACKAGE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PACKAGE_GROUP | Value transfer | Type reference (TYPE) | SMT_PACKAGE_GROUP | 20080225 |
Method GET_PACKAGE_GROUP on class CL_SMT_WD_METHOD_CALL has no exception.
Method GET_PARAMETER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAMETER | Call by reference | Type reference (TYPE) | SMT_S_METHOD_PARAMETER | Method call parameter information | 20080221 | |||
| 2 | RS_WD_PARAMETER | Value transfer | Type reference (TYPE) | SMT_WD_S_METHOD_PARAMETER | Web dynpro method parameter | 20080221 |
Method GET_PARAMETER_DATA on class CL_SMT_WD_METHOD_CALL has no exception.
Method GET_SELECTED_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data not found error | 20080410 |
Method HANDLE_CLASS_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20080226 | ||||
| 2 | IV_INTERFACE | Call by reference | Type reference (TYPE) | SEOITFNAME | Interface name | 20080226 |
Method HANDLE_CLASS_OVS on class CL_SMT_WD_METHOD_CALL has no exception.
Method HANDLE_FIELD_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20080303 |
Method HANDLE_FIELD_OVS on class CL_SMT_WD_METHOD_CALL has no exception.
Method HANDLE_METHOD_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20080226 |
Method HANDLE_METHOD_OVS on class CL_SMT_WD_METHOD_CALL has no exception.
Method HANDLE_STRUCTURE_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20080303 |
Method HANDLE_STRUCTURE_OVS on class CL_SMT_WD_METHOD_CALL has no exception.
Method LOAD_ASSIGNMENT_ATTRIBUTES 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 | 20080221 |
Method LOAD_ASSIGNMENT_ATTRIBUTES on class CL_SMT_WD_METHOD_CALL has no exception.
Method LOAD_HEADER_TEXT Signature
Method LOAD_HEADER_TEXT on class CL_SMT_WD_METHOD_CALL has no parameter.
Method LOAD_HEADER_TEXT on class CL_SMT_WD_METHOD_CALL has no exception.
Method LOAD_PARAMETERS Signature
Method LOAD_PARAMETERS on class CL_SMT_WD_METHOD_CALL has no parameter.
Method LOAD_PARAMETERS on class CL_SMT_WD_METHOD_CALL has no exception.
Method ON_DROP 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 | 20090125 | |||
| 2 | IV_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20081023 | |||
| 3 | IV_IS_TARGET | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20081105 |
Method ON_DROP on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHANGED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080401 |
Method SET_CLASS on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_EVENT Signature
Method SET_EVENT on class CL_SMT_WD_METHOD_CALL has no parameter.
Method SET_EVENT on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHANGED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080401 |
Method SET_METHOD on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_PARAMETER_ASSIGNMENT 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 | 20080221 |
Method SET_PARAMETER_ASSIGNMENT on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_PARAMETER_FIXED_VALUE 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 | 20080221 |
Method SET_PARAMETER_FIXED_VALUE on class CL_SMT_WD_METHOD_CALL has no exception.
Method SET_PARAMETER_STRUCTURE 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 | 20080221 |
Method SET_PARAMETER_STRUCTURE on class CL_SMT_WD_METHOD_CALL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |