SAP IF_FDT_WD_OBJECT_MANAGER_MODEL OO Class - FDT WD: Model for Object Manager









IF_FDT_WD_OBJECT_MANAGER_MODEL 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_FDT_WD_OBJECT_MANAGER_MODEL 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_FDT_WD_OBJECT_MANAGER_MODEL 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_OBJECT_TO_CATALOGAdds an object to a catalogPublic
CALL METHOD if_fdt_wd_object_manager_model=>ADD_OBJECT_TO_CATALOG...more details

CHECK_DELETEAdditional checks if delete is possible...else ex is raisedPublic
CALL METHOD if_fdt_wd_object_manager_model=>CHECK_DELETE...more details

CHECK_TRANSACTIONAL_ACTIONChecks if a transactional action can be executedPublic
CALL METHOD if_fdt_wd_object_manager_model=>CHECK_TRANSACTIONAL_ACTION...more details

COMMIT_WORKCommit WorkPublic
CALL METHOD if_fdt_wd_object_manager_model=>COMMIT_WORK...more details

CONVERT_NAMEConverts a namePublic
CALL METHOD if_fdt_wd_object_manager_model=>CONVERT_NAME...more details

CREATE_CONFIGURATIONCreates an instance (class) of the configurationPublic
CALL METHOD if_fdt_wd_object_manager_model=>CREATE_CONFIGURATION...more details

CREATE_OBJECTCreates an object and returns its idPublic
CALL METHOD if_fdt_wd_object_manager_model=>CREATE_OBJECT...more details

CREATE_OBJECT_COPYCreates an object as copy and returns its idPublic
CALL METHOD if_fdt_wd_object_manager_model=>CREATE_OBJECT_COPY...more details

DESTRUCT_OBJECTDestructs the current objectPublic
CALL METHOD if_fdt_wd_object_manager_model=>DESTRUCT_OBJECT...more details

EXIST_DARK_ACTIVATION_OBJSPublic
CALL METHOD if_fdt_wd_object_manager_model=>EXIST_DARK_ACTIVATION_OBJS...more details

FILL_CREATE_NODE_4_COPYPublic
CALL METHOD if_fdt_wd_object_manager_model=>FILL_CREATE_NODE_4_COPY...more details

GET_ADMIN_DATAReturns the admin dataPublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_ADMIN_DATA...more details

GET_OBJECT_LISTReturns Object ListPublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_OBJECT_LIST...more details

GET_STATEReturns the state of the objectPublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_STATE...more details

GET_TITEL_FOR_MESSAGE_AREAPublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_TITEL_FOR_MESSAGE_AREA...more details

GET_TRANSACTIONReturns transaction interfacePublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_TRANSACTION...more details

GET_TYPESReturns the types to create a new objectPublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_TYPES...more details

GET_USAGE_NAMEReturns the name of the usagePublic
CALL METHOD if_fdt_wd_object_manager_model=>GET_USAGE_NAME...more details

HAS_ACTIVE_IF_INACTIVE_VERSIONIs there an active version if the object is inactivePublic
CALL METHOD if_fdt_wd_object_manager_model=>HAS_ACTIVE_IF_INACTIVE_VERSION...more details

IS_ACTIONReturns, if the object is an actionPublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_ACTION...more details

IS_CURRENT_VERSIONReturns, if this is the current versionPublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_CURRENT_VERSION...more details

IS_NAME_UNIQUEReturns, if a name is uniquePublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_NAME_UNIQUE...more details

IS_OBJ_SUPPORTED_BY_CATALOGReturns, if object is supported by catalogPublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_OBJ_SUPPORTED_BY_CATALOG...more details

IS_RELOAD_NECESSARYIs reload of object necessaryPublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_RELOAD_NECESSARY...more details

IS_SUPPORTING_BCFReturns, if the object supports transport via bcfPublic
CALL METHOD if_fdt_wd_object_manager_model=>IS_SUPPORTING_BCF...more details

ROLLBACK_WORKRollback WorkPublic
CALL METHOD if_fdt_wd_object_manager_model=>ROLLBACK_WORK...more details

SET_CLONE_PROPERTIESSets the properties (name etc.) for the clones (copy)Public
CALL METHOD if_fdt_wd_object_manager_model=>SET_CLONE_PROPERTIES...more details

SET_OBJECTSets objectPublic
CALL METHOD if_fdt_wd_object_manager_model=>SET_OBJECT...more details

SET_OBJECT_MODELPublic
CALL METHOD if_fdt_wd_object_manager_model=>SET_OBJECT_MODEL...more details

SWITCH_TEXT_BASED_MODESwitches the text based modePublic
CALL METHOD if_fdt_wd_object_manager_model=>SWITCH_TEXT_BASED_MODE...more details



IF_FDT_WD_OBJECT_MANAGER_MODEL 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_ACTIVATE_APPLICATION_ATTRConstantToolbar / Menu Action'ACTIVATE_APPLICATION'LIKE
STRING
Public
GC_ADMIN_DATA_USAGE_GROUPConstantUsage Group for Admin Data'ADMIN_DATA_GROUP'LIKE
STRING
Public
GC_BUTTON_ACTIVATEConstantActivate button'ACTIVATE'LIKE
STRING
Public
GC_BUTTON_CHECKConstantCheck button'CHECK'LIKE
STRING
Public
GC_BUTTON_CHG_DISPLAYConstantChange/Display Button'CHANGE_DISPLAY'LIKE
STRING
Public
GC_BUTTON_CHG_HISTORYConstantChange History'CHANGE_HISTORY'LIKE
STRING
Public
GC_BUTTON_COPYConstantCopy button'COPY'LIKE
STRING
Public
GC_BUTTON_DELETEConstantDelete butto'DELETE'LIKE
STRING
Public
GC_BUTTON_SAVEConstantSave button'SAVE'LIKE
STRING
Public
GC_BUTTON_STATUSConstantStatus Button'STATUS'LIKE
STRING
Public
GC_BUTTON_TRANSPORTConstantTransport button'TRANSPORT'LIKE
STRING
Public
GC_BUTTON_WHERE_USEDConstantWhere used button'WHERE_USED'LIKE
STRING
Public
GC_CONF_DIALOG_CALLER_CLOSEConstantConfirmation Dialog: Call from 'Close''C'LIKE
C
Public
GC_CONF_DIALOG_CALLER_CREATEConstantConfirmation Dialog: Call from 'Toggle''N'LIKE
C
Public
GC_CONF_DIALOG_CALLER_TOGGLEConstantConfirmation Dialog: Call from 'Toggle''T'LIKE
C
Public
GC_INITIAL_TIMESTAMPConstantInitial Timestamp0LIKE
IF_FDT_TYPES=>TIMESTAMP
Public
GC_LINK_YOU_CAN_ALSOConstantYou can also link'YOU_CAN_ALSO'LIKE
STRING
Public
GC_MESSAGE_CLASSConstantMessage Class'FDT_WD_INFRA'LIKE
MSGID
Public
GC_OBJECT_USAGE_GROUPConstantUsage Group for Objects'OBJECT_GROUP'LIKE
STRING
Public
GC_PREFIX_ADMIN_DATAConstantPrefix Admin Data'A'LIKE
C
Public
GC_PREFIX_OBJECTConstantPrefix Object'O'LIKE
C
Public
GC_STATUS_ACTIVATEConstantStatus: Activate'ACTIVATE'LIKE
STRING
Public
GC_STATUS_COPYConstantStatus: Copy'COPY'LIKE
STRING
Public
GC_STATUS_DELETEConstantStatus: Delete'DELETE'LIKE
STRING
Public
GC_STATUS_DELETE_MARKEDConstantStatus: Delete marked for delete'DELETE_MARKED'LIKE
STRING
Public
GC_STATUS_DEL_INACTIVE_VERSIONConstantStatus: Delete inactive version'DELETE_INACTIVE_VERSION'LIKE
STRING
Public
GC_STATUS_ENH_DELETEConstantStatus: Delete Enhancement'ENHANCEMENT_DELETE'LIKE
STRING
Public
GC_STATUS_MARK_FOR_DELETEConstantStatus: Mark for delete'MARK_FOR_DELETE'LIKE
STRING
Public
GC_STATUS_OBSOLETEConstantStatus: Obsolete'OBSOLETE'LIKE
STRING
Public
GC_STATUS_REVERT_MARK_FOR_DELConstantStatus: Revert mark for delete'REVERT_MARK_FOR_DELETE'LIKE
STRING
Public
GC_STATUS_REVERT_OBSOLETEConstantStatus: Revert obsolete'REVERT_OBSOLETE'LIKE
STRING
Public
GC_STATUS_TOGGLE_VERSIONINGConstantStatus: Toggle Versioning'VERSIONING'LIKE
STRING
Public
GC_STATUS_TRANSPORTConstantStatus: Transport'TRANSPORT'LIKE
STRING
Public
GC_TOOLBAR_MENU_ACTIONConstantToolbar / Menu Action'TOOLBAR_MENU_ACTION'LIKE
STRING
Public
MO_COMPONENT_METADATAInstance AttributeFDT WD: Metadata about an componentLIKE
CL_FDT_WD_COMPONENT_METADATA
Public
MV_IDInstance AttributeIDLIKE
IF_FDT_TYPES=>ID
Public
MV_SWITCH_TEXT_BASED_MODEStatic AttributeTrue: switch text based modeLIKE
BOOLE_D
Public
MV_TEXT_BASED_MODEStatic AttributeTrue: text based modeLIKE
BOOLE_D
Public
MV_TIMESTAMPInstance AttributeTimestampLIKE
IF_FDT_TYPES=>TIMESTAMP
Public




IF_FDT_WD_OBJECT_MANAGER_MODEL types

S_CHECK_MESSAGE_LIST -
S_CONFIRMATION_CONFIG -
S_INPUT_POPUP_CLIPBOARD -
S_ISLAND_BUFFER -
S_ISLAND_SYNC_INFO -
S_NAVIGATION_CLIPBOARD -
S_RESULT_APPLICATION_ACTIV -
S_RESULT_TYPE_LIST -
T_CHECK_MESSAGE_LIST -
T_DROPDOWN_ACTION -
T_ISLAND_BUFFER -

Links to Related Class(s)

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