SAP IWCI_FDT_IWD_OBJECT_MANAGER OO Class - WebDynpro Interface INTERFACECONTROLLER









IWCI_FDT_IWD_OBJECT_MANAGER 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 IWCI_FDT_IWD_OBJECT_MANAGER 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 IWCI_FDT_IWD_OBJECT_MANAGER 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
CLOSEPublic
CALL METHOD iwci_fdt_iwd_object_manager=>CLOSE...more details

CREATEPublic
CALL METHOD iwci_fdt_iwd_object_manager=>CREATE...more details

DELETEPublic
CALL METHOD iwci_fdt_iwd_object_manager=>DELETE...more details

DISPLAYPublic
CALL METHOD iwci_fdt_iwd_object_manager=>DISPLAY...more details

EDITPublic
CALL METHOD iwci_fdt_iwd_object_manager=>EDIT...more details

GET_DISPLAYED_OBJECTPublic
CALL METHOD iwci_fdt_iwd_object_manager=>GET_DISPLAYED_OBJECT...more details

GET_SIZE_OF_OBJECT_STACKPublic
CALL METHOD iwci_fdt_iwd_object_manager=>GET_SIZE_OF_OBJECT_STACK...more details

IS_OBJECT_DISPLAYEDPublic
CALL METHOD iwci_fdt_iwd_object_manager=>IS_OBJECT_DISPLAYED...more details

IS_UNSAVED_OBJECT_EXISTINGPublic
CALL METHOD iwci_fdt_iwd_object_manager=>IS_UNSAVED_OBJECT_EXISTING...more details

MAINTAIN_OBJECT_IN_WIZARDPublic
CALL METHOD iwci_fdt_iwd_object_manager=>MAINTAIN_OBJECT_IN_WIZARD...more details

SAVE_CURRENT_OBJECTPublic
CALL METHOD iwci_fdt_iwd_object_manager=>SAVE_CURRENT_OBJECT...more details

SAVE_OBJECTSPublic
CALL METHOD iwci_fdt_iwd_object_manager=>SAVE_OBJECTS...more details

SAVE_WIZARD_OBJECTSPublic
CALL METHOD iwci_fdt_iwd_object_manager=>SAVE_WIZARD_OBJECTS...more details

SET_UI_MODEPublic
CALL METHOD iwci_fdt_iwd_object_manager=>SET_UI_MODE...more details

UPDATE_WIZARD_OBJECTPublic
CALL METHOD iwci_fdt_iwd_object_manager=>UPDATE_WIZARD_OBJECT...more details

WD_GET_APIPublic
CALL METHOD iwci_fdt_iwd_object_manager=>WD_GET_API...more details




Links to Related Class(s)

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