SAP IF_WB_OBJECT_DATA_MODEL OO Class - Interface to Central Object Data Model









IF_WB_OBJECT_DATA_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_WB_OBJECT_DATA_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_WB_OBJECT_DATA_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
COMPARECompare Input Data with Existing Object DataPublic
CALL METHOD if_wb_object_data_model=>COMPARE...more details

COPYCopy Object Data ModelPublic
CALL METHOD if_wb_object_data_model=>COPY...more details

GENERATE_FROM_KEYCreate Object Data as InitialPublic
CALL METHOD if_wb_object_data_model=>GENERATE_FROM_KEY...more details

GET_CHANGED_BYRead Name of Last ChangerPublic
CALL METHOD if_wb_object_data_model=>GET_CHANGED_BY...more details

GET_CHANGED_ONRead Data of Last ChangePublic
CALL METHOD if_wb_object_data_model=>GET_CHANGED_ON...more details

GET_CONTENTPrivate
CALL METHOD if_wb_object_data_model=>GET_CONTENT...more details

GET_CREATED_BYRead Origin (Optional)Public
CALL METHOD if_wb_object_data_model=>GET_CREATED_BY...more details

GET_CREATED_ONRead Creation Date (Optional)Public
CALL METHOD if_wb_object_data_model=>GET_CREATED_ON...more details

GET_DATAHelp Method: Read All Object DataPublic
CALL METHOD if_wb_object_data_model=>GET_DATA...more details

GET_DESCRIPTIONRead Short DescriptionPublic
CALL METHOD if_wb_object_data_model=>GET_DESCRIPTION...more details

GET_ETAGPrivate
CALL METHOD if_wb_object_data_model=>GET_ETAG...more details

GET_OBJECT_KEYRead Object KeyPublic
CALL METHOD if_wb_object_data_model=>GET_OBJECT_KEY...more details

GET_OBJECT_NAMERead Object NamePublic
CALL METHOD if_wb_object_data_model=>GET_OBJECT_NAME...more details

GET_OBJNAME_TRRead Transport Object NamePublic
CALL METHOD if_wb_object_data_model=>GET_OBJNAME_TR...more details

GET_TEMPLATE_KEYPrivate
CALL METHOD if_wb_object_data_model=>GET_TEMPLATE_KEY...more details

GET_VERSIONRead Version (Active/Inactive)Public
CALL METHOD if_wb_object_data_model=>GET_VERSION...more details

SET_CHANGED_BYWrite Name of Last ChangerPublic
CALL METHOD if_wb_object_data_model=>SET_CHANGED_BY...more details

SET_CHANGED_ONWrite Date of Last ChangePublic
CALL METHOD if_wb_object_data_model=>SET_CHANGED_ON...more details

SET_CONTENTPrivate
CALL METHOD if_wb_object_data_model=>SET_CONTENT...more details

SET_CREATED_BYCo: Write OriginPublic
CALL METHOD if_wb_object_data_model=>SET_CREATED_BY...more details

SET_CREATED_ONCo: Write Creation DatePublic
CALL METHOD if_wb_object_data_model=>SET_CREATED_ON...more details

SET_DATAHelp Method: Write All Object DataPublic
CALL METHOD if_wb_object_data_model=>SET_DATA...more details

SET_DESCRIPTIONWrite Short Description (Optional)Public
CALL METHOD if_wb_object_data_model=>SET_DESCRIPTION...more details

SET_ETAGPrivate
CALL METHOD if_wb_object_data_model=>SET_ETAG...more details

SET_OBJECT_NAMEChange Object Name (that is, rename object)Public
CALL METHOD if_wb_object_data_model=>SET_OBJECT_NAME...more details

SET_VERSIONWrite Version (Active/Inactive)Public
CALL METHOD if_wb_object_data_model=>SET_VERSION...more details




Links to Related Class(s)

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