SAP IWCI_FDT_WD_REPOSITORY OO Class - WebDynpro Interface COMPONENTCONTROLLER









IWCI_FDT_WD_REPOSITORY 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_WD_REPOSITORY 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_WD_REPOSITORY 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
ADD_IDPublic
CALL METHOD iwci_fdt_wd_repository=>ADD_ID...more details

CHECK_ID_IN_TREEPublic
CALL METHOD iwci_fdt_wd_repository=>CHECK_ID_IN_TREE...more details

COLLAPSE_ALLPublic
CALL METHOD iwci_fdt_wd_repository=>COLLAPSE_ALL...more details

DELETE_IDPublic
CALL METHOD iwci_fdt_wd_repository=>DELETE_ID...more details

EXPAND_ALLPublic
CALL METHOD iwci_fdt_wd_repository=>EXPAND_ALL...more details

GET_ELEMENTS_FOR_ID_RECURSIVEPublic
CALL METHOD iwci_fdt_wd_repository=>GET_ELEMENTS_FOR_ID_RECURSIVE...more details

GET_VIEWPublic
CALL METHOD iwci_fdt_wd_repository=>GET_VIEW...more details

INITPublic
CALL METHOD iwci_fdt_wd_repository=>INIT...more details

REQUEST_PROCESSEDPublic
CALL METHOD iwci_fdt_wd_repository=>REQUEST_PROCESSED...more details

SET_CONFIGURATIONPublic
CALL METHOD iwci_fdt_wd_repository=>SET_CONFIGURATION...more details

SET_SELECTIONPublic
CALL METHOD iwci_fdt_wd_repository=>SET_SELECTION...more details

SET_VIEWPublic
CALL METHOD iwci_fdt_wd_repository=>SET_VIEW...more details

SHOW_OBJECT_IN_REPOSITORYPublic
CALL METHOD iwci_fdt_wd_repository=>SHOW_OBJECT_IN_REPOSITORY...more details

UPDATE_NAVIPublic
CALL METHOD iwci_fdt_wd_repository=>UPDATE_NAVI...more details

WD_GET_APIPublic
CALL METHOD iwci_fdt_wd_repository=>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!