SAP ABAP Interface IF_BIZC_CONTENT_MANAGER (Business Content: Administration of Content Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NBC (Application Component) NetWeaver Business Content
     SBIZC7 (Package) Business Content: Repository
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BIZC_REP_CONTENT_MANAGER Business Content: Shared Memory Area 20041117
Properties
Interface IF_BIZC_CONTENT_MANAGER  
Short Description Business Content: Administration of Content Objects    
General Data
Package SBIZC7   Business Content: Repository 
Created 20041108   SAP 
Last changed 20050428   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SBIZC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_BIZC_CONTENT_MANAGER has no interface.
Friends
Interface IF_BIZC_CONTENT_MANAGER has no friend.
Attributes
Interface IF_BIZC_CONTENT_MANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DOCU_TO_OBJECT Instance method Public Method Add Documentation to an Object 20050207
2 ADD_OBJECT_USAGE Instance method Public Method Add Content Object for a Usage Type 20050318
3 COPY_OBJECT_USAGE Instance method Public Method Copies an Object 20041223
4 COPY_USAGE Instance method Public Method Copies a Usage Type 20041223
5 FREE Instance method Public Method 20041207
6 GET_CO_DESCRIPTION Instance method Public Method Delivers Object Description 20041117
7 GET_CO_PERS_STATUS Instance method Public Method Gets Persistence Status of an Object 20041117
8 GET_CO_TECHNICAL_NAME Instance method Public Method Gets Technical Name of an Object 20041117
9 GET_DEPENDENCIES Instance method Public Method Gets the Associated Software Components 20041202
10 GET_DOCUMENTATION Instance method Public Method Gets the Assigned Documentation 20050204
11 GET_DOCUMENTATION_INFO Instance method Public Method Returns Info Record for a Documentation Link 20050215
12 GET_OBJECT_CONFIG_INFO Instance method Public Method Returns Configuration Info for an Object 20050302
13 GET_OBJECT_GUID_BY_PROVIDER_ID Instance method Public Method Gets the Object GUID for a Provider ID 20041118
14 GET_OBJECT_HEADERS Instance method Public Method Returns Flat Info Structure for Object Header 20050318
15 GET_OBJECT_USAGE_BY_STATUS Instance method Public Method Gets Object GUIDs of the Usage Type Filtered by Status 20041118
16 GET_OBJECT_USAGE_INFO Instance method Public Method Returns Flat Info Structure for an Object Usage 20050318
17 GET_PROVIDER_ID_BY_OBJECT_GUID Instance method Public Method Gets the Provider ID for an Object GUID 20041122
18 GET_USAGES_OF_OBJECT Instance method Public Method Where-Used List for Object 20041228
19 REMOVE_DOCU_FROM_OBJECT Instance method Public Method Remove Documentation from an Object 20050207
20 REMOVE_OBJECT_USAGE Instance method Public Method Remove Content Object from a Usage Type 20041118
21 REMOVE_USAGE Instance method Public Method Removes a Usage Type 20041223
22 SET_OBJECT_CONFIG Instance method Public Method Sets Configuration Info for an Object 20050302
23 UPDATE_DOCU Instance method Public Method Change Documentation 20050330
24 UPDATE_OBJECT Instance method Public Method Update Content Object 20050318
25 UPDATE_OBJECT_USAGE Instance method Public Method Update Usage of a Content Object 20050318
Events
Interface IF_BIZC_CONTENT_MANAGER has no event.
Types
Interface IF_BIZC_CONTENT_MANAGER has no local type.
Method Signatures

Method ADD_DOCU_TO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20050207
2 Importing IP_EXTERNAL_DOC_ID Call by reference Type reference (TYPE) STRING BIZC: Logisches Objekt im externen Store 20050207
3 Importing IP_HEADER Call by reference Type reference (TYPE) BIZC_DOCH BIZC: Verwaltungsinformationen für Dokument 20050207
4 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20050207
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050207
6 Returning RP_DOC_ID Value transfer Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050207
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050207

Method ADD_OBJECT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTENT_OBJECT Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_OBJECT Business Content: Content Objekt 20050318
2 Importing IP_EXTERNAL_ID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050318
3 Importing IP_IGNORE_DUPLICATES Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_TRUE True: Do not allow duplicate content objects 20050318
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050318
5 Returning RP_EXTERNAL_ID Value transfer Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050318
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050318

Method COPY_OBJECT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_EXTERNAL_ID_SRC Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20041223
2 Importing IP_EXTERNAL_ID_TRG Call by reference Type reference (TYPE) BIZC_OBJGUID Target Id is genereated if initial 20041223
3 Importing IP_IGNORE_DUPLICATES Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_TRUE True: Do not allow multiple references for content objects 20041223
4 Importing IP_USAGE_SRC Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041223
5 Importing IP_USAGE_TRG Call by reference Type reference (TYPE) BIZC_USAGE Target = Source if initial 20041223
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method COPY_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USAGE_SRC Call by reference Type reference (TYPE) BIZC_USAGE Usage Source 20041223
2 Importing IP_USAGE_TRG Call by reference Type reference (TYPE) BIZC_USAGE Usage Target 20041223
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method FREE Signature

Method FREE on Interface IF_BIZC_CONTENT_MANAGER has no parameter.
Method FREE on Interface IF_BIZC_CONTENT_MANAGER has no exception.

Method GET_CO_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041118
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20041117
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041222
4 Returning RP_DESCRIPTION Value transfer Type reference (TYPE) BIZC_DESCRIPTION Business Content: Description 20041117
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_CO_PERS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041118
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041117
3 Returning RP_PERS_STATUS Value transfer Type reference (TYPE) BIZC_PERS_STATUS 20041117
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_CO_TECHNICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041118
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041222
3 Returning RP_TECH_NAME Value transfer Type reference (TYPE) BIZC_TECHNICAL_NAME Business Content: Technical Name 20041117
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DCV Call by reference Type reference (TYPE) BIZC_DC_INFO_TAB Developmentkomponenten Versionen 20050111
2 Exporting ET_SCV Call by reference Type reference (TYPE) BIZC_SC_INFO_TAB Softwarekomponenten Versionen 20041202
3 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041202
4 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20041202
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041202
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOC Call by reference Type reference (TYPE) BIZC_DOC_INFO_TAB Dokumentations Infosätze 20050204
2 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20050204
3 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20050204
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050204
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050204

Method GET_DOCUMENTATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOC_ID Call by reference Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050215
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20050215
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050215
4 Returning RS_RESULT Value transfer Type reference (TYPE) BIZC_DOC_INFO Dokumenten Informationssatz 20050215
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050215

Method GET_OBJECT_CONFIG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050302
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20050302
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050302
4 Returning RT_INFO Value transfer Type reference (TYPE) BIZC_OBJ_CONFIG_INFO_TAB 20050302
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050302

Method GET_OBJECT_GUID_BY_PROVIDER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041222
2 Importing IS_CO_KEY Call by reference Type reference (TYPE) BIZC_CO_KEY BIZC: Schlüssel eines Content-Objekt - providerübergreifend 20041122
3 Returning RT_CO_GUID Value transfer Type reference (TYPE) BIZC_OBJGUID_TAB Business Content: Externe Content Objekt Guid 20041222
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_OBJECT_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADERS Value transfer Type reference (TYPE) BIZC_CO_HEADER_TAB 20050318
2 Importing IP_PROVIDER Call by reference Type reference (TYPE) BIZC_CPROV Content Provider 20050318
3 Importing IP_SELECT_ALL Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_FALSE Alle Objekte selektieren, falls keine Usage übergeben wurde 20050318
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050318
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050318

Method GET_OBJECT_USAGE_BY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PERS_STATUS Call by reference Type reference (TYPE) BIZC_PERS_STATUS Persistenzstatus der Objekte im Shared Memory 20041118
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041118
3 Returning RT_CO_GUID Value transfer Type reference (TYPE) BIZC_OBJGUID_TAB Business Content: Externe Objekt Guid 20041118
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_OBJECT_USAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050318
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20050318
3 Importing IP_PERS_STATUS Call by reference Type reference (TYPE) BIZC_PERS_STATUS Persistenzstatus der Objekte im Shared Memory 20050318
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050318
5 Returning RT_INFO Value transfer Type reference (TYPE) BIZC_CO_INFO_TAB Business Content: Table of Object Usage Infos 20050318
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050318

Method GET_PROVIDER_ID_BY_OBJECT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Interne Content Objekt Guid 20041222
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041222
3 Returning RS_CO_KEY Value transfer Type reference (TYPE) BIZC_CO_KEY BIZC: Schlüssel eines Content-Objekt - providerübergreifend 20041122
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method GET_USAGES_OF_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041228
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20041228
3 Importing IP_PERS_STATUS Call by reference Type reference (TYPE) BIZC_PERS_STATUS Persistenzstatus der Objekte im Shared Memory 20041228
4 Returning RT_INFO Value transfer Type reference (TYPE) BIZC_CO_INFO_TAB Business Content: Table of Object Usage Infos 20041228
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041228

Method REMOVE_DOCU_FROM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20050207
2 Importing IP_DOC_ID Call by reference Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050207
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050207
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050207

Method REMOVE_OBJECT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_OBJECT_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Externe Content Objekt Guid 20041118
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041118
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method REMOVE_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041223
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20041227

Method SET_OBJECT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CONFIG_XML Call by reference Type reference (TYPE) XSTRING 20050302
2 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050302
3 Importing IP_TEMPLATE_NAME Call by reference Type reference (TYPE) BIZC_TEMPL Business Content: Name eines Templates 20050302
4 Importing IP_TEMPLATE_NAME_NEW Call by reference Type reference (TYPE) BIZC_TEMPL Business Content: Name eines Templates 20050421
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050302
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050302

Method UPDATE_DOCU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOC_ID Call by reference Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050330
2 Importing IP_EXTERNAL_DOC_ID Call by reference Type reference (TYPE) STRING BIZC: Logisches Objekt im externen Store 20050330
3 Importing IP_HEADER Call by reference Type reference (TYPE) BIZC_DOCH BIZC: Verwaltungsinformationen für Dokument 20050330
4 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20050330
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050330

Method UPDATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTENT_OBJECT Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_OBJECT Business Content: Content Objekt 20050318
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050318

Method UPDATE_OBJECT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTENT_OBJECT Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_OBJECT Business Content: Content Objekt 20050318
2 Importing IP_EXTERNAL_ID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050318
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050318
# Exception Resumable Description Created on
1 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050318
History
Last changed by/on SAP  20050428 
SAP Release Created in 700