SAP ABAP Class CL_SRM_GSP_ARC_ATTR_QUERY (GSP Attribute Search in the Archive)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_GSP_ARCHIVE (Package) Archiving for Generic SP
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DM_QUERY | GDMA: Search Interface | 20050713 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRM_ARCHIVE_QUERY | Archive Search Support | 20050713 |
Properties
| Class | CL_SRM_GSP_ARC_ATTR_QUERY | |
| Short Description | GSP Attribute Search in the Archive | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRM_GSP_ARCHIVE | Archiving for Generic SP |
| Created | 20050519 | SAP |
| Last change | 20060207 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DM_QUERY | GDMA: Search Interface | 20050713 | ||
| 2 | IF_SRM_ARCHIVE_QUERY | Archive Search Support | 20050713 |
Friends
Class CL_SRM_GSP_ARC_ATTR_QUERY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | AIND_OBJ | 'SRMGSP' | Archiving Object Used | 20050713 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRM_ARCHIVE_QUERY | Reference for Access to ADK Information | 20050713 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | AIND_FCAT | 'SAP_RM_GSP_ATTR' | Field catalog that the search is based on | 20050713 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | AIND_DESC | 'SAP_RM_GSP_ATTR' | Archive Information Structure | 20050713 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | SRMGS_RMS_ID | RMS ID | 20050713 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SRMGS_RMS_ID | Element Type ID | 20050713 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Assign the Required Properties by LOIO or PHIO | 20050713 | |
| 2 | Instance method | Public | Constructor | Class Constructor | 20050713 | |
| 3 | Instance method | Private | Method | Fill the Table for Describing Search Results | 20050713 | |
| 4 | Instance method | Private | Method | Fills Table with Required LOIO Attributes | 20050713 | |
| 5 | Instance method | Private | Method | Fills Table with Requested PHIO Attributes | 20050713 | |
| 6 | Instance method | Public | Method | Gets attributes that can be searched for in the archive | 20050713 | |
| 7 | Instance method | Private | Method | Split the Search Attributes into LOIO and PHIO Attributes | 20050713 |
Events
Class CL_SRM_GSP_ARC_ATTR_QUERY has no event.
Types
Class CL_SRM_GSP_ARC_ATTR_QUERY has no local type.
Method Signatures
Method CATEGORIZE_RESULT_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LO_REQ_PROP | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | 20050713 | ||||
| 2 | CT_PH_REQ_PROP | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | 20050713 | ||||
| 3 | IT_RESULT_PROPS | Call by reference | Type reference (TYPE) | SDM_OBJECT_TAB | Tabelle für (durch Strings identifizierte) Objekte | 20050713 |
Method CATEGORIZE_RESULT_PROPS on class CL_SRM_GSP_ARC_ATTR_QUERY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD_CAT | Value transfer | Type reference (TYPE) | AIND_FCAT | Feldkatalog des Archivinformationssystems | 20050713 | |||
| 2 | IV_RMS_ID | Value transfer | Type reference (TYPE) | SRMGS_RMS_ID | RMS-ID | 20050713 | |||
| 3 | IV_SPS_ID | Value transfer | Type reference (TYPE) | SRMGS_SPS_ID | Elementart-ID | 20050713 |
Method CONSTRUCTOR on class CL_SRM_GSP_ARC_ATTR_QUERY has no exception.
Method FILL_RESULT_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PROPS | Call by reference | Type reference (TYPE) | SDM_OBJECT_PROP_TAB | Eigenschaften zu Dokumenten | 20050713 | |||
| 2 | CT_RESULT | Call by reference | Type reference (TYPE) | SDM_QUERY_RESULT_LIST | Suchergebnis | 20050713 | |||
| 3 | IT_QUERY_RESULTS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_KEY_TAB | Tabelle zur Speicherung von Archiv-Schlüsseln (ADK) | 20050713 | |||
| 4 | IT_REQ_LOIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | Tabelle spezifiziert gewünschte Attribute | 20050713 | |||
| 5 | IT_REQ_PHIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | Tabelle spezifiziert gewünschte Attribute | 20050713 | |||
| 6 | IV_MAX_HITS | Call by reference | Type reference (TYPE) | I | 20050713 | ||||
| 7 | IV_ONLY_ACTUAL | Call by reference | Type reference (TYPE) | C | 20050713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Lesen | 20050713 |
Method GET_REQUESTED_LOIO_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PROPS | Call by reference | Type reference (TYPE) | SDM_OBJECT_PROP_TAB | Zurückgelieferte Dokumenteigenschaften | 20050713 | |||
| 2 | IT_LOIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_LOIOP_TAB | Tabelle zur Speicherung vonLOIIO-Properties | 20050713 | |||
| 3 | IT_REQ_LOIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | Tabelle spezifiziert gewünschte Attribute | 20050713 | |||
| 4 | IV_CLASS | Value transfer | Type reference (TYPE) | SDOK_CLASS | Dokumentenklasse | 20050713 | |||
| 5 | IV_HIT_CNT | Call by reference | Type reference (TYPE) | I | Zähler für gefundenen Dokumente | 20050713 | |||
| 6 | IV_LOIOID | Value transfer | Type reference (TYPE) | SDOK_DOCID | ID für Dokumente und Beziehungen | 20050713 |
Method GET_REQUESTED_LOIO_PROPS on class CL_SRM_GSP_ARC_ATTR_QUERY has no exception.
Method GET_REQUESTED_PHIO_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PROPS | Value transfer | Type reference (TYPE) | SDM_OBJECT_PROP_TAB | Zurückgelieferte Dokumenteigenschaften | 20050713 | |||
| 2 | IT_PHIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PHIOP_TAB | Tabelle zur Speicherung von PHIO-Properties | 20050713 | |||
| 3 | IT_REQ_PHIO_PROPS | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_PROP_NAME_TAB | Tabelle spezifiziert gewünschte Attribute | 20050713 | |||
| 4 | IV_CLASS | Value transfer | Type reference (TYPE) | SDOK_CLASS | Dokumentenklasse | 20050713 | |||
| 5 | IV_HIT_CNT | Call by reference | Type reference (TYPE) | I | Zähler für gefundenen Dokumente | 20050713 | |||
| 6 | IV_PHIOID | Value transfer | Type reference (TYPE) | SDOK_DOCID | ID für Dokumente und Beziehungen | 20050713 |
Method GET_REQUESTED_PHIO_PROPS on class CL_SRM_GSP_ARC_ATTR_QUERY has no exception.
Method GET_SEARCHABLE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | List: IF_SRM_ATTRIBUTE_VALUE | 20050713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Attributsuche im Archiv | 20050713 |
Method SPLIT_PROP_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LO_PROP_QUERY | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_QUERYPROP_TAB | Tabelle zur Speicherung von Query-Properties | 20050713 | |||
| 2 | ET_PH_PROP_QUERY | Call by reference | Type reference (TYPE) | SRM_GSP_ARC_QUERYPROP_TAB | Tabelle zur Speicherung von Query-Properties | 20050713 | |||
| 3 | IT_DESC | Call by reference | Type reference (TYPE) | SDM_QUERY_DESC_TAB | Suchbeschreibung | 20050713 |
Method SPLIT_PROP_QUERY on class CL_SRM_GSP_ARC_ATTR_QUERY has no exception.
History
| Last changed by/on | SAP | 20060207 |
| SAP Release Created in |