SAP ABAP Class IF_RSOS_ES_OBJ_INDEXING (Indexing interface for object types)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSOS_ES_OBJ | Base class for templates | 20100727 |
Properties
Class | IF_RSOS_ES_OBJ_INDEXING | |
Short Description | Indexing interface for object types | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100727 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_RSOS_ES_OBJ_INDEXING has no interface implemented.
Friends
Class IF_RSOS_ES_OBJ_INDEXING has no friend class.
Attributes
Class IF_RSOS_ES_OBJ_INDEXING has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get list of objects | 20100727 |
2 | ![]() |
Instance method | Public | Method | Get object data | 20100727 |
3 | ![]() |
Instance method | Public | Method | Get instance of object class | 20100727 |
4 | ![]() |
Instance method | Public | Method | Get Object type | 20100728 |
Events
Class IF_RSOS_ES_OBJ_INDEXING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_OBJECT_LIST | Public | See coding | 20100727 | BEGIN OF ts_object_list,
objtype TYPE esh_e_om_object_type,
objname TYPE sobj_name,
objvers TYPE rsobjvers,
objname_auth TYPE c LENGTH 60,
END OF ts_object_list
|
||
2 | TT_OBJECT_LIST | Public | See coding | 20100727 | tt_object_list TYPE TABLE OF ts_object_list
|
Method Signatures
Method GET_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_OBJECT | Call by reference | Type reference (TYPE) | TT_OBJECT_LIST | Get list of objects | 20100727 |
Method GET_OBJECTS on class IF_RSOS_ES_OBJ_INDEXING has no exception.
Method GET_OBJECT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_OBJECT_DATA | Call by reference | Type reference (TYPE) | RSOS_TX_SEATR_ATR | Object data | 20100727 | ||
2 | ![]() |
I_S_OBJECT | Call by reference | Type reference (TYPE) | TS_OBJECT_LIST | Object name | 20100727 |
Method GET_OBJECT_DATA on class IF_RSOS_ES_OBJ_INDEXING has no exception.
Method GET_OBJECT_DESC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_OBJECT | Call by reference | Type reference (TYPE) | TT_OBJECT_LIST | Object Type | 20100727 | ||
2 | ![]() |
R_T_OBJECT_DESC | Value transfer | Type reference (TYPE) | RSOS_ES_T_OBJTXT | Table of Object text (language dependent) | 20100727 |
Method GET_OBJECT_DESC on class IF_RSOS_ES_OBJ_INDEXING has no exception.
Method GET_OBJECT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_OBJTYPE | Value transfer | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20100728 |
Method GET_OBJECT_TYPE on class IF_RSOS_ES_OBJ_INDEXING has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |