SAP ABAP Class CE_ATRAPI_OBJTYPE (Object Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-RTA (Application Component) Runtime Analysis
⤷
S_ATRA_API (Package) ATRA API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ATRAPI_ENUM_SUPER | Enumeration Super Class | 20110526 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IE_ATRAPI_OBJTYPE | Object Type | 20101129 |
Properties
| Class | CE_ATRAPI_OBJTYPE | |
| Short Description | Object Type | |
| Super Class | CL_ATRAPI_ENUM_SUPER | Enumeration Super Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ATRA_API | ATRA API |
| Created | 20101129 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CE_ATRAPI_OBJTYPE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IE_ATRAPI_OBJTYPE | Object Type | 20101129 |
Friends
Class CE_ATRAPI_OBJTYPE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20101129 | |||||
| 2 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | 20110511 | ||||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | Function Module | 20101129 | |||
| 4 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | Program | 20101129 | |||
| 5 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | Shared Objects Area Structure | 20101129 | |||
| 6 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | Transaction | 20101129 | |||
| 7 | Static Attribute | Public | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | Function Module | 20101129 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TYP_TAB_MEMBERS | 20101129 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101129 | |
| 2 | Static method | Public | Method | 20101129 | ||
| 3 | Static method | Private | Method | 20101129 |
Events
Class CE_ATRAPI_OBJTYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_MEMBER | Private | See coding | 20101129 | BEGIN OF typ_str_member,
id TYPE c LENGTH 1,
ref_member TYPE REF TO ie_atrapi_objtype,
END OF typ_str_member
|
||
| 2 | TYP_TAB_MEMBERS | Private | See coding | 20101129 | typ_tab_members TYPE HASHED TABLE OF typ_str_member WITH
UNIQUE KEY id
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_ATRAPI_OBJTYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CE_ATRAPI_OBJTYPE has no exception.
Method S_GET_FROM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20101129 | |||
| 2 | R_REF_MEMBER | Value transfer | Object reference (TYPE REF TO) | IE_ATRAPI_OBJTYPE | 20101129 |
Method S_GET_FROM_ID on class CE_ATRAPI_OBJTYPE has no exception.
Method S_INIT Signature
Method S_INIT on class CE_ATRAPI_OBJTYPE has no parameter.
Method S_INIT on class CE_ATRAPI_OBJTYPE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 802 |