SAP ABAP Class IF_JAM_SEARCH_INT (Jam search)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_JAM_SEARCH | Jam search | 20121129 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_JAM_GENERAL_ABSTRACT | Jam general abstract test double | 20121128 |
Properties
| Class | IF_JAM_SEARCH_INT | |
| Short Description | Jam search | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121128 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_JAM_SEARCH_INT has no forward declaration.
Interfaces
Class IF_JAM_SEARCH_INT has no interface implemented.
Friends
Class IF_JAM_SEARCH_INT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TS_QUERY | 20130114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130114 | ||
| 2 | Instance method | Public | Method | 20130114 |
Events
Class IF_JAM_SEARCH_INT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_QUERY | Public | See coding | 20130114 | BEGIN OF ts_query,
query TYPE string,
type TYPE if_jam_object=>tv_search_type,
* to be enhaced for search in general by: sort, tag, group_id, creator_id, page, page_size
END OF ts_query
|
||
| 2 | TS_RESULT | Public | See coding | 20121130 | BEGIN OF ts_result,
objects TYPE STANDARD TABLE OF REF TO if_jam_object_int WITH DEFAULT KEY,
* to be enhaced for search in general by: categry_groups, categries, total_count,...
END OF ts_result
|
||
| 3 | TT_SEARCH | Public | See coding | 20130114 | tt_search TYPE STANDARD TABLE OF REF TO if_jam_search_int WITH DEFAULT KEY
|
Method Signatures
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_RESULT | Value transfer | Type reference (TYPE) | TS_RESULT | 20130114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130129 | |||
| 2 | 20130114 |
Method SET_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_QUERY | Call by reference | Type reference (TYPE) | TS_QUERY | 20130114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130129 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |