SAP ABAP Class CL_BIZC_OBJECT_COLLECTION (Business Content: Root for Objects in Shared Memory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NBC (Application Component) NetWeaver Business Content
     SBIZC6 (Package) Business Content: Shared Memory
Properties
Class CL_BIZC_OBJECT_COLLECTION  
Short Description Business Content: Root for Objects in Shared Memory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBIZC6   Business Content: Shared Memory 
Created 20041102   SAP 
Last change 20060207   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_BIZC_OBJECT_COLLECTION has no interface implemented.
Friends
Class CL_BIZC_OBJECT_COLLECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_CONTENT_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_BIZC_CONTENT_MANAGER Business Content: Interface for Data Persistence 20041117
2 GTO_CONTENT_OBJECT2 Instance attribute Protected Type reference (TYPE) TT_CONTENT_OBJ Table of Content Objects 20050105
3 GT_INSTANCES Static Attribute Private See coding 20050823
4 GT_SEL_STATUS Instance attribute Protected Type reference (TYPE) TT_SEL_STATUS 20041119
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTENT_OBJECT Instance method Public Method 20050419
2 ADD_DOCU_TO_OBJECT Instance method Public Method 20050211
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041117
4 CONVERT_TO_OBJGUID Instance method Public Method 20041129
5 COPY_OBJECT_USAGE Instance method Public Method 20050105
6 FREE Instance method Public Method Free 20041207
7 GET_CO_BY_PERS_STATUS Instance method Public Method 20050419
8 GET_CO_BY_SEL_STATUS Instance method Public Method Read the Content Objects According to Selection Status 20050419
9 GET_CO_DESCRIPTION Instance method Public Method 20041117
10 GET_CO_PERS_STATUS Instance method Public Method 20050419
11 GET_CO_SEL_STATUS Instance method Public Method 20050419
12 GET_CO_TECHNICAL_NAME Instance method Public Method 20041117
13 GET_DEPENDENCIES Instance method Public Method Get Depending Software Components 20041202
14 GET_DOCUMENTATION Instance method Public Method 20050215
15 GET_DOCUMENT_INFO Instance method Public Method 20050215
16 GET_EXPORT_OBJECT Instance method Public Method Get Export Object 20041209
17 GET_INSTANCE Static method Public Method Returns a singleton for each usage 20050823
18 GET_OBJECT_CONFIG_INFO Instance method Public Method 20050302
19 GET_OBJECT_HEADERS Instance method Public Method 20050321
20 GET_OBJECT_INFORMATION Instance method Public Method Get Detailed Information for a Given Object 20041130
21 GET_OBJECT_INFOS Instance method Public Method Get Object Info 20050419
22 GET_OBJGUID Instance method Public Method Get Object GUID 20041119
23 IMPORT_OBJECT Instance method Public Method Import Exported Object 20041209
24 REMOVE_CONTENT_OBJECT Instance method Public Method 20050419
25 REMOVE_DOCU_FROM_OBJECT Instance method Public Method 20050215
26 REMOVE_USAGE Instance method Public Method 20041223
27 SAVE Instance method Public Method Save 20041122
28 SET_CO_SEL_STATUS Instance method Public Method Set Status of Content Object 20050419
29 SET_OBJECT_CONFIGURATION Instance method Public Method 20050302
30 UPDATE_DOCU Instance method Public Method 20050330
31 UPDATE_OBJECT Instance method Public Method 20050323
32 _FREE Static method Private Method Remove Instance from Administration (gt_instances) 20050823
Events
Class CL_BIZC_OBJECT_COLLECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCE Private See coding 20050823 begin of ts_instance, inst type SHM_INST_NAME, ref type ref to cl_bizc_object_collection, end of ts_instance
Method Signatures

Method ADD_CONTENT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_OBJGUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050419
2 Importing IO_CONTENT_OBJECT Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_OBJECT Business Content: Content Objekt 20050419
3 Importing IP_IGNORE_DUPLICATES Call by reference Type reference (TYPE) SBIZC_BOOL True: Do not allow duplicate guids 20050419
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050419

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 20050211
2 Importing IP_EXTERNAL_DOC_ID Call by reference Type reference (TYPE) STRING 20050211
3 Importing IP_HEADER Call by reference Type reference (TYPE) BIZC_DOCH BIZC: Verwaltungsinformationen für Dokument 20050211
4 Importing IP_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20050211
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050211
6 Returning RP_DOC_ID Value transfer Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050211
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050211

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SHM_HANDLE Call by reference Object reference (TYPE REF TO) CL_BIZC_SHM_AREA Business Content: Shared Memory Area 20041117
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105
2 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050111

Method CONVERT_TO_OBJGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAMEDC Call by reference Type reference (TYPE) BIZC_NAMEDC Business Content: Named Context 20041129
2 Importing IP_PROVIDER Call by reference Type reference (TYPE) BIZC_CPROV Content Provider 20041129
3 Returning RP_OBJGUID Value transfer Type reference (TYPE) BIZC_OBJGUID Business Content: Interne Content Objekt Guid 20041129

Method CONVERT_TO_OBJGUID on class CL_BIZC_OBJECT_COLLECTION has no exception.

Method COPY_OBJECT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECTS Call by reference Type reference (TYPE) BIZC_OBJGUID_MAP_TAB 20050105
2 Importing IP_AND_COMMIT Call by reference Type reference (TYPE) SBIZC_BOOL Boolean 20050105
3 Importing IP_FROM_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050105
4 Importing IP_TO_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050105
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050111

Method FREE Signature

Method FREE on class CL_BIZC_OBJECT_COLLECTION has no parameter.
Method FREE on class CL_BIZC_OBJECT_COLLECTION has no exception.

Method GET_CO_BY_PERS_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 20050419
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
3 Returning RT_CO_GUID Value transfer Type reference (TYPE) BIZC_OBJGUID_TAB Business Content: Content Object ID Table 20050419
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050419

Method GET_CO_BY_SEL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SEL_STATUS Call by reference Type reference (TYPE) BIZC_SELECTION_STATUS Selektionsstatus 20050419
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
3 Returning RT_CO_GUID Value transfer Type reference (TYPE) BIZC_OBJGUID_TAB Business Content: Content Object ID Table 20050419

Method GET_CO_BY_SEL_STATUS on class CL_BIZC_OBJECT_COLLECTION 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: Content Object ID 20041118
2 Importing IP_LANGUAGE 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_BROKER Error in broker 20050105

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 Value transfer Type reference (TYPE) BIZC_OBJGUID Business Content: Content Object ID Table 20050419
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
3 Returning RP_PERS_STATUS Value transfer Type reference (TYPE) BIZC_PERS_STATUS 20050419
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050419

Method GET_CO_SEL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CO_GUID Value transfer Type reference (TYPE) BIZC_OBJGUID Business Content: Content Object ID 20050419
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
3 Returning RP_SEL_STATUS Value transfer Type reference (TYPE) BIZC_SELECTION_STATUS Selektionsstatus 20050419

Method GET_CO_SEL_STATUS on class CL_BIZC_OBJECT_COLLECTION has no exception.

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: Content Object ID 20041118
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041117
3 Returning RP_TECH_NAME Value transfer Type reference (TYPE) BIZC_TECHNICAL_NAME technische Bezeichnung 20041117
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method GET_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DCS Call by reference Type reference (TYPE) BIZC_DC_INFO_TAB Business Content: Info Table 20050311
2 Exporting ET_SCS Call by reference Type reference (TYPE) BIZC_SC_INFO_TAB Business Content: Info Table 20041202
3 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Interne Content Objekt Guid 20041202
4 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 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_BROKER Error in broker 20050105

Method GET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_DOCUMENTS Value transfer Type reference (TYPE) BIZC_DOC_INFO_TAB Referenzen auf if_bizc_document 20050215
2 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20050215
3 Importing IP_OBJECT Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050215
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050215
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050215

Method GET_DOCUMENT_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_INFO Value transfer Type reference (TYPE) BIZC_DOC_INFO Dokumenten Informationssatz 20050215
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050215

Method GET_EXPORT_OBJECT 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 20041209
2 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20041209
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SHM_HANDLE Call by reference Object reference (TYPE REF TO) CL_BIZC_SHM_AREA Business Content: Shared Memory Area 20050823
2 Importing IP_INST_NAME Call by reference Type reference (TYPE) SHM_INST_NAME ID einer Content-Objektverwendung 20050823
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_BIZC_OBJECT_COLLECTION Business Content: Root for Objects in Shared Memory 20050823
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050823
2 CX_BIZC_PERSISTENCY Ausnahme in Persistenzschicht 20050823

Method GET_OBJECT_CONFIG_INFO Signature

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

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 Business Content: Object Header Tabelle 20050321
2 Importing IP_PROVIDER Call by reference Type reference (TYPE) BIZC_CPROV Content Provider 20050321
3 Importing IP_SELECT_ALL Call by reference Type reference (TYPE) SBIZC_BOOL Alle Daten unabhaängig von der Usage selektieren 20050321
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050321
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050321

Method GET_OBJECT_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_INFO Call by reference Type reference (TYPE) BIZC_OBJECT_INFO Business Content: Object Info 20041130
2 Importing IP_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content: Interne Content Objekt Guid 20041130
3 Importing IP_LANGU Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20041130
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041130
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method GET_OBJECT_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR_TAB Call by reference Type reference (TYPE) BIZC_ERROR_TAB Business Content: Error table 20050419
2 Importing IP_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050419
3 Importing IP_PERS_STATUS Call by reference Type reference (TYPE) BIZC_PERS_STATUS Filter für persistenten Status 20050419
4 Importing IP_SEL_STATUS Call by reference Type reference (TYPE) BIZC_SELECTION_STATUS Filter für Selektionsstatus 20050419
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
6 Importing IT_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID_TAB Einschränkung auf bestimmte Objekte 20050419
7 Exporting RT_INFO Value transfer Type reference (TYPE) BIZC_BROKER_INFO_TAB Business Content: Table of Broker Infos 20050419
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050419

Method GET_OBJGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ID Call by reference Type reference (TYPE) BIZC_NAMEDC Business Content: Named Context 20041119
2 Importing IP_PROVIDER Call by reference Type reference (TYPE) BIZC_CPROV Content Provider 20041119
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041222
4 Returning RT_OBJGUID Value transfer Type reference (TYPE) BIZC_OBJGUID_TAB Business Content: Interne Content Objekt Guid 20041222
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method IMPORT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20041209
2 Importing IP_USAGE_NEW Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041214
3 Importing IP_USAGE_ORIG Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20041214
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method REMOVE_CONTENT_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: Content Object ID 20050419
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050419
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050419

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 20050215
2 Importing IP_DOC_ID Call by reference Type reference (TYPE) BIZC_DOCID BIZC: Interne ID für Verweis auf Dokument 20050215
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050215
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050309

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_BROKER Error in broker 20050105

Method SAVE Signature

Method SAVE on class CL_BIZC_OBJECT_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050105

Method SET_CO_SEL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Type reference (TYPE) BIZC_SELECTION_STATUS New Status 20050419
2 Importing IT_CO_GUID Call by reference Type reference (TYPE) BIZC_OBJGUID_TAB Content Objects 20050419

Method SET_CO_SEL_STATUS on class CL_BIZC_OBJECT_COLLECTION has no exception.

Method SET_OBJECT_CONFIGURATION Signature

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

Method UPDATE_DOCU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOC_ID Value transfer 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 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
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050330
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 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 20050323
# Exception Resumable Description Created on
1 CX_BIZC_BROKER Error in broker 20050323

Method _FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COLLECTION Call by reference Object reference (TYPE REF TO) CL_BIZC_OBJECT_COLLECTION Business Content: Root for Objects in Shared Memory 20050823

Method _FREE on class CL_BIZC_OBJECT_COLLECTION has no exception.
History
Last changed by/on SAP  20060207 
SAP Release Created in 700