SAP ABAP Interface IF_RIS_HANA_CODE_SEARCH (RIS: HANA-based ABAP source code search)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-INR (Application Component) Repository Infosystem
     SRIS_SEARCH (Package) Repository Information System: Search Functionality
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
Interface IF_RIS_HANA_CODE_SEARCH  
Short Description RIS: HANA-based ABAP source code search    
General Data
Package SRIS_SEARCH   Repository Information System: Search Functionality 
Created 20121031   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_RIS_HANA_CODE_SEARCH has no forward declaration.
Interfaces
Interface IF_RIS_HANA_CODE_SEARCH has no interface.
Friends
Interface IF_RIS_HANA_CODE_SEARCH has no friend.
Attributes
Interface 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
Interface 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 740