SAP ABAP Class CL_MO_SEL_COND_DME (DME: MO Selection Conditions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CUS-TOL-TME (Application Component) Table Maintenance Tool
⤷
SDME_OBJ (Package) DME: Maintenance Objects
⤷
⤷
Properties
| Class | CL_MO_SEL_COND_DME | |
| Short Description | DME: MO Selection Conditions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDME_OBJ | DME: Maintenance Objects |
| Created | 19990329 | SAP |
| Last change | 19990329 | 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) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MO_SEL_COND_DME has no interface implemented.
Friends
Class CL_MO_SEL_COND_DME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_OBJ_META_DME | Klass to which the Selection Conditions Apply | 19990329 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | SDMEV_SEL_CONDITIONS | Selection Conditions | 19990329 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Selection Conditions for an Attribute | 19990329 | |
| 2 | Instance method | Public | Method | Deletes all Attribute Conditions | 19990329 | |
| 3 | Instance method | Public | Constructor | Constructor | 19990329 | |
| 4 | Instance method | Public | Method | Creates a Copy of the Selection Conditions | 19990329 | |
| 5 | Instance method | Public | Method | Gets the Difference Selection Conditions | 19990818 | |
| 6 | Instance method | Public | Method | Changes Selection Conditions in Target Class with Join | 19990331 | |
| 7 | Instance method | Public | Method | Gets the Fixed Beginning of the Key for the Table | 19990420 | |
| 8 | Instance method | Public | Method | Gets the Table Name for the SELECT | 19990329 | |
| 9 | Instance method | Public | Method | Gets the WHERE Condition for the SELECT | 19990329 | |
| 10 | Instance method | Public | Method | Empty Selection Conditions? | 19990329 | |
| 11 | Instance method | Public | Method | Selects Objects | 19990329 |
Events
Class CL_MO_SEL_COND_DME has no event.
Types
Class CL_MO_SEL_COND_DME has no local type.
Method Signatures
Method ADD_ATTRIBUTE_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTRNAME | Value transfer | Type reference (TYPE) | SDMEO_ATTRNAME | Attributname | 19990329 | |||
| 2 | IM_CONDITIONS | Value transfer | Type reference (TYPE) | SDMEV_AND_CONDITIONS | Bedingungen | 19990329 | |||
| 3 | IM_VALUE | Value transfer | Type reference (TYPE) | SDMEV_VALUE | Attributwert | 19990401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ungültige Bedingung | 19990329 |
Method CLEAR Signature
Method CLEAR on class CL_MO_SEL_COND_DME has no parameter.
Method CLEAR on class CL_MO_SEL_COND_DME has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CLASS | Value transfer | Object reference (TYPE REF TO) | IF_OBJ_META_DME | Klasse | 19990329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine gültige Klasse | 19990329 |
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_MO_SEL_COND_DME | Ergebnis | 19990329 |
Method COPY on class CL_MO_SEL_COND_DME has no exception.
Method GET_DIFF_SEL_COND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SEL_COND | Value transfer | Object reference (TYPE REF TO) | CL_MO_SEL_COND_DME | zu löschende Selektionsbedingungen | 19990818 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_MO_SEL_COND_DME | --- | 19990818 |
Method GET_DIFF_SEL_COND on class CL_MO_SEL_COND_DME has no exception.
Method GET_RELATED_SEL_COND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_JOIN_TAB | Value transfer | Type reference (TYPE) | SDMEV_ATTR_JOINS | Join-Bedingungen | 19990331 | |||
| 2 | IM_TARGET_CLASS | Value transfer | Object reference (TYPE REF TO) | IF_OBJ_META_DME | Zielklasse | 19990331 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_MO_SEL_COND_DME | Ergebnis | 19990331 |
Method GET_RELATED_SEL_COND on class CL_MO_SEL_COND_DME has no exception.
Method GET_TABLE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_LENGTH | Call by reference | Type reference (TYPE) | I | fixe Schlüssellänge | 19990420 | |||
| 2 | EX_TABKEY | Call by reference | Type reference (TYPE) | SDMEV_TABLE_KEY | Schlüssel | 19990420 |
Method GET_TABLE_KEY on class CL_MO_SEL_COND_DME has no exception.
Method GET_TABNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TABNAME | Tabellenname | 19990420 |
Method GET_TABNAME on class CL_MO_SEL_COND_DME has no exception.
Method GET_WHERE_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SDMEV_COND_TAB | WHERE-Bedingung | 19990406 |
Method GET_WHERE_CONDITION on class CL_MO_SEL_COND_DME has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SDMET_BOOL | Ergebnis | 19990329 |
Method IS_EMPTY on class CL_MO_SEL_COND_DME has no exception.
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECTS | Call by reference | Type reference (TYPE) | SDMEC_COLLECTION | Ausgangsmenge | 19990329 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SDMEC_COLLECTION | Ergebnismenge | 19990329 |
Method SELECT on class CL_MO_SEL_COND_DME has no exception.
History
| Last changed by/on | SAP | 19990329 |
| SAP Release Created in | 50A |