SAP ABAP Class CL_JAM_SEARCH (Jam search)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-STW (Application Component) Social Media ABAP Integration Library
     S_JAM_OL (Package) Object Layer of the SAP Jam Library
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_JAM_SEARCH_INT Jam search 20121129
Properties
Class CL_JAM_SEARCH  
Short Description Jam search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_JAM_OL   Object Layer of the SAP Jam Library 
Created 20121129   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_JAM_SEARCH has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_JAM_SEARCH_INT Jam search 20121129
Friends
Class CL_JAM_SEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_JAM_CONTROLLER_INT 20121129
2 MS_RESULT Instance attribute Private Type reference (TYPE) IF_JAM_SEARCH_INT=>TS_RESULT 20130114
3 MT_BUFFER Instance attribute Private Type reference (TYPE) TT_BUFFER 20130111
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20121129
2 SEARCH_IN_JAM Instance method Private Method 20130111
Events
Class CL_JAM_SEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BUFFER Private See coding 20130111 BEGIN OF ts_buffer, query TYPE if_jam_search_int=>ts_query, result TYPE if_jam_search_int=>ts_result, END OF ts_buffer
2 TT_BUFFER Private See coding 20130111 tt_buffer TYPE STANDARD TABLE OF ts_buffer WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_JAM_CONTROLLER_INT 20121129

Method CONSTRUCTOR on class CL_JAM_SEARCH has no exception.

Method SEARCH_IN_JAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUERY Call by reference Type reference (TYPE) IF_JAM_SEARCH_INT=>TS_QUERY 20130111
2 Returning RS_RESULT Value transfer Type reference (TYPE) IF_JAM_SEARCH_INT=>TS_RESULT 20130111
# Exception Resumable Description Created on
1 CX_JAM_SEARCH 20130111
History
Last changed by/on SAP  20130531 
SAP Release Created in 740