SAP ABAP Class CL_FORM_DIALOG_DME (Form-Type Dialog (Detail Screen))
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_PLAIN_DIALOG_DME Simple Single-Screen Dialog 19990401
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UI_CALLBACK_DME UI Callback Interface, Valid for All UI Elements 19990526
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UI_FIELD_LIST_CALLBACK_DME UI Callback Interface for Field List ("Detail Screen") 19990526
Properties
Class CL_FORM_DIALOG_DME  
Short Description Form-Type Dialog (Detail Screen)    
Super Class CL_PLAIN_DIALOG_DME Simple Single-Screen Dialog 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDME_DLG   DME: Maintenance dialogs 
Created 19990303   SAP 
Last change 19990401   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SDMET Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SDMEU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UI_CALLBACK_DME UI Callback Interface, Valid for All UI Elements 19990526
2 IF_UI_FIELD_LIST_CALLBACK_DME UI Callback Interface for Field List ("Detail Screen") 19990526
Friends
Class CL_FORM_DIALOG_DME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_UI_MAPPING Instance attribute Public Type reference (TYPE) SDMEU_FIELD_ATTR_MAPPING MO Attribute <->UI Field Name Mapping 19990401
2 SUBJECT_AREA Constant Protected Type reference (TYPE) SDMET_NAME 'MO-Area' Text for error message 20000214
3 SUBJECT_MO_ATTRIBUTE Constant Protected Type reference (TYPE) SDMET_NAME 'MO-Attribut' Text for error message 19990407
4 SUBJECT_UI_FIELD Constant Protected Type reference (TYPE) SDMET_NAME 'UI-Feld' Text for error message 19990407
5 UI_FIELD_LIST Instance attribute Protected Object reference (TYPE REF TO) IF_UI_FIELD_LIST_DME Assigned UI Element 19990430
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL_MO Instance method Protected Method Cancel Current Changes 19990528
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990401
3 CREATE_MO Instance method Protected Method Create and Check MO 20000320
4 DELETE_MO Instance method Protected Method Check and Delete MO 20000320
5 GET_CHECK_RESULT Instance method Protected Method Translates Check Result 19990526
6 MOVE_TO_MO Instance method Protected Method Positions Current MO 19990427
7 ON_NEW_CURRENT_OBJECT Instance method Public Event handling method Event-Handler for "new_current_object" 19990504
8 ON_OBJECT_CHANGED Instance method Public Event handling method Event-Handler for "current_object_changed" 19990504
9 ON_OBJECT_DELETED Instance method Public Event handling method Reacts to the Event 'object_deleted' in an MO Area 19990805
10 PROCESS_COMMAND Instance method Public Method 20000228
11 REFRESH_UI_DATA Instance method Public Method 20000228
12 SET_MO_UI_MAPPING Instance method Public Method Creates MO Attribute <-> UI Field Name Mapping 19990401
13 SET_VAR_POINTERS Instance method Public Method Assigns Addresses to the Field Variables (Ref to Data) 19990521
Events
Class CL_FORM_DIALOG_DME has no event.
Types
Class CL_FORM_DIALOG_DME has no local type.
Method Signatures

Method CANCEL_MO Signature

Method CANCEL_MO on class CL_FORM_DIALOG_DME has no parameter.
Method CANCEL_MO on class CL_FORM_DIALOG_DME has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EDITABLE Value transfer Type reference (TYPE) SDMET_BOOL sdmet_true --- 19990809
2 Importing THE_ASSOCIATED_UI_ELEMENT Value transfer Object reference (TYPE REF TO) IF_UI_FIELD_LIST_DME --- 19990401
3 Importing THE_MO_AREA_TO_WORK_ON Value transfer Object reference (TYPE REF TO) CL_MO_AREA_DME --- 19990401
4 Importing THE_MO_UI_MAPPING Call by reference Type reference (TYPE) SDMEU_FIELD_ATTR_MAPPING --- 19990401

Method CONSTRUCTOR on class CL_FORM_DIALOG_DME has no exception.

Method CREATE_MO Signature

Method CREATE_MO on class CL_FORM_DIALOG_DME has no parameter.
Method CREATE_MO on class CL_FORM_DIALOG_DME has no exception.

Method DELETE_MO Signature

Method DELETE_MO on class CL_FORM_DIALOG_DME has no parameter.
Method DELETE_MO on class CL_FORM_DIALOG_DME has no exception.

Method GET_CHECK_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDMEU_FIELD_CHECK_RESULTS --- 19990526
2 Importing THE_CHECK_RESULT Call by reference Object reference (TYPE REF TO) CL_MO_VIEW_CHECK_RESULT_DME --- 19990526

Method GET_CHECK_RESULT on class CL_FORM_DIALOG_DME has no exception.

Method MOVE_TO_MO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_COMMAND Value transfer Type reference (TYPE) SDMET_NAME --- 19990427

Method MOVE_TO_MO on class CL_FORM_DIALOG_DME has no exception.

Method ON_NEW_CURRENT_OBJECT Signature

Method ON_NEW_CURRENT_OBJECT on class CL_FORM_DIALOG_DME has no parameter.
Method ON_NEW_CURRENT_OBJECT on class CL_FORM_DIALOG_DME has no exception.

Method ON_OBJECT_CHANGED Signature

Method ON_OBJECT_CHANGED on class CL_FORM_DIALOG_DME has no parameter.
Method ON_OBJECT_CHANGED on class CL_FORM_DIALOG_DME has no exception.

Method ON_OBJECT_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990805

Method ON_OBJECT_DELETED on class CL_FORM_DIALOG_DME has no exception.

Method PROCESS_COMMAND Signature

Method PROCESS_COMMAND on class CL_FORM_DIALOG_DME has no parameter.
Method PROCESS_COMMAND on class CL_FORM_DIALOG_DME has no exception.

Method REFRESH_UI_DATA Signature

Method REFRESH_UI_DATA on class CL_FORM_DIALOG_DME has no parameter.
Method REFRESH_UI_DATA on class CL_FORM_DIALOG_DME has no exception.

Method SET_MO_UI_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_MAPPING Call by reference Type reference (TYPE) SDMEU_FIELD_ATTR_MAPPING mapping: MO-Attribut <--> UI-Feldname 19990407

Method SET_MO_UI_MAPPING on class CL_FORM_DIALOG_DME has no exception.

Method SET_VAR_POINTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_POINTER_LIST Call by reference Type reference (TYPE) SDMET_LIST_OF_DATA_REFS Liste der Feld-Adressen 19990521

Method SET_VAR_POINTERS on class CL_FORM_DIALOG_DME has no exception.
History
Last changed by/on SAP  19990401 
SAP Release Created in 50A