SAP ABAP Class CL_LTR_DELIM_FILTER (LTR: Delimitation Filter Expression (abstract))
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
LTR_DELIM (Package) SAP LT: Delimitation Engine for LT Repository
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_AND | LTR: Intersection | 20110307 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_COMPARISON | Equality Comparison with Field from Related Data | 20110307 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_EXIT | Dummy filter for Delimitation Exit | 20140307 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_OR | LTR: Union | 20110307 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_RANGE | LTR: Check against a Range Table in the Related Data | 20110307 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_LTR_DELIM_FILTER_VALUE | LTR: Filter by Fixed Value | 20110307 |
Properties
| Class | CL_LTR_DELIM_FILTER | |
| Short Description | LTR: Delimitation Filter Expression (abstract) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LTR_DELIM | SAP LT: Delimitation Engine for LT Repository |
| Created | 20110307 | SAP |
| Last change | 20141030 | |
| 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_LTR_DELIM_FILTER has no interface implemented.
Friends
Class CL_LTR_DELIM_FILTER has no friend class.
Attributes
Class CL_LTR_DELIM_FILTER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110307 | ||
| 2 | Static method | Public | Method | 20110307 | ||
| 3 | Instance method | Public | Method | 20131129 | ||
| 4 | Instance method | Protected | Method | 20110307 | ||
| 5 | Instance method | Public | Method | 20110307 | ||
| 6 | Instance method | Protected | Method | 20110307 | ||
| 7 | Instance method | Public | Method | 20110329 | ||
| 8 | Instance method | Public | Method | 20110307 |
Events
Class CL_LTR_DELIM_FILTER has no event.
Types
Class CL_LTR_DELIM_FILTER has no local type.
Method Signatures
Method APPLY_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RELATED_RECORD | Call by reference | Type reference (TYPE) | ANY | 20110307 | ||||
| 2 | IS_SELECTED_RECORD | Call by reference | Type reference (TYPE) | ANY | 20110307 | ||||
| 3 | RV_RELEVANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110307 |
Method APPLY_FILTER on class CL_LTR_DELIM_FILTER has no exception.
Method CREATE_FROM_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20110307 | ||||
| 2 | RR_FILTER | Value transfer | Object reference (TYPE REF TO) | CL_LTR_DELIM_FILTER | 20110307 |
Method CREATE_FROM_XML_STRING on class CL_LTR_DELIM_FILTER has no exception.
Method GET_INTRANSP_RELATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RELATIONS | Call by reference | Type reference (TYPE) | LTR_RELATIONSHIP_TAB | LTR: Table of Relationship Conditions | 20131129 | |||
| 2 | IV_RELATED_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20131202 | |||
| 3 | IV_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20131202 |
Method GET_INTRANSP_RELATIONS on class CL_LTR_DELIM_FILTER has no exception.
Method GET_SPECIFIC_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_XML_STRING | Value transfer | Type reference (TYPE) | STRING | 20110307 |
Method GET_SPECIFIC_XML_STRING on class CL_LTR_DELIM_FILTER has no exception.
Method GET_WHERE_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COMPLETE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110321 | ||||
| 2 | EV_WHERE_CLAUSE | Value transfer | Type reference (TYPE) | STRING | 20110321 | ||||
| 3 | IV_RELATED_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110715 | |||
| 4 | IV_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110705 |
Method GET_WHERE_CLAUSE on class CL_LTR_DELIM_FILTER has no exception.
Method PARSE_SPECIFIC_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20110307 |
Method PARSE_SPECIFIC_XML_STRING on class CL_LTR_DELIM_FILTER has no exception.
Method TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20110329 |
Method TO_STRING on class CL_LTR_DELIM_FILTER has no exception.
Method TO_XML_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_XML_STRING | Value transfer | Type reference (TYPE) | STRING | 20110307 |
Method TO_XML_STRING on class CL_LTR_DELIM_FILTER has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |