SAP ABAP Interface IF_BICS_METADATA_BROWSER (Metadata Browser)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     BW_BICS_BASE_OBJECTS (Package) Basis Objects of All BICS Entities
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BICS_METADATA_BROWSER Metadata Browser 20110124
Properties
Interface IF_BICS_METADATA_BROWSER  
Short Description Metadata Browser    
General Data
Package BW_BICS_BASE_OBJECTS   Basis Objects of All BICS Entities 
Created 20110124   SAP 
Last changed 20130531   SAP 
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)
2 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_BICS_METADATA_BROWSER has no interface.
Friends
Interface IF_BICS_METADATA_BROWSER has no friend.
Attributes
Interface IF_BICS_METADATA_BROWSER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_USAGE_HISTORY Instance method Public Method Read Last Metadata Objects Used 20110124
2 SEARCH Instance method Public Method Find Metadata Objects 20110125
Events
Interface IF_BICS_METADATA_BROWSER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_SEARCH_STRING Public See coding Search String 20110125 tn_search_string TYPE c LENGTH 60
2 TN_S_METADATA Public See coding Metadata Object 20110124 BEGIN OF tn_s_metadata, type TYPE if_bics_object=>tn_text, parent_key TYPE if_bics_object=>tn_name, parent_text TYPE if_bics_object=>tn_text, parent_description TYPE if_bics_object=>tn_text, key TYPE if_bics_object=>tn_name, text TYPE if_bics_object=>tn_text, description TYPE if_bics_object=>tn_text, type_ref TYPE REF TO cl_bics_metadata_type, technical_name TYPE if_bics_object=>tn_name, node_id TYPE if_bics_object=>tn_name, parent_id TYPE if_bics_object=>tn_name, changed_at TYPE tn_timestamp, changed_by TYPE if_bics_object=>tn_name, END OF tn_s_metadata
3 TN_TIMESTAMP Public See coding 20110125 tn_timestamp TYPE n LENGTH 14
4 TN_T_METADATA Public See coding Metadata List 20110124 tn_t_metadata TYPE STANDARD TABLE OF tn_s_metadata WITH KEY type key
Method Signatures

Method GET_USAGE_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_METADATA_TYPE Call by reference Object reference (TYPE REF TO) CL_BICS_METADATA_TYPE Metadatentyp 20110124
2 Returning R_T_METADATA Value transfer Type reference (TYPE) TN_T_METADATA Metadatenliste 20110124

Method GET_USAGE_HISTORY on Interface IF_BICS_METADATA_BROWSER has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_METADATA_TYPE Call by reference Object reference (TYPE REF TO) CL_BICS_METADATA_TYPE Metadatentyp 20110125
2 Importing I_SEARCH_IN_KEY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110930
3 Importing I_SEARCH_IN_TEXT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110930
4 Importing I_SEARCH_STRING Call by reference Type reference (TYPE) TN_SEARCH_STRING Suchstring 20110125
5 Returning R_T_METADATA Value transfer Type reference (TYPE) TN_T_METADATA Metadatenliste 20110125

Method SEARCH on Interface IF_BICS_METADATA_BROWSER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731