SAP ABAP Class CL_EW_OP_SIMPLE_OBJECT (Basic Class for Direct Object Implementations)
Hierarchy
☛
FI-CA (Software Component) FI-CA
⤷
CS-CI-CIC (Application Component) Customer Interaction Center
⤷
EE_CRM_CIC (Package) Generic IS-U/T Enhancements (Transport to CRM Follows)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_EW_OP_BASE_OBJECT | Basic Class for Objct Provider Objects | 20000115 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CCM_OP_OBJECT_MODIFY | Change Interface for Object Provider Objects | 20000115 |
Meta Relationship - Used By
Properties
Class | CL_EW_OP_SIMPLE_OBJECT | |
Short Description | Basic Class for Direct Object Implementations | |
Super Class | CL_EW_OP_BASE_OBJECT | Basic Class for Objct Provider Objects |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | EE_CRM_CIC | Generic IS-U/T Enhancements (Transport to CRM Follows) |
Created | 20000115 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EW_OP_SIMPLE_OBJECT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CCM_OP_OBJECT_MODIFY | Change Interface for Object Provider Objects | 20000115 |
Friends
Class CL_EW_OP_SIMPLE_OBJECT 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) | DATA | Reference to Structure with Data | 20000115 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATAREFTAB_TYPE | Table for Virtual Attributes | 20000315 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | EBA_FLAG | Indicator: Data Already Read | 20000115 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T | Indicator: Object Not Found | 20000118 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Reads Data and Provides Reference to the Data | 20000115 |
2 | ![]() |
Instance method | Protected | Method | Fills Attributes That Do Not Exist in the Structure | 20000115 |
3 | ![]() |
Instance method | Public | Method | Provides Attribute Definition (Static Mode) | 20000115 |
4 | ![]() |
Instance method | Public | Method | Provides Class Description | 20000302 |
5 | ![]() |
Instance method | Public | Method | Provides Reference to Structure of Attribute Values | 20000115 |
6 | ![]() |
Instance method | Public | Method | Provides Definition of Object Relationships (Static Mode) | 20000115 |
7 | ![]() |
Instance method | Public | Method | Provides Super Class ID | 20000115 |
8 | ![]() |
Instance method | Public | Method | Initializes the Object | 20000118 |
Events
Class CL_EW_OP_SIMPLE_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DATAREFTAB_LINE | Private | See coding | DATAREFTAB_LINE | 20000315 |
|
|
2 | DATAREFTAB_TYPE | Private | See coding | DATAREFTAB_TYPE | 20000315 |
|
Method Signatures
Method FILL_ATTRIBUTE_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_NO_CACHING | Call by reference | Type reference (TYPE) | EBA_FLAG | Kennz: Daten nicht merken | 20000115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht vorhanden | 20000115 |
Method FILL_VIRTUAL_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_DONE | Call by reference | Type reference (TYPE) | EBA_FLAG | Kennz: Attribut wurde gefüllt | 20000115 | ||
2 | ![]() |
EX_NO_CACHING | Call by reference | Type reference (TYPE) | EBA_FLAG | Kennz: Wert nicht merken | 20000115 | ||
3 | ![]() |
EX_VALUE | Value transfer | Type reference (TYPE) | ANY | Wert | 20000115 | ||
4 | ![]() |
IM_ATTRIBUTE | Call by reference | Type reference (TYPE) | C | Attributname | 20000115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut nicht gefunden | 20000115 | |
2 | ![]() |
Wert konnte nicht zugewiesen werden | 20000115 |
Method GET_ATTRIBUTE_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ATTRIBUTE_LIST | Call by reference | Type reference (TYPE) | CCM_OP_ATTRIBUTE_TAB | Liste von Attributen | 20000115 | ||
2 | ![]() |
EX_ATTRIBUTE_STRUCTURE | Call by reference | Type reference (TYPE) | TYPENAME | DDIC-Struktur für Attribute | 20000115 | ||
3 | ![]() |
EX_COVERED_CLASS | Call by reference | Type reference (TYPE) | CCM_OP_IMPL_CLASSID | Zugrundeliegende Klasse zum Abmischen von Attributen | 20000115 | ||
4 | ![]() |
IM_CLASSID | Call by reference | Type reference (TYPE) | CCM_OP_IMPL_CLASSID | Klassen-ID | 20000115 |
Method GET_ATTRIBUTE_DEFINITION on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Method GET_CLASS_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CLASS_DESCRIPTION | Value transfer | Type reference (TYPE) | TEXT30 | Klassen-Beschreibung | 20000302 |
Method GET_CLASS_DESCRIPTION on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Method GET_DATAREF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_DATAREF | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz | 20000115 |
Method GET_DATAREF on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Method GET_RELATIONS_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_RELATIONS | Call by reference | Type reference (TYPE) | CCM_OP_RELATION_TAB | Liste der Beziehungsdefinitionen | 20000115 | ||
2 | ![]() |
IM_CLASSID | Call by reference | Type reference (TYPE) | CCM_OP_IMPL_CLASSID | Klassen-ID | 20000115 |
Method GET_RELATIONS_DEFINITION on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Method GET_SUPER_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_SUPER_CLASS_ID | Value transfer | Type reference (TYPE) | CCM_OP_CLASSID | ID der Superklasse | 20000115 |
Method GET_SUPER_CLASS on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Method INITIALIZE_OBJECT Signature
Method INITIALIZE_OBJECT on class CL_EW_OP_SIMPLE_OBJECT has no parameter.
Method INITIALIZE_OBJECT on class CL_EW_OP_SIMPLE_OBJECT has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in |