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
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 | Instance method | Public | Method | Collective Deletion | 20060120 | |
| 2 | Instance method | Public | Method | This Method Deletes Object I_OBJNAME | 20040402 | |
| 3 | Instance method | Public | Method | Displays the Maintenance Transaction for Selected Object | 20040402 | |
| 4 | Instance method | Public | Method | OBSOLETE | 20040402 | |
| 5 | Instance method | Public | Method | Displays Information About Object (Optional) | 20040402 | |
| 6 | Instance method | Public | Method | Displays All Generated Objects Within Area | 20040402 | |
| 7 | Instance method | Public | Method | OBSOLETE | 20040702 | |
| 8 | Instance method | Public | Method | OBSOLETE | 20040402 | |
| 9 | Instance method | Public | Method | Displays Transport Entries | 20040402 | |
| 10 | Instance method | Public | Method | OBSOLETE | 20040702 | |
| 11 | 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 | E_TAB_DELETED_OBJECTS | Call by reference | Type reference (TYPE) | /GC1/TAB_OBJECT | Gelöschte Objekte zurückliefern | 20060203 | |||
| 2 | I_REF_LOG | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_MSG_LOG | Nachrichtenprotokoll | 20060120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler in der Verarbeitung | 20060203 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FLG_COLLECTIVE_DELETION | Value transfer | Type reference (TYPE) | C | Kennzeichen: Sammellöschung aktiv | 20060120 | |||
| 2 | E_TAB_DELETED_OBJECTS | Call by reference | Type reference (TYPE) | /GC1/TAB_OBJECT | Table type for /GC1/STR_OBJECT | 20040402 | |||
| 3 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Name of the object | 20040402 | |||
| 4 | I_RCL_LOG | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_MSG_LOG | Application log | 20040402 | |||
| 5 | I_RCL_TRANSPORT | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_TRANSPORT | Auftrag/Aufgabe | 20040726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Object name | 20040402 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error when trying to display an object | 20040503 | ||
| 2 | Method not implemented | 20040402 |
Method EXISTENCE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Name of the object | 20040402 | |||
| 2 | I_RCL_LOG | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_MSG_LOG | Message log | 20040503 | |||
| 3 | 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 | A problem has happened | 20040402 |
Method GET_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Name of the object | 20040402 | |||
| 2 | R_INFOTXT | Value transfer | Type reference (TYPE) | /GC1/DTE_INFOTXT | Information | 20040402 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | A problem has ocurred | 20040402 | ||
| 2 | Optional method not implemented | 20040503 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_OBJECT_LIST | Call by reference | Type reference (TYPE) | /GC1/TAB_OBJECT | Table type for /GC1/STR_OBJECT | 20040402 | |||
| 2 | I_RCL_CO_SCOPE | Call by reference | Object reference (TYPE REF TO) | /GC1/CL_CO_SCOPE | Scope information | 20040402 | |||
| 3 | I_RCL_LOG | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_MSG_LOG | Message log | 20040503 | |||
| 4 | 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 | Method get list failed | 20040503 |
Method GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_METADATA | Value transfer | Type reference (TYPE) | /GC1/DTE_METADATA | Generated object metadata | 20040702 | |||
| 2 | E_RDA_METADATA | Value transfer | Object reference (TYPE REF TO) | DATA | Optional | 20040719 | |||
| 3 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Generated object name | 20040708 | |||
| 4 | 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 | 20040702 |
Method GET_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_REF | Call by reference | Type reference (TYPE) | /GC1/TAB_OBJECT | Table for where-used list for deletion | 20040402 | |||
| 2 | E_TAB_TECH_REF | Call by reference | Type reference (TYPE) | /GC1/TAB_TECHOBJ | References | 20040907 | |||
| 3 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Name of the object | 20040402 | |||
| 4 | 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 | Error getting references | 20040503 |
Method GET_TRANSPORT_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FLG_CHECK_CUSTOMIZING | Call by reference | Type reference (TYPE) | /GC1/DTE_FLG_IS_CUSTOMIZING | Allgemeines Kennzeichen | 20040802 | |||
| 2 | E_STR_E071 | Call by reference | Type reference (TYPE) | E071 | Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben | 20040503 | |||
| 3 | E_TAB_E071K | Call by reference | Type reference (TYPE) | TR_KEYS | Transportsystem: Schlüsseleinträge von Aufträgen/Aufgaben | 20040503 | |||
| 4 | I_OBJNAME | Call by reference | Type reference (TYPE) | /GC1/DTE_OBJNAME | Generated object name | 20040503 | |||
| 5 | 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 | Error when getting transport entries | 20040503 |
Method RECONSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_METADATA | Value transfer | Type reference (TYPE) | /GC1/DTE_METADATA | Generated object metadata | 20040702 | |||
| 2 | I_RCL_LOG | Call by reference | Object reference (TYPE REF TO) | /GC1/IF_CO_MSG_LOG | Message log | 20040708 | |||
| 3 | I_RDA_METADATA | Value transfer | Object reference (TYPE REF TO) | DATA | Optional | 20040719 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |