SAP IF_BIZC_CONTENT_MANAGER OO Class - Business Content: Administration of Content Objects









IF_BIZC_CONTENT_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 IF_BIZC_CONTENT_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 IF_BIZC_CONTENT_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
ADD_DOCU_TO_OBJECTAdd Documentation to an ObjectPublic
CALL METHOD if_bizc_content_manager=>ADD_DOCU_TO_OBJECT...more details

ADD_OBJECT_USAGEAdd Content Object for a Usage TypePublic
CALL METHOD if_bizc_content_manager=>ADD_OBJECT_USAGE...more details

COPY_OBJECT_USAGECopies an ObjectPublic
CALL METHOD if_bizc_content_manager=>COPY_OBJECT_USAGE...more details

COPY_USAGECopies a Usage TypePublic
CALL METHOD if_bizc_content_manager=>COPY_USAGE...more details

FREEPrivate
CALL METHOD if_bizc_content_manager=>FREE...more details

GET_CO_DESCRIPTIONDelivers Object DescriptionPublic
CALL METHOD if_bizc_content_manager=>GET_CO_DESCRIPTION...more details

GET_CO_PERS_STATUSGets Persistence Status of an ObjectPublic
CALL METHOD if_bizc_content_manager=>GET_CO_PERS_STATUS...more details

GET_CO_TECHNICAL_NAMEGets Technical Name of an ObjectPublic
CALL METHOD if_bizc_content_manager=>GET_CO_TECHNICAL_NAME...more details

GET_DEPENDENCIESGets the Associated Software ComponentsPublic
CALL METHOD if_bizc_content_manager=>GET_DEPENDENCIES...more details

GET_DOCUMENTATIONGets the Assigned DocumentationPublic
CALL METHOD if_bizc_content_manager=>GET_DOCUMENTATION...more details

GET_DOCUMENTATION_INFOReturns Info Record for a Documentation LinkPublic
CALL METHOD if_bizc_content_manager=>GET_DOCUMENTATION_INFO...more details

GET_OBJECT_CONFIG_INFOReturns Configuration Info for an ObjectPublic
CALL METHOD if_bizc_content_manager=>GET_OBJECT_CONFIG_INFO...more details

GET_OBJECT_GUID_BY_PROVIDER_IDGets the Object GUID for a Provider IDPublic
CALL METHOD if_bizc_content_manager=>GET_OBJECT_GUID_BY_PROVIDER_ID...more details

GET_OBJECT_HEADERSReturns Flat Info Structure for Object HeaderPublic
CALL METHOD if_bizc_content_manager=>GET_OBJECT_HEADERS...more details

GET_OBJECT_USAGE_BY_STATUSGets Object GUIDs of the Usage Type Filtered by StatusPublic
CALL METHOD if_bizc_content_manager=>GET_OBJECT_USAGE_BY_STATUS...more details

GET_OBJECT_USAGE_INFOReturns Flat Info Structure for an Object UsagePublic
CALL METHOD if_bizc_content_manager=>GET_OBJECT_USAGE_INFO...more details

GET_PROVIDER_ID_BY_OBJECT_GUIDGets the Provider ID for an Object GUIDPublic
CALL METHOD if_bizc_content_manager=>GET_PROVIDER_ID_BY_OBJECT_GUID...more details

GET_USAGES_OF_OBJECTWhere-Used List for ObjectPublic
CALL METHOD if_bizc_content_manager=>GET_USAGES_OF_OBJECT...more details

REMOVE_DOCU_FROM_OBJECTRemove Documentation from an ObjectPublic
CALL METHOD if_bizc_content_manager=>REMOVE_DOCU_FROM_OBJECT...more details

REMOVE_OBJECT_USAGERemove Content Object from a Usage TypePublic
CALL METHOD if_bizc_content_manager=>REMOVE_OBJECT_USAGE...more details

REMOVE_USAGERemoves a Usage TypePublic
CALL METHOD if_bizc_content_manager=>REMOVE_USAGE...more details

SET_OBJECT_CONFIGSets Configuration Info for an ObjectPublic
CALL METHOD if_bizc_content_manager=>SET_OBJECT_CONFIG...more details

UPDATE_DOCUChange DocumentationPublic
CALL METHOD if_bizc_content_manager=>UPDATE_DOCU...more details

UPDATE_OBJECTUpdate Content ObjectPublic
CALL METHOD if_bizc_content_manager=>UPDATE_OBJECT...more details

UPDATE_OBJECT_USAGEUpdate Usage of a Content ObjectPublic
CALL METHOD if_bizc_content_manager=>UPDATE_OBJECT_USAGE...more details




Links to Related Class(s)

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