SAP ABAP Class /GC1/IF_CO_GENERATED_OBJECT (Interface for Generating Object Category)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20060206
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_CLAS Standard Implementation for OO Class 20040405
2 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_FUGR Standard Implementation for Function Group 20040405
3 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_FUNCTION Callback Class for Function Modules 20041220
4 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_INTF Standard Implementation for OO Interface 20040405
5 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_PROG Standard Implementation for Program and Report 20040405
6 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ARCH_CLAS Standard Implementation for Archiving Classes 20040405
7 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_DDIC Parent Class for all ABAP Dictionary Objects 20060214
8 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_TEST_OBJ1 Testobjekt 1 20060223
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ARSCENARIO_PGC_CALLBACK Callbacks for Garbage Collector 20060127
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_GN_GC_BUILDING_PLAN Garbage Collector for High Level Objects 20041220
... Click here to see Used By full list (14 items)
Properties
Class /GC1/IF_CO_GENERATED_OBJECT  
Short Description Interface for Generating Object Category    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040402   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /GC1/IF_CO_GENERATED_OBJECT has no forward declaration.
Interfaces
Class /GC1/IF_CO_GENERATED_OBJECT has no interface implemented.
Friends
Class /GC1/IF_CO_GENERATED_OBJECT has no friend class.
Attributes
Class /GC1/IF_CO_GENERATED_OBJECT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COLLECTIVE_DELETION Instance method Public Method Collective Deletion 20060120
2 DELETE Instance method Public Method This Method Deletes Object I_OBJNAME 20040402
3 DISPLAY Instance method Public Method Displays the Maintenance Transaction for Selected Object 20040402
4 EXISTENCE_CHECK Instance method Public Method OBSOLETE 20040402
5 GET_INFORMATION Instance method Public Method Displays Information About Object (Optional) 20040402
6 GET_LIST Instance method Public Method Displays All Generated Objects Within Area 20040402
7 GET_METADATA Instance method Public Method OBSOLETE 20040702
8 GET_REFERENCES Instance method Public Method OBSOLETE 20040402
9 GET_TRANSPORT_ENTRIES Instance method Public Method Displays Transport Entries 20040402
10 RECONSTRUCT Instance method Public Method OBSOLETE 20040702
11 REFRESH Instance method Public Method OBSOLETE 20040402
Events
# Event Type Visibility Description Created on
1 READY_FOR_BUFFERING Instance Event
(0)
Public
(2)
Buffering can be executed 20060228
Types
Class /GC1/IF_CO_GENERATED_OBJECT has no local type.
Method Signatures

Method COLLECTIVE_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_DELETED_OBJECTS Call by reference Type reference (TYPE) /GC1/TAB_OBJECT Gelöschte Objekte zurückliefern 20060203
2 Importing I_REF_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Nachrichtenprotokoll 20060120
# Exception Resumable Description Created on
1 FAILED Fehler in der Verarbeitung 20060203

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_COLLECTIVE_DELETION Value transfer Type reference (TYPE) C Kennzeichen: Sammellöschung aktiv 20060120
2 Exporting E_TAB_DELETED_OBJECTS Call by reference Type reference (TYPE) /GC1/TAB_OBJECT Table type for /GC1/STR_OBJECT 20040402
3 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Name of the object 20040402
4 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Application log 20040402
5 Importing I_RCL_TRANSPORT Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_TRANSPORT Auftrag/Aufgabe 20040726
# Exception Resumable Description Created on
1 FAILED The object could not be deleted 20040503

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Object name 20040402
# Exception Resumable Description Created on
1 FAILED Error when trying to display an object 20040503
2 NOT_AVAILABLE Method not implemented 20040402

Method EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Name of the object 20040402
2 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Message log 20040503
3 Returning R_FLG_NOT_EXISTS Value transfer Type reference (TYPE) /GC1/DTE_FLG_NOT_EXIST Don't exists = 'X' 20040427
# Exception Resumable Description Created on
1 FAILED A problem has happened 20040402

Method GET_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Name of the object 20040402
2 Returning R_INFOTXT Value transfer Type reference (TYPE) /GC1/DTE_INFOTXT Information 20040402
# Exception Resumable Description Created on
1 FAILED A problem has ocurred 20040402
2 NOT_AVAILABLE Optional method not implemented 20040503

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_OBJECT_LIST Call by reference Type reference (TYPE) /GC1/TAB_OBJECT Table type for /GC1/STR_OBJECT 20040402
2 Importing I_RCL_CO_SCOPE Call by reference Object reference (TYPE REF TO) /GC1/CL_CO_SCOPE Scope information 20040402
3 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Message log 20040503
4 Importing I_RNG_USER_SELECTION Call by reference Type reference (TYPE) /GC1/TAB_RNG_OBJNAME Object name range table 20040503
# Exception Resumable Description Created on
1 FAILED Method get list failed 20040503

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_METADATA Value transfer Type reference (TYPE) /GC1/DTE_METADATA Generated object metadata 20040702
2 Exporting E_RDA_METADATA Value transfer Object reference (TYPE REF TO) DATA Optional 20040719
3 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Generated object name 20040708
4 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Message log 20040708
# Exception Resumable Description Created on
1 FAILED 20040702

Method GET_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_REF Call by reference Type reference (TYPE) /GC1/TAB_OBJECT Table for where-used list for deletion 20040402
2 Exporting E_TAB_TECH_REF Call by reference Type reference (TYPE) /GC1/TAB_TECHOBJ References 20040907
3 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Name of the object 20040402
4 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Application log 20040402
# Exception Resumable Description Created on
1 FAILED Error getting references 20040503

Method GET_TRANSPORT_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_CHECK_CUSTOMIZING Call by reference Type reference (TYPE) /GC1/DTE_FLG_IS_CUSTOMIZING Allgemeines Kennzeichen 20040802
2 Exporting E_STR_E071 Call by reference Type reference (TYPE) E071 Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben 20040503
3 Exporting E_TAB_E071K Call by reference Type reference (TYPE) TR_KEYS Transportsystem: Schlüsseleinträge von Aufträgen/Aufgaben 20040503
4 Importing I_OBJNAME Call by reference Type reference (TYPE) /GC1/DTE_OBJNAME Generated object name 20040503
5 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Message log 20040503
# Exception Resumable Description Created on
1 FAILED Error when getting transport entries 20040503

Method RECONSTRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METADATA Value transfer Type reference (TYPE) /GC1/DTE_METADATA Generated object metadata 20040702
2 Importing I_RCL_LOG Call by reference Object reference (TYPE REF TO) /GC1/IF_CO_MSG_LOG Message log 20040708
3 Importing I_RDA_METADATA Value transfer Object reference (TYPE REF TO) DATA Optional 20040719
# Exception Resumable Description Created on
1 FAILED 20040702

Method REFRESH Signature

Method REFRESH on class /GC1/IF_CO_GENERATED_OBJECT has no parameter.
Method REFRESH on class /GC1/IF_CO_GENERATED_OBJECT has no exception.
Event Signatures

Event READY_FOR_BUFFERING Signature
Event READY_FOR_BUFFERING on class /GC1/IF_CO_GENERATED_OBJECT has no parameter.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_CLAS Standard Implementation for OO Class 20040405
2 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_FUGR Standard Implementation for Function Group 20040405
3 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_FUNCTION Callback Class for Function Modules 20041220
4 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_INTF Standard Implementation for OO Interface 20040405
5 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ABAP_PROG Standard Implementation for Program and Report 20040405
6 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_ARCH_CLAS Standard Implementation for Archiving Classes 20040405
7 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_BC_DDIC Parent Class for all ABAP Dictionary Objects 20060214
8 Interface implementation (CLASS c. INTERFACES i_ref)  /GC1/CL_TEST_OBJ1 Testobjekt 1 20060223
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ARSCENARIO_PGC_CALLBACK Callbacks for Garbage Collector 20060127
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_GN_GC_BUILDING_PLAN Garbage Collector for High Level Objects 20041220
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_GN_GC_LOW_LEVEL Garbage Collector for Low Level Objects 20041122
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GYY_GENERATED_CALL_BACK Callback Class for Garbage Collector (Generated Objects) 20080403
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_GC_BUILDING_PLAN Garbage Collector for High Level Objects 20081218
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_GC_LOW_LEVEL Garbage Collector for Low Level Objects 20081218
History
Last changed by/on SAP  20110908 
SAP Release Created in