SAP ABAP Class CL_RSOS_ES_OBJ_TLOGO (Generic class for all TLOGO 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOS_ES_OBJ Base class for templates 20100624
Properties
Class CL_RSOS_ES_OBJ_TLOGO  
Short Description Generic class for all TLOGO types    
Super Class CL_RSOS_ES_OBJ Base class for templates 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSOS_ES   BI Implementation of the Enterprise Search Connector 
Created 20100624   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSOS_ES_OBJ_TLOGO has no interface implemented.
Friends
Class CL_RSOS_ES_OBJ_TLOGO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_TASKCOUNT Instance attribute Private Type reference (TYPE) I 0 Count of parallel task 20100727
2 P_T_ATTR_PROP Static Attribute Private See coding 20100625
3 P_T_CUBE_TYPE Static Attribute Private See coding Table for cube types 20100823
4 P_T_IOBJ_TYPE Static Attribute Private See coding Table for IOBJ types 20100823
5 P_T_LANGU Static Attribute Private Type reference (TYPE) RSAOS_T_LANGU Table of installed Languages 20100727
6 P_T_OBJS_OBJTP Static Attribute Private See coding 20100624
7 P_T_OBJTEXT Instance attribute Private Type reference (TYPE) RSOS_ES_T_OBJTXT Table of object description 20100727
8 P_T_ODSO_TYPE Static Attribute Private See coding Table for ODSO types 20100823
9 P_T_TLOGOPROP Static Attribute Private See coding 20100624
10 P_T_TLOGO_SEARCHATR Static Attribute Private See coding 20100624
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100624
2 GET_ASSOCIATIONS Instance method Private Method Get Associations for a given object type 20100625
3 GET_ATTRIBUTES Instance method Private Method Get Attributes of a object type 20100625
4 GET_AUTHORIZATIONS Instance method Private Method Get Authorizations for a given object type 20100628
5 GET_AUTH_FIELDS Instance method Private Method Get Authorization Fields 20100628
6 GET_NAV_TARGET Instance method Private Method Get backend navigation 20100628
7 GET_NAV_TYPE Instance method Private Method Get possible navigation type for Object type 20100628
8 GET_OBJTEXT_CALLBACK Instance method Public Method Callback method for FM RSOS_ES_GET_OBJTEXT 20100727
9 GET_REQUEST_TEXTS Instance method Private Method Get request text for a object type 20100716
10 GET_SEARCH_ATTR Instance method Private Method Get TLOGO search attributes 20100625
Events
Class CL_RSOS_ES_OBJ_TLOGO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_AUTH_FIELDS Public See coding 20100628 BEGIN OF ts_auth_fields, field TYPE xufield, txtlg TYPE xutext, END OF ts_auth_fields
2 TS_SEARCHATTR_AUTH Public See coding 20100628 BEGIN OF ts_searchattr_auth, obj_type TYPE rsobjs_type, search_atr TYPE rso_search_atr, authfield TYPE xufield, END OF ts_searchattr_auth
3 TS_TLOGO_PROP Public See coding 20100628 BEGIN OF ts_tlogo_prop, tlogo TYPE rstlogo, authobject TYPE xuobject, END OF ts_tlogo_prop
4 TT_AUTH_FIELDS Public See coding 20100628 tt_auth_fields TYPE TABLE OF ts_auth_fields
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_ASSOCIATIONS Signature

Method GET_ASSOCIATIONS on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method GET_ASSOCIATIONS on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method GET_ATTRIBUTES on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_AUTHORIZATIONS Signature

Method GET_AUTHORIZATIONS on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method GET_AUTHORIZATIONS on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_AUTH_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_AUTH_FIELDS Call by reference Type reference (TYPE) TT_AUTH_FIELDS Authorization fields 20100628
2 Importing I_AUTH_OBJ Call by reference Type reference (TYPE) XUOBJECT Authorization Object 20100628

Method GET_AUTH_FIELDS on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_NAV_TARGET Signature

Method GET_NAV_TARGET on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method GET_NAV_TARGET on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_NAV_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Services: Object Type 20100628
2 Returning R_NAV_TYPE Value transfer Attribute reference (LIKE) C_NAV_UITYPE Navigation UI type 20100628

Method GET_NAV_TYPE on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_OBJTEXT_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE Task name 20100727

Method GET_OBJTEXT_CALLBACK on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_REQUEST_TEXTS Signature

Method GET_REQUEST_TEXTS on class CL_RSOS_ES_OBJ_TLOGO has no parameter.
Method GET_REQUEST_TEXTS on class CL_RSOS_ES_OBJ_TLOGO has no exception.

Method GET_SEARCH_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLOGO Call by reference Type reference (TYPE) RSOBJS_TYPE Object Services: Object Type 20100625
2 Returning R_T_SEARCH_ATR Value transfer Type reference (TYPE) RSOS_T_SEARCH_ATR List of search attribute with properties 20100625

Method GET_SEARCH_ATTR on class CL_RSOS_ES_OBJ_TLOGO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730