SAP ABAP Class CE_OBJTYPE_SCOPE (Functional Usage Areas for Object Types (Extendable Enum.))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SWB_OBJECT_TYPES (Package) Management of Object Types

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 |
Properties
Class | CE_OBJTYPE_SCOPE | |
Short Description | Functional Usage Areas for Object Types (Extendable Enum.) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWB_OBJECT_TYPES | Management of Object Types |
Created | 20100712 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CE_OBJTYPE_SCOPE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 |
Friends
Class CE_OBJTYPE_SCOPE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | 20120726 | |||
2 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | 20110608 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100914 | |||
4 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WVOBJTYPE_SCOPES | Prerequisite Usage Areas | 20100914 | ||
6 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYP_TAB_TYPESCOPES | 20100914 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WVOBJTYPE_SCOPE_ID | Validity Area; Possible Values: SPACE or 'WORKBENCH' | 20101013 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WVOBJTYPE_SCOPE_ID | 20100914 | |||
10 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 | ||
11 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20110314 | ||
12 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 | ||
13 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 | ||
14 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Usage Area for Object Types (Extendable Enumeration) | 20100914 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20100914 | |
2 | ![]() |
Static method | Public | Method | 20100914 | |
3 | ![]() |
Static method | Public | Method | 20100914 | |
4 | ![]() |
Static method | Public | Method | 20100914 | |
5 | ![]() |
Static method | Private | Method | 20100914 |
Events
Class CE_OBJTYPE_SCOPE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_STR_TYPESCOPE | Private | See coding | 20100914 | BEGIN OF typ_str_typescope,
typescope_id TYPE wvobjtype_scope_id,
ref_typescope TYPE REF TO ie_objtype_scope,
END OF typ_str_typescope
|
||
2 | TYP_TAB_TYPESCOPES | Private | See coding | 20100914 | typ_tab_typescopes TYPE HASHED TABLE OF typ_str_typescope
WITH UNIQUE KEY typescope_id
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_OBJTYPE_SCOPE has no parameter.
Method CLASS_CONSTRUCTOR on class CE_OBJTYPE_SCOPE has no exception.
Method GET_ALL_SCOPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SCOPES | Value transfer | Type reference (TYPE) | WVOBJTYPE_SCOPES | Anwendungsbereiche eines Objekttyps | 20100914 |
Method GET_ALL_SCOPES on class CE_OBJTYPE_SCOPE has no exception.
Method GET_DESCRIPTION_FROM_SCOPE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DESCRIPTION | Value transfer | Type reference (TYPE) | WVOBJTYPE_SCOPE_DESCRIPTION | Beschreibung des Fkt. Verwendungsbereichs | 20100914 | ||
2 | ![]() |
P_TYPESCOPE_ID | Call by reference | Type reference (TYPE) | WVOBJTYPE_SCOPE_ID | ID eines Objekttyp-Verwendungsbereichs | 20100914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error with administration of object type scopes | 20100914 |
Method GET_FROM_TYPESCOPE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REF_TYPESCOPE | Value transfer | Object reference (TYPE REF TO) | IE_OBJTYPE_SCOPE | Anwendungsbereich für Objekttypen (Extendable Enumeration) | 20100914 | ||
2 | ![]() |
P_TYPESCOPE_ID | Call by reference | Type reference (TYPE) | WVOBJTYPE_SCOPE_ID | ID eines Objekttyp-Anwendungsbereichs | 20100914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error with administration of object type scopes | 20100914 |
Method INIT Signature
Method INIT on class CE_OBJTYPE_SCOPE has no parameter.
Method INIT on class CE_OBJTYPE_SCOPE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |