SAP ABAP Interface IF_RSOS_ES_OBJ_INDEXING (Indexing interface for object types)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSOS_ES (Package) BI Implementation of the Enterprise Search Connector

⤷

⤷

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
Interface | IF_RSOS_ES_OBJ_INDEXING | |
Short Description | Indexing interface for object types |
General Data
Package | RSOS_ES | BI Implementation of the Enterprise Search Connector |
Created | 20100727 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_RSOS_ES_OBJ | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_RSOS_ES_OBJ_INDEXING has no interface.
Friends
Interface IF_RSOS_ES_OBJ_INDEXING has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_RSOS_ES_OBJ_INDEXING has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |