SAP ABAP Class CL_SLD_FILTER (Property Value Filter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
⤷
SLD_API (Package) System Landscape Directory API
⤷
⤷
Properties
| Class | CL_SLD_FILTER | |
| Short Description | Property Value Filter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SLD_API | System Landscape Directory API |
| Created | 20020522 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_SLD_FILTER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SLD_ACCESSOR | 20020607 | Access to SLD Server | |
| 2 | CL_SLD_ACCESSOR_WBEM_CLIENT | 20090112 | Access to SLD server through WBEM client |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SLD_T_VALUEFILTER | Table with Filter Conditions | 20020522 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Date Time Maximum Value | 20020523 | |
| 2 | Instance method | Public | Method | Add F Maximum Value | 20020523 | |
| 3 | Instance method | Public | Method | Add I Maximum Value | 20020523 | |
| 4 | Instance method | Private | Method | Add String Interval Limit | 20020523 | |
| 5 | Instance method | Public | Method | Add Date Time Minimum Value | 20020523 | |
| 6 | Instance method | Public | Method | Add F Minimum Value | 20020523 | |
| 7 | Instance method | Public | Method | Add I Minimum Value | 20020523 | |
| 8 | Instance method | Public | Method | Add String Pattern | 20020523 | |
| 9 | Instance method | Public | Method | Add Single String Value | 20020523 | |
| 10 | Instance method | Public | Method | Add Single C Value | 20020523 | |
| 11 | Instance method | Public | Method | Add Single Date Time Value | 20020523 | |
| 12 | Instance method | Public | Method | Add Single F Value | 20020523 | |
| 13 | Instance method | Public | Method | Add Single I Value | 20020523 | |
| 14 | Instance method | Public | Method | Returns filter table | 20020607 |
Events
Class CL_SLD_FILTER has no event.
Types
Class CL_SLD_FILTER has no local type.
Method Signatures
Method ADD_MAX_DT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SLD_DATETIME | Maximalwert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MAX_F Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | F | Maximalwert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MAX_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | I | Maximalwert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MINMAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | TYPE | Call by reference | Type reference (TYPE) | SLDI_OPTION | LE oder GE? | 20020523 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | Intervallgrenze | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MIN_DT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SLD_DATETIME | CIM datetime-Objekt | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MIN_F Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | F | Minimalwert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_MIN_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | I | Minimalwert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_PATTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | Muster | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | Propertywert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_VALUE_C Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | SLDI_CHAR | Propertywert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_VALUE_DT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_SLD_DATETIME | Propertywert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_VALUE_F Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | F | Propertywert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method ADD_VALUE_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PNAME | Call by reference | Type reference (TYPE) | STRING | Propertyname | 20020523 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | I | Propertywert | 20020523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20020523 |
Method GET_FILTERTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_SLD_ACCESSOR | Zugriff auf den SLD-Server | 20020712 | |||
| 2 | CNAME | Call by reference | Type reference (TYPE) | STRING | Klassenname | 20020712 | |||
| 3 | RET | Value transfer | Type reference (TYPE) | SLD_T_VALUEFILTER | Tabelle mit Filterbedingungen | 20020607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLD API Ausnahmen | 20070216 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 630 |