SAP ABAP Class CL_BSP_WD_OO_COMPONENT_PROXY (ABAP OO Component 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 - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_OO_ATTRIBUTE_PROXY ABAP OO Attribute Proxy 20040129
2 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_OO_METHOD_PROXY ABAP OO Method Proxy 20040127
Properties
Class CL_BSP_WD_OO_COMPONENT_PROXY  
Short Description ABAP OO Component Proxy    
Super Class    
Instantiability of a Class 2  Public 
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 SEOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SEOK 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)
Interfaces
Class CL_BSP_WD_OO_COMPONENT_PROXY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_BSP_WD_CLASS_EDIT_TOOL 20040203 Editing Tools for ABAP OO Classes
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BASE_COMPONENT_KEY Instance attribute Protected Type reference (TYPE) SEOCMPKEY Key Structure of a Class 20040203
2 COMPONENT_KEY Instance attribute Protected Type reference (TYPE) SEOCPDKEY 20040127
3 COMPONENT_TYPE Instance attribute Protected Type reference (TYPE) SEOCMPTYPE Component Type 20040318
4 COMP_TYPE_ATTRIBUTE Constant Public Type reference (TYPE) SEOCMPTYPE 0 Component Type 20040318
5 COMP_TYPE_METHOD Constant Public Type reference (TYPE) SEOCMPTYPE 1 Component Type 20040318
6 CONSTANT_TYPE Constant Public Type reference (TYPE) I 2 20040127
7 INSTANCE_TYPE Constant Public Type reference (TYPE) I 0 20040127
8 IS_INHERITED Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator: Inherited 20040203
9 METHOD_DETAILS Instance attribute Protected Type reference (TYPE) SEOO_METHOD_DETAILS 20040203
10 OP_MODE Instance attribute Protected Type reference (TYPE) SEOK_ACCESS_MODE Operation Mode 20040202
11 OP_MODE_CHANGE Constant Public Type reference (TYPE) SEOK_ACCESS_MODE SEOK_ACCESS_MODIFY Change Mode 20040202
12 OP_MODE_CREATE Constant Public Type reference (TYPE) SEOK_ACCESS_MODE SEOK_ACCESS_INSERT Insert Mode 20040202
13 OP_MODE_DISPLAY Constant Public Type reference (TYPE) SEOK_ACCESS_MODE SEOK_ACCESS_SHOW Display Mode 20040318
14 STATIC_TYPE Constant Public Type reference (TYPE) I 1 20040127
15 TYPEKIND_LIKE Constant Public Type reference (TYPE) I 0 20040129
16 TYPEKIND_REF_TO Constant Public Type reference (TYPE) I 3 20040129
17 TYPEKIND_TYPE Constant Public Type reference (TYPE) I 1 20040129
18 VISIBILITY_PRIVATE Constant Public Type reference (TYPE) I 0 20040127
19 VISIBILITY_PROTECTED Constant Public Type reference (TYPE) I 1 20040127
20 VISIBILITY_PUBLIC Constant Public Type reference (TYPE) I 2 20040127
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COMPONENT_EXISTS Instance method Protected Method Checks Whether Component Exists in the Class 20040203
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040127
3 CREATE Instance method Public Method 20040127
4 SAVE Instance method Public Method Saves the Changes 20040203
5 SET_DESCRIPTION Instance method Public Method Sets the Name 20040127
6 SET_TYPE Instance method Public Method Set Type 20040127
7 SET_VISIBILITY Instance method Public Method Set Visibility 20040127
Events
# Event Type Visibility Description Created on
1 CREATED Instance Event
(0)
Protected
(1)
Newly-Created Component 20040203
2 SAVED Instance Event
(0)
Protected
(1)
Saved Component 20040203
Types
Class CL_BSP_WD_OO_COMPONENT_PROXY has no local type.
Method Signatures

Method CHECK_COMPONENT_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20040203

Method CHECK_COMPONENT_EXISTS on class CL_BSP_WD_OO_COMPONENT_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_COMPONENT_NAME Call by reference Type reference (TYPE) SEOCPDNAME 20040127
3 Importing IV_MODE Call by reference Type reference (TYPE) SEOK_ACCESS_MODE OP_MODE_CREATE Zugriffsmodus 20040202
# Exception Resumable Description Created on
1 EXISTING 20040203
2 NOT_EXISTING 20040203
3 NO_ACCESS Zugriff verweigert 20040318

Method CREATE Signature

Method CREATE on class CL_BSP_WD_OO_COMPONENT_PROXY has no parameter.
# Exception Resumable Description Created on
1 FAILED Erzeugung fehlgeschlagen 20040312

Method SAVE Signature

Method SAVE on class CL_BSP_WD_OO_COMPONENT_PROXY has no parameter.
# Exception Resumable Description Created on
1 FAILED Sichern fehlgeschlagen 20040312

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) TEXT60 Textfeld der Länge 60 20040127
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3-System, aktuelle Sprache 20040127

Method SET_DESCRIPTION on class CL_BSP_WD_OO_COMPONENT_PROXY has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) I INSTANCE_TYPE Typ 20040127

Method SET_TYPE on class CL_BSP_WD_OO_COMPONENT_PROXY has no exception.

Method SET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBILITY Call by reference Type reference (TYPE) I VISIBILITY_PUBLIC Sichtbarkeit 20040127

Method SET_VISIBILITY on class CL_BSP_WD_OO_COMPONENT_PROXY has no exception.
Event Signatures

Event CREATED Signature
Event CREATED on class CL_BSP_WD_OO_COMPONENT_PROXY has no parameter.
Event SAVED Signature
Event SAVED on class CL_BSP_WD_OO_COMPONENT_PROXY has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 40