SAP IF_WDY_MD_UI_ELEMENT OO Class - I_WDY_MD_UI_ELEMENT









IF_WDY_MD_UI_ELEMENT 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 IF_WDY_MD_UI_ELEMENT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_WDY_MD_UI_ELEMENT 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
CREATE_AGGREGATIONPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_AGGREGATION...more details

CREATE_CONTEXT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_CONTEXT_BINDING...more details

CREATE_DDIC_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_DDIC_BINDING...more details

CREATE_EVENT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_EVENT_BINDING...more details

CREATE_LAYOUT_DATAPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_LAYOUT_DATA...more details

CREATE_PROPERTYPrivate
CALL METHOD if_wdy_md_ui_element=>CREATE_PROPERTY...more details

DELETEPrivate
CALL METHOD if_wdy_md_ui_element=>DELETE...more details

GET_AGGREGATIONSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_AGGREGATIONS...more details

GET_AGGREGATION_BY_NAMEPrivate
CALL METHOD if_wdy_md_ui_element=>GET_AGGREGATION_BY_NAME...more details

GET_AGGREGATION_BY_POSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_AGGREGATION_BY_POS...more details

GET_AGGREGATION_COUNTPrivate
CALL METHOD if_wdy_md_ui_element=>GET_AGGREGATION_COUNT...more details

GET_AGGREGATION_POSITIONPrivate
CALL METHOD if_wdy_md_ui_element=>GET_AGGREGATION_POSITION...more details

GET_CONTEXT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>GET_CONTEXT_BINDING...more details

GET_CONTEXT_BINDINGSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_CONTEXT_BINDINGS...more details

GET_CONTEXT_BINDING_COUNTPrivate
CALL METHOD if_wdy_md_ui_element=>GET_CONTEXT_BINDING_COUNT...more details

GET_CONTEXT_MENU_BEHAVIOURPrivate
CALL METHOD if_wdy_md_ui_element=>GET_CONTEXT_MENU_BEHAVIOUR...more details

GET_CONTEXT_MENU_IDPrivate
CALL METHOD if_wdy_md_ui_element=>GET_CONTEXT_MENU_ID...more details

GET_DDIC_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>GET_DDIC_BINDING...more details

GET_DDIC_BINDINGSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_DDIC_BINDINGS...more details

GET_DDIC_BINDING_COUNTPrivate
CALL METHOD if_wdy_md_ui_element=>GET_DDIC_BINDING_COUNT...more details

GET_ENABLEDPrivate
CALL METHOD if_wdy_md_ui_element=>GET_ENABLED...more details

GET_EVENT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>GET_EVENT_BINDING...more details

GET_EVENT_BINDINGSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_EVENT_BINDINGS...more details

GET_EVENT_BINDING_COUNTPrivate
CALL METHOD if_wdy_md_ui_element=>GET_EVENT_BINDING_COUNT...more details

GET_LAYOUT_DATAPrivate
CALL METHOD if_wdy_md_ui_element=>GET_LAYOUT_DATA...more details

GET_NAMEPrivate
CALL METHOD if_wdy_md_ui_element=>GET_NAME...more details

GET_PROPERTIESPrivate
CALL METHOD if_wdy_md_ui_element=>GET_PROPERTIES...more details

GET_PROPERTY_BY_NAMEPrivate
CALL METHOD if_wdy_md_ui_element=>GET_PROPERTY_BY_NAME...more details

GET_PROPERTY_BY_POSPrivate
CALL METHOD if_wdy_md_ui_element=>GET_PROPERTY_BY_POS...more details

GET_PROPERTY_COUNTPrivate
CALL METHOD if_wdy_md_ui_element=>GET_PROPERTY_COUNT...more details

GET_PROPERTY_POSITIONPrivate
CALL METHOD if_wdy_md_ui_element=>GET_PROPERTY_POSITION...more details

GET_TOOLTIPPrivate
CALL METHOD if_wdy_md_ui_element=>GET_TOOLTIP...more details

GET_UI_ELEMENT_DEFINITIONPrivate
CALL METHOD if_wdy_md_ui_element=>GET_UI_ELEMENT_DEFINITION...more details

GET_VISIBLEPrivate
CALL METHOD if_wdy_md_ui_element=>GET_VISIBLE...more details

HAS_AGGREGATIONPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_AGGREGATION...more details

HAS_CONTEXT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_CONTEXT_BINDING...more details

HAS_DDIC_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_DDIC_BINDING...more details

HAS_EVENT_BINDINGPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_EVENT_BINDING...more details

HAS_LAYOUT_DATAPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_LAYOUT_DATA...more details

HAS_PROPERTYPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_PROPERTY...more details

HAS_UI_ELEMENT_DEFINITIONPrivate
CALL METHOD if_wdy_md_ui_element=>HAS_UI_ELEMENT_DEFINITION...more details

MOVE_AGGREGATIONPrivate
CALL METHOD if_wdy_md_ui_element=>MOVE_AGGREGATION...more details

MOVE_PROPERTYPrivate
CALL METHOD if_wdy_md_ui_element=>MOVE_PROPERTY...more details

SET_CONTEXT_MENU_BEHAVIOURPrivate
CALL METHOD if_wdy_md_ui_element=>SET_CONTEXT_MENU_BEHAVIOUR...more details

SET_CONTEXT_MENU_IDPrivate
CALL METHOD if_wdy_md_ui_element=>SET_CONTEXT_MENU_ID...more details

SET_ENABLEDPrivate
CALL METHOD if_wdy_md_ui_element=>SET_ENABLED...more details

SET_TOOLTIPPrivate
CALL METHOD if_wdy_md_ui_element=>SET_TOOLTIP...more details

SET_UI_ELEMENT_DEFINITIONPrivate
CALL METHOD if_wdy_md_ui_element=>SET_UI_ELEMENT_DEFINITION...more details

SET_VISIBLEPrivate
CALL METHOD if_wdy_md_ui_element=>SET_VISIBLE...more details




Links to Related Class(s)

IF_WDY_M...
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!