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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SEOK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SEOP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SEOS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SEOX 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 CHANGING_PARAM Constant Public Type reference (TYPE) I SEOS_PARDECLTYP_CHANGING 20040127
2 EXPORTING_PARAM Constant Public Type reference (TYPE) I SEOS_PARDECLTYP_EXPORTING 20040127
3 IMPORTING_PARAM Constant Public Type reference (TYPE) I SEOS_PARDECLTYP_IMPORTING 20040127
4 IS_REDEFINED Instance attribute Public Type reference (TYPE) ABAP_BOOL Method Redefined 20040203
5 METHOD_DEF Instance attribute Protected Type reference (TYPE) VSEOMETHOD Generated Table for View VSEOMETHOD 20040127
6 OP_MODE_REDEFINE Constant Public Type reference (TYPE) SEOK_ACCESS_MODE 'REDEFINE' Redefinition Mode 20040315
7 PARAMETER_TAB Instance attribute Protected Type reference (TYPE) SEOS_PARAMETERS_R 20040127
8 REDEF_ADD_SUPER_CALL Instance attribute Protected Type reference (TYPE) SEOX_BOOLEAN 20080526
9 RETURNING_PARAM Constant Public Type reference (TYPE) I SEOS_PARDECLTYP_RETURNING 20040127
10 SOURCE Instance attribute Protected Type reference (TYPE) RSWSOURCET ABAP Source 20040127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARAMETER Instance method Public Method Adds Parameter 20040127
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040127
3 GET_IMPLEMENTATION Instance method Public Method Returns Method Implementation 20040202
4 GET_SUPER_IMPLEMENTATION Instance method Public Method Returns Method Implementation 20040315
5 GET_YOUNGEST_IMPLEMENTATION Instance method Public Method Returns Method Implementation 20040317
6 GET_YOUNGEST_IMPL_ORIGIN Instance method Public Method Returns the Origin Class of the Method Implementation 20081016
7 LOAD_METHOD Instance method Protected Method 20040203
8 LOAD_METHOD_FOR_REDEFINITION Instance method Protected Method 20040315
9 SET_IMPLEMENTATION Instance method Public Method Sets Method Implementation 20040127
10 SET_PROPERTIES 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 Importing IV_KIND Call by reference Type reference (TYPE) I Parameterart 20040127
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Parametername 20040127
3 Importing IV_OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Optionaler Parameter 20040127
4 Importing IV_PASS_BY_VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Parameterübergabe als Wert 20040128
5 Importing IV_TYPE Call by reference Type reference (TYPE) NAME_KOMP Parametertyp 20040127
6 Importing 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 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20040127
2 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) SEOCPDNAME Methodenname 20040127
3 Importing IV_MODE Call by reference Type reference (TYPE) SEOK_ACCESS_MODE OP_MODE_CREATE Einstelliges Kennzeichen 20040202
4 Importing IV_REF_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Referenzklasse 20050127
5 Importing IV_REF_EVENT Call by reference Type reference (TYPE) SEOCMPNAME Referenzevent 20050127
6 Importing IV_WITH_SUPER_CALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080526
# Exception Resumable Description Created on
1 EXISTING 20040203
2 FINAL Methode ist final und kann nicht redefiniert werden 20040315
3 METHOD_INHERITED 20040202
4 NOT_EXISTING 20040203
5 NO_ACCESS Zugriff verweigert 20040318

Method GET_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BODY_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040202
2 Returning RT_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP-Source 20040202
# Exception Resumable Description Created on
1 FAILED 20040315

Method GET_SUPER_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BODY_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040315
2 Returning RT_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP-Source 20040315
# Exception Resumable Description Created on
1 FAILED 20040315

Method GET_YOUNGEST_IMPLEMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BODY_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040317
2 Returning RT_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP-Source 20040317
# Exception Resumable Description Created on
1 FAILED 20040317

Method GET_YOUNGEST_IMPL_ORIGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ORIGIN_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20081016
# Exception Resumable Description Created on
1 FAILED 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 FAILED 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 FAILED 20040315
2 FINAL 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 Importing 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 Importing IV_ABSTRACT Call by reference Type reference (TYPE) SEOABSTRCT Kennzeichen Abstrakte Methode 20090305
2 Importing 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