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_GUIBB

Method 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 NameDescriptionVisability
CHECK_CANCELCheck if 'Cancel' or 'Close' was selected on popupProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CHECK_CANCEL...more details

CHECK_OKCheck if 'OK' was selected on popupProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CHECK_OK...more details

CLOSE_DIALOGClose DialogProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CLOSE_DIALOG...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_map_ui_dialog_super=>CONSTRUCTOR...more details

CREATE_DIALOG_CONTENT_AREACreate standard content area for dialogsProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_CONTENT_AREA...more details

CREATE_DIALOG_SECTIONCreate standard section for dialogsProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_SECTION...more details

CREATE_DIALOG_UIBBCreate standard UIBB for dialogsProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>CREATE_DIALOG_UIBB...more details

EXECUTE_CLOSE_ACTIONREDEFINE: Execute close action for dialogProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>EXECUTE_CLOSE_ACTION...more details

GET_KEY_DESCR_OF_STRUCTUREGet Key description of structureProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>GET_KEY_DESCR_OF_STRUCTURE...more details

MAP_GEOMAP_MESSAGES_FPMMap messages from Geo-map into FPM formatProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>MAP_GEOMAP_MESSAGES_FPM...more details

PROCESS_EVENT_COMMONProcess Common EventsProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>PROCESS_EVENT_COMMON...more details

RAISE_DIALOG_EVENTRaise dialog eventProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>RAISE_DIALOG_EVENT...more details

RAISE_DIALOG_EVENT_CONTENTAREARaise dialog eventProtected
CALL METHOD /scmb/cl_map_ui_dialog_super=>RAISE_DIALOG_EVENT_CONTENTAREA...more details

RAISE_FPM_EVENTRaise FPM eventProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_CONTENT_AREA_IDConstantFPM: Content Area ID'GEN_POPUP_AREA'LIKE
FPM_CONTENT_AREA_ID
Protected
GC_EVENT_DATA_KEYConstantLIKE
Protected
GC_EVENT_DIALOGConstantLIKE
Protected
GC_SECTION_IDConstantFPM: Section ID'DIALOG'LIKE
FPM_SECTION_ID
Protected
MO_FPMStatic AttributeInterface for accessing FPM functionalityLIKE
IF_FPM
Protected
MV_CONTENT_AREA_IDStatic AttributeFPM: Content Area ID'GEN_POPUP_AREA'LIKE
FPM_CONTENT_AREA_ID
Protected
MV_FPM_EVENT_ID_CLOSEStatic AttributeID of the FPM Event'CLOSE_DIALOG'LIKE
FPM_EVENT_ID
Public
MV_STRUCTUREInstance AttributeStructure of LegendLIKE
DDOBJNAME
Protected
SV_CONFIG_IDStatic AttributeConfiguration IdentificationLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!