SAP ABAP Class CL_IGN_SEARCH (Search Processor (Base Class))
Hierarchy
☛
INSURANCE (Software Component) SAP Insurance
⤷
FS-CM (Application Component) Claims Management
⤷
IGN_SEARCH_API (Package) Search API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IGN_SEARCH | Interface for Search | 20031006 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IGN_SEARCH_BDT | Search Processor for BDT Search | 20031007 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_IGN_SEARCH_FM | Search Processor for Function Modules | 20031007 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_IGN_SEARCH_QUERY | Search Processor for Queries | 20031007 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_IGN_SEARCH_SEQUENCE | Search Processor for Search Sequences | 20031007 |
Properties
| Class | CL_IGN_SEARCH | |
| Short Description | Search Processor (Base Class) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IGN_SEARCH_API | Search API |
| Created | 20031006 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IGN_SEARCH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IGN_SEARCH | Interface for Search | 20031006 |
Friends
Class CL_IGN_SEARCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20050112 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20031006 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | Basic Customizing Settings for a Search | 20031007 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | IGN_SEARCH_CRITERIA_TAB | Default for Search Criteria | 20040611 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | BAL_T_MSG | Application Log: Table with Messages | 20050114 | |||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | Search Criteria | 20050104 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | IGN_TIGN221_TAB | Settings for Search Criteria in a Search | 20031007 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | IGN_TIGN222_TAB | Defaults for Optional Search Criteria | 20050104 | |||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20031006 | |||||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20031006 | |||||
| 11 | Instance attribute | Public | Attribute reference (LIKE) | 20050112 | |||||
| 12 | Instance attribute | Public | Attribute reference (LIKE) | 20040922 | |||||
| 13 | Instance attribute | Public | Attribute reference (LIKE) | 20031006 | |||||
| 14 | Instance attribute | Public | Attribute reference (LIKE) | 20040922 | |||||
| 15 | Static Attribute | Private | Type reference (TYPE) | IGN_SEARCH_REFERENCE_TAB | Object References for Searches | 20040608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | After Execution of Search | 20031006 | |
| 2 | Instance method | Protected | Method | Before Execution of Search | 20031006 | |
| 3 | Instance method | Public | Constructor | Constructor | 20031007 | |
| 4 | Instance method | Protected | Method | Search | 20031006 | |
| 5 | Instance method | Public | Method | 20040617 | ||
| 6 | Static method | Public | Method | Factory method | 20031007 | |
| 7 | Instance method | Public | Method | 20031006 |
Events
Class CL_IGN_SEARCH has no event.
Types
Class CL_IGN_SEARCH has no local type.
Method Signatures
Method AFTER_EXECUTE Signature
Method AFTER_EXECUTE on class CL_IGN_SEARCH has no parameter.
Method AFTER_EXECUTE on class CL_IGN_SEARCH has no exception.
Method BEFORE_EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SKIP_EXECUTION | Call by reference | Type reference (TYPE) | C | Flag: Suche nicht ausführen | 20040119 | |||
| 2 | IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | IGN_SEARCH_CRITERIA_TAB | Suchkriterien | 20031006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Suchkriterien | 20031208 | ||
| 2 | Such-Customizing fehlerhaft | 20031208 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Value transfer | Type reference (TYPE) | IGN_SEARCH_APPLICATION | Such-Anwendung | 20031007 | |||
| 2 | IV_SEARCH | Value transfer | Type reference (TYPE) | IGN_SEARCH | Suche | 20031007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Such-Customizing inkonsistent | 20031128 |
Method EXECUTE Signature
Method EXECUTE on class CL_IGN_SEARCH has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Suchkriterien | 20031208 | ||
| 2 | Such-Customizing fehlerhaft | 20031208 | ||
| 3 | Fehler beim Ausführen der Suche | 20031208 |
Method GET_DEFAULT_CRITERIA Signature
Method GET_DEFAULT_CRITERIA on class CL_IGN_SEARCH has no parameter.
Method GET_DEFAULT_CRITERIA on class CL_IGN_SEARCH has no exception.
Method GET_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_REFERENCE | Call by reference | Object reference (TYPE REF TO) | IF_IGN_SEARCH | Referenz auf Such-Instanz | 20031007 | |||
| 2 | IV_APPLICATION | Value transfer | Type reference (TYPE) | IGN_SEARCH_APPLICATION | Such-Anwendung | 20031007 | |||
| 3 | IV_SEARCH | Value transfer | Type reference (TYPE) | IGN_SEARCH | Suche | 20031007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Suchkriterien | 20081208 | ||
| 2 | Such-Customizing inkonsistent | 20031128 | ||
| 3 | Fehler beim Ausführen der Suche | 20081208 |
Method START Signature
Method START on class CL_IGN_SEARCH has no parameter.
Method START on class CL_IGN_SEARCH has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |