SAP IF_WDY_MD_APPLICATION OO Class - Web Dynpro : Application









IF_WDY_MD_APPLICATION 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_APPLICATION 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_APPLICATION 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
ACTIVATEPrivate
CALL METHOD if_wdy_md_application=>ACTIVATE...more details

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

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

GET_AUTHORITY_CHECKPrivate
CALL METHOD if_wdy_md_application=>GET_AUTHORITY_CHECK...more details

GET_COMPONENTPrivate
CALL METHOD if_wdy_md_application=>GET_COMPONENT...more details

GET_CONFIGURATIONPrivate
CALL METHOD if_wdy_md_application=>GET_CONFIGURATION...more details

GET_HELP_DESCRIPTIONPrivate
CALL METHOD if_wdy_md_application=>GET_HELP_DESCRIPTION...more details

GET_HELP_LINKPrivate
CALL METHOD if_wdy_md_application=>GET_HELP_LINK...more details

GET_MESSAGE_DISPLAY_MODEPrivate
CALL METHOD if_wdy_md_application=>GET_MESSAGE_DISPLAY_MODE...more details

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

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

GET_PROPERTYPrivate
CALL METHOD if_wdy_md_application=>GET_PROPERTY...more details

GET_SESSION_KINDPrivate
CALL METHOD if_wdy_md_application=>GET_SESSION_KIND...more details

GET_STARTUP_PLUGPrivate
CALL METHOD if_wdy_md_application=>GET_STARTUP_PLUG...more details

HAS_COMPONENTPrivate
CALL METHOD if_wdy_md_application=>HAS_COMPONENT...more details

HAS_CONFIGURATIONPrivate
CALL METHOD if_wdy_md_application=>HAS_CONFIGURATION...more details

HAS_STARTUP_PLUGPrivate
CALL METHOD if_wdy_md_application=>HAS_STARTUP_PLUG...more details

LOCKPrivate
CALL METHOD if_wdy_md_application=>LOCK...more details

RELOADPrivate
CALL METHOD if_wdy_md_application=>RELOAD...more details

RESET_TO_ACTIVEPrivate
CALL METHOD if_wdy_md_application=>RESET_TO_ACTIVE...more details

SAVE_TO_DATABASEPrivate
CALL METHOD if_wdy_md_application=>SAVE_TO_DATABASE...more details

SET_AUTHORITY_CHECKPrivate
CALL METHOD if_wdy_md_application=>SET_AUTHORITY_CHECK...more details

SET_COMPONENTPrivate
CALL METHOD if_wdy_md_application=>SET_COMPONENT...more details

SET_CONFIGURATIONPrivate
CALL METHOD if_wdy_md_application=>SET_CONFIGURATION...more details

SET_HELP_DESCRIPTIONPrivate
CALL METHOD if_wdy_md_application=>SET_HELP_DESCRIPTION...more details

SET_HELP_LINKPrivate
CALL METHOD if_wdy_md_application=>SET_HELP_LINK...more details

SET_MESSAGE_DISPLAY_MODEPrivate
CALL METHOD if_wdy_md_application=>SET_MESSAGE_DISPLAY_MODE...more details

SET_SESSION_KINDPrivate
CALL METHOD if_wdy_md_application=>SET_SESSION_KIND...more details

SET_STARTUP_PLUGPrivate
CALL METHOD if_wdy_md_application=>SET_STARTUP_PLUG...more details

UNLOCKPrivate
CALL METHOD if_wdy_md_application=>UNLOCK...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!