SAP ABAP Class IF_RIS_HANA_CODE_SEARCH (RIS: HANA-based ABAP source code search)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RIS_HANA_CODE_SEARCH RIS: HANA-based ABAP source code search 20121031
Properties
Class IF_RIS_HANA_CODE_SEARCH  
Short Description RIS: HANA-based ABAP source code search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121031   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RIS_HANA_CODE_SEARCH has no forward declaration.
Interfaces
Class IF_RIS_HANA_CODE_SEARCH has no interface implemented.
Friends
Class IF_RIS_HANA_CODE_SEARCH has no friend class.
Attributes
Class IF_RIS_HANA_CODE_SEARCH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 PERFORM_SEARCH Instance method Public Method 20121031
Events
Class IF_RIS_HANA_CODE_SEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_SEARCH_PARAM Public See coding 20131115 BEGIN OF ty_s_search_param, packages TYPE stab_devclass, END OF ty_s_search_param
2 TY_S_SEARCH_QUERY Public See coding 20121031 BEGIN OF ty_s_search_query, search_from_index TYPE i, search_to_index TYPE i, get_all_results TYPE abap_bool, search_string TYPE string, END OF ty_s_search_query
3 TY_S_SEARCH_RESULT Public See coding 20121031 BEGIN OF ty_s_search_result, return_code TYPE i, return_message TYPE c LENGTH 200, number_of_returned_results TYPE i, number_of_all_results TYPE i, index_size TYPE i, runtime TYPE trexs_component_runtime, result_list TYPE STANDARD TABLE OF ris_s_hana_search_result WITH NON-UNIQUE KEY program_name state, END OF ty_s_search_result
Method Signatures

Method PERFORM_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEARCH_PARAM Call by reference Type reference (TYPE) IF_RIS_HANA_CODE_SEARCH=>TY_S_SEARCH_PARAM 20131115
2 Importing I_SEARCH_QUERY Call by reference Type reference (TYPE) IF_RIS_HANA_CODE_SEARCH=>TY_S_SEARCH_QUERY 20121031
3 Returning R_SEARCH_RESULT Value transfer Type reference (TYPE) IF_RIS_HANA_CODE_SEARCH=>TY_S_SEARCH_RESULT 20121031
# Exception Resumable Description Created on
1 CX_RIS_HANA_CODE_SEARCH 20121031
History
Last changed by/on SAP  20141121 
SAP Release Created in