SAP ABAP Class IF_CLS_TYPE_DIRECTORY (Attribute)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLS_TYPE_DIRECTORY | 20050915 |
Properties
Class | IF_CLS_TYPE_DIRECTORY | |
Short Description | Attribute | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20041014 | SAP |
Last change | 20071217 | 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) |
Interfaces
Class IF_CLS_TYPE_DIRECTORY has no interface implemented.
Friends
Class IF_CLS_TYPE_DIRECTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20050915 | ||||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_TYPE_DIR | 20050915 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check whether an object is part of the type list | 20050915 |
2 | ![]() |
Instance method | Public | Method | Get the type of a type (filter, sub-object, main-object,...) | 20051010 |
3 | ![]() |
Instance method | Public | Method | X: The object is not explicitely part of the type list | 20050921 |
Events
Class IF_CLS_TYPE_DIRECTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_TYPE_DIR | Public | See coding | 20050915 | ty_type_dir type hashed table of ty_type_dir_entry with unique key name
|
||
2 | TY_TYPE_DIR_ENTRY | Public | See coding | 20050915 | begin of ty_type_dir_entry,
name type cls_object_type_group,
kind type cls_type_kind,
implicit type abap_bool,
implicit_due_to_filters type abap_bool,
filters type pak_object_type_table,
sub_types type pak_object_type_table,
descr type string,
badi type ref to cl_cls_badi_type_properties,
filter_badi type ref to cl_cls_badi_object_filter,
end of ty_type_dir_entry
|
Method Signatures
Method CHECK_FILTERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050915 |
Method GET_TYPE_KIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OBJ_TYPE | Call by reference | Type reference (TYPE) | CLIKE | 20051010 | |||
2 | ![]() |
RE_TYPE_KIND | Value transfer | Type reference (TYPE) | CLS_TYPE_KIND | Type kind | 20051010 |
Method GET_TYPE_KIND on class IF_CLS_TYPE_DIRECTORY has no exception.
Method OBJECT_IS_IMPLICIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OBJECT | Call by reference | Type reference (TYPE) | PAK_OBJECT_KEY | Object key | 20050921 | ||
2 | ![]() |
RE_OBJECT_IS_IMPLICIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050921 |
Method OBJECT_IS_IMPLICIT on class IF_CLS_TYPE_DIRECTORY has no exception.
History
Last changed by/on | SAP | 20071217 |
SAP Release Created in |