SAP ABAP Class CL_SRM_GENSP_QUERY_CLIENT (Client Class for BSP Generic SP Search)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_GENSP_QUERY_BSP (Package) BSP Search for Generic SP

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SRM_SP_CLIENT_OBJ_BSP | Base Class for SP BSP Client | 20011207 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRM_SP_QUERY_BSP | Search Interface for BSP Client Framework | 20011207 |
Properties
Class | CL_SRM_GENSP_QUERY_CLIENT | |
Short Description | Client Class for BSP Generic SP Search | |
Super Class | CL_SRM_SP_CLIENT_OBJ_BSP | Base Class for SP BSP Client |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SRM_GENSP_QUERY_BSP | BSP Search for Generic SP |
Created | 20011207 | SAP |
Last change | 20050214 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SRM_SP_QUERY_BSP | Search Interface for BSP Client Framework | 20011207 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SRM_GENSP_QUERY_ITERATOR | 20030219 | Controller Class for SRM_GENSP_QUERY |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMGS_PROPERTY_TAB | List with Properties | 20030219 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMGS_QUERY_PARAM_TAB | Current Content Query | 20030828 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Key of Selected Line | 20030212 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMGS_QUERY_RESULT_TAB | Table of Found Documents | 20011210 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRMGS_OBJECT_PROP_TAB | Table of Properties of Found Documents | 20011210 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SRM_LIST_DOCUMENT | List of Search Results | 20030211 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Total No. of Hits | 20011218 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Internal Status | 20011218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | DATE_2_TIMESTAMP | 20050124 |
2 | ![]() |
Instance method | Public | Method | Executes Simpl Search (Full Text) | 20011210 |
3 | ![]() |
Instance method | Public | Method | Gets Reference to Extension | 20030211 |
4 | ![]() |
Instance method | Public | Method | Gets POID for Entry | 20011219 |
5 | ![]() |
Instance method | Public | Method | Gets Iterator Instance for Table View | 20030211 |
6 | ![]() |
Instance method | Private | Method | Gets Language for Search | 20011210 |
7 | ![]() |
Instance method | Public | Method | Gets Prop & Cont Query | 20030225 |
8 | ![]() |
Instance method | Public | Method | Gets List of Results | 20030211 |
Events
Class CL_SRM_GENSP_QUERY_CLIENT has no event.
Types
Class CL_SRM_GENSP_QUERY_CLIENT has no local type.
Method Signatures
Method DATE_2_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
QUERY_WA | Call by reference | Type reference (TYPE) | SDM_QUERY_DESC_ENTRY | Zeile der Suchbeschreibungstabelle | 20050124 |
Method DATE_2_TIMESTAMP on class CL_SRM_GENSP_QUERY_CLIENT has no exception.
Method DO_SIMPLE_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MAX_HITS | Value transfer | Type reference (TYPE) | I | 200 | max. Anzahl Ergebnisse | 20011210 | |
2 | ![]() |
IM_PROP_LIST | Call by reference | Type reference (TYPE) | SRMGS_STRING_TAB | 20030225 | |||
3 | ![]() |
IM_QUERY | Call by reference | Type reference (TYPE) | SRMGS_QUERY_PARAM_TAB | 20030828 | |||
4 | ![]() |
RE_NUM_HITS | Value transfer | Type reference (TYPE) | I | Anzahl gefundener Ergebnisse | 20011210 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Document Client | 20011210 | |
2 | ![]() |
Framework (abstrakt) | 20011210 | |
3 | ![]() |
Generic SP2: Allgemeiner Fehler | 20030828 | |
4 | ![]() |
Fehlende Berechtigung | 20011210 |
Method GET_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_EXTENSION | Value transfer | Object reference (TYPE REF TO) | IF_SRM_GENSP_QUERY_EXT | Erweiterung Such-Visualisierung | 20030211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20030211 |
Method GET_ITEM_POID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ID | Value transfer | Type reference (TYPE) | STRING | ID des Eintrags | 20011219 | ||
2 | ![]() |
RE_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID des Eintrags | 20011219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Document Client | 20011219 | |
2 | ![]() |
Framework (abstrakt) | 20011219 |
Method GET_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_ITERATOR | Value transfer | Object reference (TYPE REF TO) | CL_SRM_GENSP_QUERY_ITERATOR | Für Tabellen-Looping und -Filtern | 20030211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20030211 | |
2 | ![]() |
Ausnahme vom SP Client | 20030211 |
Method GET_LANGUAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_LANGUAGE | Value transfer | Type reference (TYPE) | SRET_LAISO | 2-stelliges Sprachkennzeichen nach ISO 639 | 20011210 |
Method GET_LANGUAGE on class CL_SRM_GENSP_QUERY_CLIENT has no exception.
Method GET_QUERY_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_QUERY | Call by reference | Type reference (TYPE) | SRMGS_QUERY_PARAM_TAB | 20030828 |
Method GET_QUERY_DESCR on class CL_SRM_GENSP_QUERY_CLIENT has no exception.
Method GET_RESULT_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_RESULT_TAB | Value transfer | Type reference (TYPE) | SRM_LIST_DOCUMENT | Liste von Dokumenten (Generic SP) | 20030211 |
Method GET_RESULT_TAB on class CL_SRM_GENSP_QUERY_CLIENT has no exception.
History
Last changed by/on | SAP | 20050214 |
SAP Release Created in | 630 |