SAP ABAP Class IF_BICS_METADATA_BROWSER (Metadata Browser)
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
Class IF_BICS_METADATA_BROWSER  
Short Description Metadata Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110124   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)
2 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_BICS_METADATA_BROWSER has no interface implemented.
Friends
Class IF_BICS_METADATA_BROWSER has no friend class.
Attributes
Class 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
Class 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 class 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 class IF_BICS_METADATA_BROWSER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in