SAP ABAP Class CL_PLAIN_DIALOG_DME (Simple Single-Screen Dialog)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-TME (Application Component) Table Maintenance Tool
     SDME_DLG (Package) DME: Maintenance dialogs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DIALOG_DME Abstract Superclass for All DME Dialogs 19990401
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FORM_DIALOG_DME Form-Type Dialog (Detail Screen) 19990401
2 Inheritance (c INHERITING FROM c_ref)  CL_TABLE_DIALOG_DME DME: Table Dialog ("Table Control") 19990428
3 Inheritance (c INHERITING FROM c_ref)  CL_TREE_DIALOG_DME Dialog with Tree Display 19990630
Properties
Class CL_PLAIN_DIALOG_DME  
Short Description Simple Single-Screen Dialog    
Super Class CL_DIALOG_DME Abstract Superclass for All DME Dialogs 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDME_DLG   DME: Maintenance dialogs 
Created 19990401   SAP 
Last change 19990401   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 SDMET Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PLAIN_DIALOG_DME has no interface implemented.
Friends
Class CL_PLAIN_DIALOG_DME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IS_BLOCKED Instance attribute Protected Type reference (TYPE) SDMET_BOOL SDMET_FALSE True <=> Dialog is Locked 20000303
2 MO_AREA Instance attribute Public Object reference (TYPE REF TO) CL_MO_AREA_DME MO Being Operated On 19990401
3 UI_ELEMENT Instance attribute Protected Object reference (TYPE REF TO) IF_UI_ELEMENT_DME Screen UI Element Interface 19990810
4 UI_IS_VALID Instance attribute Protected Type reference (TYPE) SDMET_BOOL sdmet_false True <==> UI is Up-To-Date 19990430
Methods
# Method Level Visibility Method type Description Created on
1 ASK_SELECTION_CONDITION Instance method Protected Method Gets a Selection Condition Requested by the User 19990408
2 REFRESH Instance method Protected Method Refresh MOs and UI 19990526
3 SELECT Instance method Public Method Selected MOs 19990503
4 SET_MO_AREA Instance method Public Method Assigns the MO Area to be Processed 19990401
5 SET_UI_DATA Instance method Protected Method Set UI Data 19990526
Events
Class CL_PLAIN_DIALOG_DME has no event.
Types
Class CL_PLAIN_DIALOG_DME has no local type.
Method Signatures

Method ASK_SELECTION_CONDITION 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 --- 19990408

Method ASK_SELECTION_CONDITION on class CL_PLAIN_DIALOG_DME has no exception.

Method REFRESH Signature

Method REFRESH on class CL_PLAIN_DIALOG_DME has no parameter.
Method REFRESH on class CL_PLAIN_DIALOG_DME has no exception.

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_SELECTED_MOS Call by reference Type reference (TYPE) SDMEC_COLLECTION --- 19990503

Method SELECT on class CL_PLAIN_DIALOG_DME has no exception.

Method SET_MO_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_MO_AREA Call by reference Object reference (TYPE REF TO) CL_MO_AREA_DME --- 19990401

Method SET_MO_AREA on class CL_PLAIN_DIALOG_DME has no exception.

Method SET_UI_DATA Signature

Method SET_UI_DATA on class CL_PLAIN_DIALOG_DME has no parameter.
Method SET_UI_DATA on class CL_PLAIN_DIALOG_DME has no exception.
History
Last changed by/on SAP  19990401 
SAP Release Created in 50A