SAP ABAP Class CL_RSOD_META (Documents for Metadata)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSOD (Package) KW Document Link (Core)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSOD_CONTEXT Context for BW Documents (Standard) 20001205
Properties
Class CL_RSOD_META  
Short Description Documents for Metadata    
Super Class CL_RSOD_CONTEXT Context for BW Documents (Standard) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSOD   KW Document Link (Core) 
Created 20000619   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RS_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_RSOD_CONST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSOD_META has no interface implemented.
Friends
Class CL_RSOD_META has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DEFAULT_URL_NAME Constant Public Type reference (TYPE) STRING 'DEFAULT' Document Name for Default URL 20031117
2 O_TH_TLOGO_X Static Attribute Private Type reference (TYPE) RSO_TH_TLOGO_X TLOGO Objects with Flag (hash) 20010227
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TLOGO_UNIQUE Instance method Public Method Checks if TLOGO Object is Unique 20010313
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20001205
3 CONVERT_TLOGO Static method Public Method Convert Meta Object from Logical to Database Presentation 20010308
4 CONVERT_TLOGO_INTERNAL Instance method Private Method Internal Conversion if Selection Is One TLOGO Object Exactly 20050603
5 DOCUMENTS_EXIST_MULTI Static method Public Method Chacks the Existence of Docs for Several TLOGO Objects 20010227
6 DOCUMENTS_EXIST_STATIC Static method Public Method Check Whether Document Exists for a TLogo Object 20010831
7 GET_DEFAULT_DOCUMENT_URL Static method Public Method Gets URL to Display Default Document (Only Old Runtime) 20031117
8 GET_DOCUMENTATION Instance method Public Method Gets the documentation for the object 20010312
9 GET_DOCU_URL Static method Public Method Gets URL for Generated MetaData Repository Documentation 20010511
10 GET_ROOT_TLOGO Static method Public Method Find higher-level metaobject (example: in routines) 20120214
11 GET_TLOGO Instance method Public Method Delivers TLOGO Object of Context 20010104
12 GET_URL_STATIC Static method Public Method Gets the URL for the Document Browser 20010316
13 SHOW_DOCUMENTATION Instance method Public Method Displays Generated MetaData Documentation in Browser 20010313
14 TEXT_QUERY Static method Public Method Obsolete; use cl_rsos_trex_search 20020102
15 TLOGO_IS_AVAILABLE_FOR_DOC Static method Public Method Check Whether the TLogo Is Allowed for Documents 20010831
Events
Class CL_RSOD_META has no event.
Types
Class CL_RSOD_META has no local type.
Method Signatures

Method CHECK_TLOGO_UNIQUE Signature

Method CHECK_TLOGO_UNIQUE on class CL_RSOD_META has no parameter.
Method CHECK_TLOGO_UNIQUE on class CL_RSOD_META has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Value transfer Type reference (TYPE) SOBJ_NAME Objekt 20010316
2 Importing I_R_ITEM Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_ITEM Baustein für eine Seite im Web Reporting 20030224
3 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20010912
4 Importing I_TLOGO Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20010316

Method CONSTRUCTOR on class CL_RSOD_META has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEM_ONLY_REUSABLE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE = 'X': Nur wiederverw. Q.Elem. (R_S_TLOGO leer, f.k. comp.) 20021106
2 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20010308
3 Returning R_S_TLOGO Value transfer Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20010308

Method CONVERT_TLOGO on class CL_RSOD_META has no exception.

Method CONVERT_TLOGO_INTERNAL Signature

Method CONVERT_TLOGO_INTERNAL on class CL_RSOD_META has no parameter.
Method CONVERT_TLOGO_INTERNAL on class CL_RSOD_META has no exception.

Method DOCUMENTS_EXIST_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO BW Repository: Liste (Hash) von TLOGO Objekt und Typ 20010227
2 Returning R_TH_TLOGO_DOC Value transfer Type reference (TYPE) RSO_TH_TLOGO TLOGO Objekt, für die Dokumente existieren 20010227

Method DOCUMENTS_EXIST_MULTI on class CL_RSOD_META has no exception.

Method DOCUMENTS_EXIST_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20010831
2 Returning R_DOCUMENTS_EXIST Value transfer Type reference (TYPE) RS_BOOL Boolean 20010831

Method DOCUMENTS_EXIST_STATIC on class CL_RSOD_META has no exception.

Method GET_DEFAULT_DOCUMENT_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RELATIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE X: Url startet mit /sap/bw; SPACE: url startet mit Server 20031117
2 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO Falls gefüllt: TLOGO Objekt wird der URL angefügt 20031117
3 Returning R_URL Value transfer Type reference (TYPE) STRING URL 20031117

Method GET_DEFAULT_DOCUMENT_URL on class CL_RSOD_META has no exception.

Method GET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_DOC_R Value transfer Type reference (TYPE) RSOD_S_DOC_R BW Dokument 20010312
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20010312

Method GET_DOCU_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RELATIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20020917
2 Importing I_SERVICE Call by reference Type reference (TYPE) STRING IF_RSOD_CONST=>URL_WEB_REPORTING 20020917
3 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20010511
4 Returning R_URL Value transfer Type reference (TYPE) STRING 20010511
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20010511

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TLOGO Call by reference Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20120214
2 Returning R_S_TLOGO Value transfer Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20120214

Method GET_ROOT_TLOGO on class CL_RSOD_META has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_TLOGO Value transfer Type reference (TYPE) RSO_S_TLOGO BW Repository: TLOGO Objekt und Typ 20010104

Method GET_TLOGO on class CL_RSOD_META has no exception.

Method GET_URL_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_URL Call by reference Type reference (TYPE) STRING URL 20010316
2 Importing I_ALSO_70_RUNTIME Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE = 'X': URLs für die 7.x Runtime (falls migriert wurde) 20060404
3 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objekt 20010316
4 Importing I_SEARCH_ACTIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE = 'X' Es wird auf die Suche geschaltent (Tabstrip) 20020510
5 Importing I_SEARCH_RADIO Call by reference Type reference (TYPE) RSRPARAMETERID Radiobutton Suche ('SEARCH_RADIO_ALL / SEARCH_RADIO_SELECTED 20020510
6 Importing I_SEARCH_STRING Call by reference Type reference (TYPE) STRING Suchbegriff 20020510
7 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO Tlogo Typ 20010316

Method GET_URL_STATIC on class CL_RSOD_META has no exception.

Method SHOW_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WINDOW_NAME Call by reference Type reference (TYPE) C Name des Browserfensters 20010430
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20010430

Method TEXT_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20020102
2 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME '*' Objektname im Objektkatalog auch generisch (+*) 20020102
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS '*' Objektversion 20020320
4 Importing I_QUERY_TEXT Call by reference Type reference (TYPE) STRING Suchanfrage in Altavista-Syntax 20020321
5 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO '*' BW: Objekttyp (TLOGO) auch generisch (+*) 20020102
6 Returning R_TH_TLOGO_TEXT_QUERY Value transfer Type reference (TYPE) RSOD_TH_TLOGO_TEXT_QUERY Tlogo Objekte mit Treffergenauigkeit (Textsuche) 20020321
# Exception Resumable Description Created on
1 CX_RSOD Allgemeiner Fehler mit Nachricht im CM Framework 20020102

Method TLOGO_IS_AVAILABLE_FOR_DOC 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) RSTLOGO BW: Objekttyp (TLOGO) 20010831
2 Returning R_IS_ALLOWED Value transfer Type reference (TYPE) RS_BOOL Boolean 20010831

Method TLOGO_IS_AVAILABLE_FOR_DOC on class CL_RSOD_META has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A