SAP ABAP Class CL_WER_EXP_METH_CALL_DELEGATE (Delegate for implementation of the expression method call)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-MD-MM (Application Component) Material Master
⤷
WER_BUSINESS (Package) Business Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WER_EXPRESSION | Expression base | 20061109 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WER_METHOD_CALL | Method call interface | 20061109 |
Properties
| Class | CL_WER_EXP_METH_CALL_DELEGATE | |
| Short Description | Delegate for implementation of the expression method call | |
| Super Class | CL_WER_EXPRESSION | Expression base |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WER_BUSINESS | Business Layer |
| Created | 20061109 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WER_METHOD_CALL | Method call interface | 20061109 |
Friends
Class CL_WER_EXP_METH_CALL_DELEGATE 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_FDT_EXPRESSION | FDT: Expression | 20070109 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WER_METHOD_CALL | Method call interface | 20061109 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_METHOD_CALL_CTRL | Method call controller | 20061109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the data reference for a parameter | 20061109 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20061109 | |
| 3 | Instance method | Public | Method | Execute the method | 20061109 | |
| 4 | Instance method | Public | Method | Returns the data reference for a parameter | 20061109 | |
| 5 | Instance method | Public | Method | Returns the data reference for a parameter | 20061109 | |
| 6 | Instance method | Public | Method | Returns the data reference for a parameter | 20070618 | |
| 7 | Instance method | Public | Method | Returns the return parameter data object | 20061109 | |
| 8 | Instance method | Public | Method | Returns the list of data objects used by the method call | 20061109 | |
| 9 | Instance method | Public | Method | Load method data from database | 20061109 | |
| 10 | Instance method | Public | Method | Returns the data reference for a parameter | 20061109 |
Events
Class CL_WER_EXP_METH_CALL_DELEGATE has no event.
Types
Class CL_WER_EXP_METH_CALL_DELEGATE has no local type.
Method Signatures
Method CHECK_METHOD Signature
Method CHECK_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no parameter.
Method CHECK_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20070109 | |||
| 2 | IR_METHOD_CALL | Call by reference | Object reference (TYPE REF TO) | IF_WER_METHOD_CALL | Method call interface | 20061109 |
Method CONSTRUCTOR on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method EXECUTE_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XT_PARAMBIND | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20061109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data supplied | 20061109 | ||
| 2 | Value does not exist | 20061109 | ||
| 3 | Operation failed exception | 20061109 |
Method GET_METHOD Signature
Method GET_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no parameter.
Method GET_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method GET_METHOD_PARAMETERS Signature
Method GET_METHOD_PARAMETERS on class CL_WER_EXP_METH_CALL_DELEGATE has no parameter.
Method GET_METHOD_PARAMETERS on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method GET_PARAMETER_DATA_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20070618 | ||||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070618 | ||||
| 3 | RR_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20070618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Value does not exist | 20070618 |
Method GET_RETURN_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DATA_OBJECT | Value transfer | Type reference (TYPE) | WER_DATA_OBJECT_ID | Unique data object identifier (GUID) | 20061109 |
Method GET_RETURN_DATA_OBJECT on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method GET_USED_DATA_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DATA_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_TYPES=>TS_OBJECT_ID | 20061109 |
Method GET_USED_DATA_OBJECTS on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
Method LOAD_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | WER_MC_PARAM_TTY | List of method parameters and id association | 20061109 | |||
| 2 | I_CLASS | Call by reference | Type reference (TYPE) | WER_CLASS_NAME | Class Name | 20061109 | |||
| 3 | I_INTERFACE | Call by reference | Type reference (TYPE) | WER_INTERFACE_NAME | Interface name | 20070221 | |||
| 4 | I_METHOD | Call by reference | Type reference (TYPE) | WER_METHOD_NAME | Method name | 20061109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data supplied | 20061109 | ||
| 2 | Value does not exist | 20061109 |
Method SET_METHOD Signature
Method SET_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no parameter.
Method SET_METHOD on class CL_WER_EXP_METH_CALL_DELEGATE has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 601 |