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 | 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) |
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 | Instance attribute | Public | Type reference (TYPE) | SDMEU_FIELD_ATTR_MAPPING | MO Attribute <->UI Field Name Mapping | 19990401 | |||
| 2 | Constant | Protected | Type reference (TYPE) | SDMET_NAME | 'MO-Area' | Text for error message | 20000214 | ||
| 3 | Constant | Protected | Type reference (TYPE) | SDMET_NAME | 'MO-Attribut' | Text for error message | 19990407 | ||
| 4 | Constant | Protected | Type reference (TYPE) | SDMET_NAME | 'UI-Feld' | Text for error message | 19990407 | ||
| 5 | 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 | Instance method | Protected | Method | Cancel Current Changes | 19990528 | |
| 2 | Instance method | Public | Constructor | Constructor | 19990401 | |
| 3 | Instance method | Protected | Method | Create and Check MO | 20000320 | |
| 4 | Instance method | Protected | Method | Check and Delete MO | 20000320 | |
| 5 | Instance method | Protected | Method | Translates Check Result | 19990526 | |
| 6 | Instance method | Protected | Method | Positions Current MO | 19990427 | |
| 7 | Instance method | Public | Event handling method | Event-Handler for "new_current_object" | 19990504 | |
| 8 | Instance method | Public | Event handling method | Event-Handler for "current_object_changed" | 19990504 | |
| 9 | Instance method | Public | Event handling method | Reacts to the Event 'object_deleted' in an MO Area | 19990805 | |
| 10 | Instance method | Public | Method | 20000228 | ||
| 11 | Instance method | Public | Method | 20000228 | ||
| 12 | Instance method | Public | Method | Creates MO Attribute <-> UI Field Name Mapping | 19990401 | |
| 13 | 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 | IS_EDITABLE | Value transfer | Type reference (TYPE) | SDMET_BOOL | sdmet_true | --- | 19990809 | ||
| 2 | THE_ASSOCIATED_UI_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_UI_FIELD_LIST_DME | --- | 19990401 | |||
| 3 | THE_MO_AREA_TO_WORK_ON | Value transfer | Object reference (TYPE REF TO) | CL_MO_AREA_DME | --- | 19990401 | |||
| 4 | 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 | RESULT | Value transfer | Type reference (TYPE) | SDMEU_FIELD_CHECK_RESULTS | --- | 19990526 | |||
| 2 | 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 | 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 | 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 | 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 | 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 |