SAP /SCMB/CL_MAP_UI_DIALOG_SUPER OO Class - SCMB Geo-Map: WD Dialog Feeder
/SCMB/CL_MAP_UI_DIALOG_SUPER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMB/CL_MAP_UI_DIALOG_SUPER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBBMethod list of /SCMB/CL_MAP_UI_DIALOG_SUPER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_CANCEL | Check if 'Cancel' or 'Close' was selected on popup | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CHECK_CANCEL...more details | ||
| CHECK_OK | Check if 'OK' was selected on popup | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CHECK_OK...more details | ||
| CLOSE_DIALOG | Close Dialog | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CLOSE_DIALOG...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CONSTRUCTOR...more details | ||
| CREATE_DIALOG_CONTENT_AREA | Create standard content area for dialogs | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_CONTENT_AREA...more details | ||
| CREATE_DIALOG_SECTION | Create standard section for dialogs | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_SECTION...more details | ||
|
| ||
| CREATE_DIALOG_UIBB | Create standard UIBB for dialogs | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_UIBB...more details | ||
| EXECUTE_CLOSE_ACTION | REDEFINE: Execute close action for dialog | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>EXECUTE_CLOSE_ACTION...more details | ||
| GET_KEY_DESCR_OF_STRUCTURE | Get Key description of structure | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>GET_KEY_DESCR_OF_STRUCTURE...more details | ||
| MAP_GEOMAP_MESSAGES_FPM | Map messages from Geo-map into FPM format | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>MAP_GEOMAP_MESSAGES_FPM...more details | ||
| PROCESS_EVENT_COMMON | Process Common Events | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>PROCESS_EVENT_COMMON...more details | ||
| RAISE_DIALOG_EVENT | Raise dialog event | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>RAISE_DIALOG_EVENT...more details | ||
| RAISE_DIALOG_EVENT_CONTENTAREA | Raise dialog event | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>RAISE_DIALOG_EVENT_CONTENTAREA...more details | ||
| RAISE_FPM_EVENT | Raise FPM event | Protected |
| CALL METHOD /scmb/cl_map_ui_dialog_super=>RAISE_FPM_EVENT...more details | ||
/SCMB/CL_MAP_UI_DIALOG_SUPER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_CONTENT_AREA_ID | Constant | FPM: Content Area ID | 'GEN_POPUP_AREA' | LIKE FPM_CONTENT_AREA_ID | Protected |
| GC_EVENT_DATA_KEY | Constant | LIKE | Protected | ||
| GC_EVENT_DIALOG | Constant | LIKE | Protected | ||
| GC_SECTION_ID | Constant | FPM: Section ID | 'DIALOG' | LIKE FPM_SECTION_ID | Protected |
| MO_FPM | Static Attribute | Interface for accessing FPM functionality | LIKE IF_FPM | Protected | |
| MV_CONTENT_AREA_ID | Static Attribute | FPM: Content Area ID | 'GEN_POPUP_AREA' | LIKE FPM_CONTENT_AREA_ID | Protected |
| MV_FPM_EVENT_ID_CLOSE | Static Attribute | ID of the FPM Event | 'CLOSE_DIALOG' | LIKE FPM_EVENT_ID | Public |
| MV_STRUCTURE | Instance Attribute | Structure of Legend | LIKE DDOBJNAME | Protected | |
| SV_CONFIG_ID | Static Attribute | Configuration Identification | LIKE WDY_CONFIG_ID | Protected |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects