SAP ABAP Class CL_BSP_WD_OO_METHOD_PROXY (ABAP OO Method Proxy)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-WKB (Application Component) Development Workbench
⤷
CRM_BSP_WD_GEN_TOOLS (Package) Code Generation and Manipulations Tools for WEBCUIF DT
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_WD_OO_COMPONENT_PROXY | ABAP OO Component Proxy | 20040127 |
Properties
| Class | CL_BSP_WD_OO_METHOD_PROXY | |
| Short Description | ABAP OO Method Proxy | |
| Super Class | CL_BSP_WD_OO_COMPONENT_PROXY | ABAP OO Component Proxy |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD_GEN_TOOLS | Code Generation and Manipulations Tools for WEBCUIF DT |
| Created | 20040127 | 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) | |
| 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) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BSP_WD_OO_METHOD_PROXY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BSP_WD_CLASS_EDIT_TOOL | 20040127 | Editing Tools for ABAP OO Classes |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | SEOS_PARDECLTYP_CHANGING | 20040127 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | SEOS_PARDECLTYP_EXPORTING | 20040127 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | SEOS_PARDECLTYP_IMPORTING | 20040127 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Method Redefined | 20040203 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | VSEOMETHOD | Generated Table for View VSEOMETHOD | 20040127 | |||
| 6 | Constant | Public | Type reference (TYPE) | SEOK_ACCESS_MODE | 'REDEFINE' | Redefinition Mode | 20040315 | ||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SEOS_PARAMETERS_R | 20040127 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | SEOX_BOOLEAN | 20080526 | ||||
| 9 | Constant | Public | Type reference (TYPE) | I | SEOS_PARDECLTYP_RETURNING | 20040127 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20040127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Parameter | 20040127 | |
| 2 | Instance method | Public | Constructor | Constructor | 20040127 | |
| 3 | Instance method | Public | Method | Returns Method Implementation | 20040202 | |
| 4 | Instance method | Public | Method | Returns Method Implementation | 20040315 | |
| 5 | Instance method | Public | Method | Returns Method Implementation | 20040317 | |
| 6 | Instance method | Public | Method | Returns the Origin Class of the Method Implementation | 20081016 | |
| 7 | Instance method | Protected | Method | 20040203 | ||
| 8 | Instance method | Protected | Method | 20040315 | ||
| 9 | Instance method | Public | Method | Sets Method Implementation | 20040127 | |
| 10 | Instance method | Public | Method | 20090305 |
Events
Class CL_BSP_WD_OO_METHOD_PROXY has no event.
Types
Class CL_BSP_WD_OO_METHOD_PROXY has no local type.
Method Signatures
Method ADD_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KIND | Call by reference | Type reference (TYPE) | I | Parameterart | 20040127 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Parametername | 20040127 | |||
| 3 | IV_OPTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Kennzeichen: Optionaler Parameter | 20040127 | ||
| 4 | IV_PASS_BY_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Kennzeichen: Parameterübergabe als Wert | 20040128 | ||
| 5 | IV_TYPE | Call by reference | Type reference (TYPE) | NAME_KOMP | Parametertyp | 20040127 | |||
| 6 | IV_TYPEKIND | Call by reference | Type reference (TYPE) | I | Typart | 20040127 |
Method ADD_PARAMETER on class CL_BSP_WD_OO_METHOD_PROXY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20040127 | |||
| 2 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | Methodenname | 20040127 | |||
| 3 | IV_MODE | Call by reference | Type reference (TYPE) | SEOK_ACCESS_MODE | OP_MODE_CREATE | Einstelliges Kennzeichen | 20040202 | ||
| 4 | IV_REF_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Referenzklasse | 20050127 | |||
| 5 | IV_REF_EVENT | Call by reference | Type reference (TYPE) | SEOCMPNAME | Referenzevent | 20050127 | |||
| 6 | IV_WITH_SUPER_CALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040203 | |||
| 2 | Methode ist final und kann nicht redefiniert werden | 20040315 | ||
| 3 | 20040202 | |||
| 4 | 20040203 | |||
| 5 | Zugriff verweigert | 20040318 |
Method GET_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BODY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20040202 | |||
| 2 | RT_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20040202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040315 |
Method GET_SUPER_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BODY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20040315 | |||
| 2 | RT_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20040315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040315 |
Method GET_YOUNGEST_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BODY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20040317 | |||
| 2 | RT_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20040317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040317 |
Method GET_YOUNGEST_IMPL_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ORIGIN_CLASS | Value transfer | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20081016 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081016 |
Method LOAD_METHOD Signature
Method LOAD_METHOD on class CL_BSP_WD_OO_METHOD_PROXY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040315 |
Method LOAD_METHOD_FOR_REDEFINITION Signature
Method LOAD_METHOD_FOR_REDEFINITION on class CL_BSP_WD_OO_METHOD_PROXY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040315 | |||
| 2 | Methode kann nicht redefiniert werden | 20040315 |
Method SET_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20040318 |
Method SET_IMPLEMENTATION on class CL_BSP_WD_OO_METHOD_PROXY has no exception.
Method SET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ABSTRACT | Call by reference | Type reference (TYPE) | SEOABSTRCT | Kennzeichen Abstrakte Methode | 20090305 | |||
| 2 | IV_FINAL | Call by reference | Type reference (TYPE) | SEOFINAL | Kennzeichen Finale Methode | 20090305 |
Method SET_PROPERTIES on class CL_BSP_WD_OO_METHOD_PROXY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 40 |