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 | 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) |
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 | Instance attribute | Protected | Type reference (TYPE) | SEOCMPKEY | Key Structure of a Class | 20040203 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SEOCPDKEY | 20040127 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SEOCMPTYPE | Component Type | 20040318 | |||
| 4 | Constant | Public | Type reference (TYPE) | SEOCMPTYPE | 0 | Component Type | 20040318 | ||
| 5 | Constant | Public | Type reference (TYPE) | SEOCMPTYPE | 1 | Component Type | 20040318 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 2 | 20040127 | |||
| 7 | Constant | Public | Type reference (TYPE) | I | 0 | 20040127 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Indicator: Inherited | 20040203 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | SEOO_METHOD_DETAILS | 20040203 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | SEOK_ACCESS_MODE | Operation Mode | 20040202 | |||
| 11 | Constant | Public | Type reference (TYPE) | SEOK_ACCESS_MODE | SEOK_ACCESS_MODIFY | Change Mode | 20040202 | ||
| 12 | Constant | Public | Type reference (TYPE) | SEOK_ACCESS_MODE | SEOK_ACCESS_INSERT | Insert Mode | 20040202 | ||
| 13 | Constant | Public | Type reference (TYPE) | SEOK_ACCESS_MODE | SEOK_ACCESS_SHOW | Display Mode | 20040318 | ||
| 14 | Constant | Public | Type reference (TYPE) | I | 1 | 20040127 | |||
| 15 | Constant | Public | Type reference (TYPE) | I | 0 | 20040129 | |||
| 16 | Constant | Public | Type reference (TYPE) | I | 3 | 20040129 | |||
| 17 | Constant | Public | Type reference (TYPE) | I | 1 | 20040129 | |||
| 18 | Constant | Public | Type reference (TYPE) | I | 0 | 20040127 | |||
| 19 | Constant | Public | Type reference (TYPE) | I | 1 | 20040127 | |||
| 20 | Constant | Public | Type reference (TYPE) | I | 2 | 20040127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Checks Whether Component Exists in the Class | 20040203 | |
| 2 | Instance method | Public | Constructor | Constructor | 20040127 | |
| 3 | Instance method | Public | Method | 20040127 | ||
| 4 | Instance method | Public | Method | Saves the Changes | 20040203 | |
| 5 | Instance method | Public | Method | Sets the Name | 20040127 | |
| 6 | Instance method | Public | Method | Set Type | 20040127 | |
| 7 | 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 | 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 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20040127 | |||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | 20040127 | ||||
| 3 | IV_MODE | Call by reference | Type reference (TYPE) | SEOK_ACCESS_MODE | OP_MODE_CREATE | Zugriffsmodus | 20040202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040203 | |||
| 2 | 20040203 | |||
| 3 | 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 | 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 | Sichern fehlgeschlagen | 20040312 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | TEXT60 | Textfeld der Länge 60 | 20040127 | |||
| 2 | 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 | 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 | 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 |