SAP ABAP Class CL_MO_VIEW_SEL_COND_DME (DME: MO View 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_VIEW_SEL_COND_DME  
Short Description DME: MO View 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 SDMEC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SDMEO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SDMET Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SDMEU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SDMEV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_MO_VIEW_SEL_COND_DME has no interface implemented.
Friends
Class CL_MO_VIEW_SEL_COND_DME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONDITIONS Instance attribute Public Type reference (TYPE) SDMEV_VIEW_SEL_CONDITIONS Selection Conditions 19990329
2 CURSOR Instance attribute Protected Object reference (TYPE REF TO) CL_MO_VIEW_CURSOR_DME Cursor 19990630
3 IS_INCOMPLETE Instance attribute Public Type reference (TYPE) SDMET_BOOL True <=> Sel. Cond. Incomplete 19990824
4 VIEW Instance attribute Public Object reference (TYPE REF TO) CL_MO_VIEW_DME View to which the Selection Conditions Apply 19990329
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTE_CONDITION Instance method Public Method Adds Selection Conditions for an Attribute 19990329
2 CLEAR Instance method Public Method Deletes all Attribute Conditions 19990329
3 CONSTRUCTOR Instance method Public Constructor Constructor 19990329
4 COPY Instance method Public Method Creates a Copy of the Selection Conditions 19990329
5 CREATE_SELECTION_CONDITION Static method Public Method Creates View Selection Conditions 19990511
6 GET_DIFF_SEL_COND Instance method Public Method Gets the Difference Selection Conditions 19990818
7 GET_RELATED_SEL_COND Instance method Public Method Changes Selection Conditions in Target View with Join 19990820
8 GET_ROOT_SEL_COND Instance method Public Method Gets the Selection Conditions for the Basis Class 19990329
9 IS_EMPTY Instance method Public Method Empty Selection Conditions? 19990329
10 MERGE Instance method Public Method Adds Selection Conditions 19990329
11 SELECT Instance method Public Method Selects Objects 19990329
12 SET_CONDITIONS Instance method Public Method Adds Selection Conditions for an Attribute 19990824
Events
Class CL_MO_VIEW_SEL_COND_DME has no event.
Types
Class CL_MO_VIEW_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 Importing IM_CONDITIONS Value transfer Type reference (TYPE) SDMEV_AND_CONDITIONS Bedingungen 19990329
2 Importing IM_IS_FIXED Value transfer Type reference (TYPE) SDMET_BOOL sdmet_false --- 19990820
3 Importing IM_IS_OBLIGATORY Call by reference Type reference (TYPE) SDMET_BOOL sdmet_false --- 19990824
4 Importing IM_VALUE Value transfer Type reference (TYPE) SDMEV_VALUE Attributwert 19990401
5 Importing IM_VIEWATTR Value transfer Type reference (TYPE) SDMEU_VIEW_ATTRNAME Attributname 19990401
# Exception Resumable Description Created on
1 ILLEGAL ungültige Bedingung 19990329

Method CLEAR Signature

Method CLEAR on class CL_MO_VIEW_SEL_COND_DME has no parameter.
Method CLEAR on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VIEW Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_DME View 19990329
# Exception Resumable Description Created on
1 ILLEGAL Keine gültige Klasse 19990329

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_SEL_COND_DME Ergebnis 19990329

Method COPY on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method CREATE_SELECTION_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONDITIONS Call by reference Type reference (TYPE) SDMEU_SEL_CONDS Selektionsbedingungen 19990511
2 Importing IM_IS_FIXED Value transfer Type reference (TYPE) SDMET_BOOL sdmet_false --- 19990820
3 Importing IM_VIEW Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_DME View 19990511
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_SEL_COND_DME --- 19990511
# Exception Resumable Description Created on
1 ILLEGAL ungültig 19990607

Method GET_DIFF_SEL_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SEL_COND Value transfer Object reference (TYPE REF TO) CL_MO_SEL_COND_DME zu löschende Selektionsbedingungen 19990818
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_SEL_COND_DME --- 19990818

Method GET_DIFF_SEL_COND on class CL_MO_VIEW_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 Importing IM_JOIN_TAB Value transfer Type reference (TYPE) SDMEV_VIEW_ATTR_JOINS Join-Bedingungen 19990820
2 Importing IM_TARGET_VIEW Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_DME Zielview 19990820
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_SEL_COND_DME Ergebnis 19990820

Method GET_RELATED_SEL_COND on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method GET_ROOT_SEL_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_MO_SEL_COND_DME --- 19990329

Method GET_ROOT_SEL_COND on class CL_MO_VIEW_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 Returning RESULT Value transfer Type reference (TYPE) SDMET_BOOL Ergebnis 19990329

Method IS_EMPTY on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SEL_COND Value transfer Object reference (TYPE REF TO) CL_MO_VIEW_SEL_COND_DME zusätzliche Selektionsbedingungen 19990331

Method MERGE on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) SDMEC_COLLECTION Ausgangsmenge 19990329
2 Returning RESULT Value transfer Type reference (TYPE) SDMEC_COLLECTION Ergebnismenge 19990329

Method SELECT on class CL_MO_VIEW_SEL_COND_DME has no exception.

Method SET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONDITIONS Value transfer Type reference (TYPE) SDMEV_VIEW_SEL_CONDITIONS --- 19990824
# Exception Resumable Description Created on
1 ILLEGAL ungültige Bedingung 19990824
History
Last changed by/on SAP  19990329 
SAP Release Created in 50A