SAP ABAP Class CL_DPR_SEARCH_VISITOR (Find)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_SHARED (Package) Project Management - Shared Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_VISITOR | Development Projects: Abstract Visitor | 20020405 |
Properties
| Class | CL_DPR_SEARCH_VISITOR | |
| Short Description | Find | |
| Super Class | CL_DPR_VISITOR | Development Projects: Abstract Visitor |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
| Created | 20020405 | SAP |
| Last change | 20141109 | |
| 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) |
Interfaces
Class CL_DPR_SEARCH_VISITOR has no interface implemented.
Friends
Class CL_DPR_SEARCH_VISITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_BU_PARTNER_EXT | Table Type for External Display of Business Partner | 20020713 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_CHKLIST | Structure for Fields for Checklist Search (per Visitor) | 20020408 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_CHKLIST_I | Structure for Fields for Checklist Item Search | 20020408 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_DOCUMENT | Structure for Fields for Document Search (per Visitor) | 20020708 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_PHASE | Structure for Fields for Phase Search (per Visitor) | 20020408 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_TASK | Structure for Fields for Task Search (per Visitor) | 20020408 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | DDSHSELOPS | Selection Options for Search Helps | 20020408 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | Current Results Found | 20030221 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | (Checklist) 'X': Sort Number, ' ': External ID | 20090209 | ||
| 10 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | (Checklist Item) 'X': Sort Number, ' ': External ID | 20060828 | ||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | Maximum Number of Hits | 20030221 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Category in Project Planning | 20020408 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | (Task) 'X': Sort Number, ' ': External ID | 20060828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020405 | |
| 2 | Instance method | Public | Constructor | Constructor | 20020405 | |
| 3 | Instance method | Private | Method | Gets Language from Search Options | 20020620 | |
| 4 | Instance method | Public | Method | Get Search Result | 20020405 | |
| 5 | Instance method | Private | Method | Business Partner Is Person Responsible/Processor | 20020713 | |
| 6 | Instance method | Private | Method | Object Corresponds to Search Criteria | 20020620 | |
| 7 | Instance method | Public | Method | Define Number of Hits | 20030221 | |
| 8 | Instance method | Public | Method | Identify Search Criteria for Visitor | 20020408 |
Events
Class CL_DPR_SEARCH_VISITOR has no event.
Types
Class CL_DPR_SEARCH_VISITOR has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_SEARCH_VISITOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_SEARCH_VISITOR has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_SEARCH_VISITOR has no parameter.
Method CONSTRUCTOR on class CL_DPR_SEARCH_VISITOR has no exception.
Method GET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LANGUAGE | Value transfer | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20020620 |
Method GET_LANGUAGE on class CL_DPR_SEARCH_VISITOR has no exception.
Method GET_SEARCH_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHECKLIST | Call by reference | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_CHKLIST | Struktur für Felder für Suche nach Checklisten (per Visitor) | 20020405 | |||
| 2 | ET_CHECKLIST_ITEM | Call by reference | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_CHKLIST_I | Struktur für Felder für Suche nach Checklistenpunkten | 20020405 | |||
| 3 | ET_DOCUMENT | Call by reference | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_DOCUMENT | Struktur für Felder für Suche nach Dokumenten (per Visitor) | 20020708 | |||
| 4 | ET_PHASE | Call by reference | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_PHASE | Struktur für Felder für Suche nach Phasen (per Visitor) | 20020405 | |||
| 5 | ET_TASK | Call by reference | Type reference (TYPE) | DPR_TT_SEARCH_FIELDS_TASK | Struktur für Felder für Suche nach Aufgaben (per Visitor) | 20020405 |
Method GET_SEARCH_RESULT on class CL_DPR_SEARCH_VISITOR has no exception.
Method OBJECT_MATCHES_BUPA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FULLNAME | Call by reference | Type reference (TYPE) | BU_NAME1TX | Vollständiger Name | 20020713 | |||
| 2 | EV_MATCHES_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20020713 |
Method OBJECT_MATCHES_BUPA on class CL_DPR_SEARCH_VISITOR has no exception.
Method OBJECT_MATCHES_SEARCH_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20020620 | ||||
| 2 | RV_MATCHES_SEARCH_CRITERIA | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20020620 |
Method OBJECT_MATCHES_SEARCH_CRITERIA on class CL_DPR_SEARCH_VISITOR has no exception.
Method SET_MAXRECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAXRECORDS | Call by reference | Type reference (TYPE) | I | 20030221 |
Method SET_MAXRECORDS on class CL_DPR_SEARCH_VISITOR has no exception.
Method SET_SEARCH_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BUPA | Call by reference | Type reference (TYPE) | DPR_TT_BU_PARTNER_EXT | Tabellentyp für externe Darstellung Businesspartner | 20020713 | |||
| 2 | IT_SELOPTS | Call by reference | Type reference (TYPE) | DDSHSELOPS | Selektionsoptionen für Suchhilfen | 20020408 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20020408 |
Method SET_SEARCH_FILTER on class CL_DPR_SEARCH_VISITOR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |