SAP ABAP Class CL_GYY_CATALOG (Persistent Catalog Entry)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GYY_PERS (Package) Code Generation Persistence
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GYY_CATALOG_CUST | Client-Dependent Catalog | 20080303 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_GYY_CATALOG_SHARED | Cross-Client Catalog | 20080303 |
Properties
| Class | CL_GYY_CATALOG | |
| Short Description | Persistent Catalog Entry | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GYY_PERS | Code Generation Persistence |
| Created | 20080303 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GYY_CATALOG has no forward declaration.
Interfaces
Class CL_GYY_CATALOG has no interface implemented.
Friends
Class CL_GYY_CATALOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | GYY_CAT_COM_STAB | Communication Structure: Program Catalog, Contained Objects | 20080303 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Entry Irrelevant as Already Saved | 20080310 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Delete Entry | 20080304 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Exclusive Lock | 20080304 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | New Entry? | 20080303 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | GYY_CAT_ROOT_COM | Communication Structure of the Program Catalog | 20080303 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SMT_BOOLEAN | Cross-client | 20080407 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | TY_BUFFER_HTAB | Buffer | 20080303 |
Methods
Events
Class CL_GYY_CATALOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Protected | See coding | BufferType | 20080303 | BEGIN OF ty_buffer,
shared type SMT_BOOLEAN,
client type sy-mandt,
application TYPE smt_application,
event TYPE smt_event,
extension_id TYPE smt_extension,
repository_vers TYPE smt_version,
tool_vers TYPE smt_version,
root_version type smt_version,
catalog TYPE REF TO cl_gyy_catalog,
END OF ty_buffer
|
|
| 2 | TY_BUFFER_HTAB | Protected | See coding | BufferType | 20080303 | ty_buffer_htab TYPE HASHED TABLE OF ty_buffer WITH UNIQUE KEY
shared client application event extension_id repository_vers tool_vers
root_version
|
Method Signatures
Method CHECK_EXISTS_ON_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 5 | I_REPOSITORY_VERS | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080303 | |||
| 6 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 7 | I_TOOL_VERS | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080303 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag existiert bereits | 20080303 |
Method CREATE_NEW_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 5 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 6 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag existiert bereits | 20080303 | ||
| 2 | Sperrfehler | 20080303 |
Method DELETE Signature
Method DELETE on class CL_GYY_CATALOG has no parameter.
Method DELETE on class CL_GYY_CATALOG has no exception.
Method DELETE_FROM_DB Signature
Method DELETE_FROM_DB on class CL_GYY_CATALOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Update | 20080305 |
Method GET_CAT_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ENTRIES | Value transfer | Type reference (TYPE) | GYY_CAT_COM_STAB | Kommunikationsstruktur: Programm Katalog, enthaltene Objekte | 20080304 |
Method GET_CAT_ENTRIES on class CL_GYY_CATALOG has no exception.
Method GET_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXCLUSIVE_LOCK | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | exklusive Sperre | 20080304 | |||
| 5 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 6 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 7 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 8 | I_TOOL_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Toolversion | 20080407 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sperrfehler | 20080303 | ||
| 2 | kein Katalogeintrag | 20080312 |
Method GET_ROOT_CAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ROOT | Call by reference | Type reference (TYPE) | GYY_CAT_ROOT_COM | Kommunikationsstruktur des Programm Katalogs | 20080304 |
Method GET_ROOT_CAT on class CL_GYY_CATALOG has no exception.
Method INSERT_INTO_DB Signature
Method INSERT_INTO_DB on class CL_GYY_CATALOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Update | 20080305 |
Method INSERT_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | ||
| 2 | I_REPORT | Call by reference | Object reference (TYPE REF TO) | CL_GYY_REPORT_SOURCE | Quellcode eines Reports | 20080304 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | GYY_GEN_STATUS | Programm-Generierungsstatus | 20080304 |
Method INSERT_REPORT on class CL_GYY_CATALOG has no exception.
Method IS_DEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DEAD | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080310 |
Method IS_DEAD on class CL_GYY_CATALOG has no exception.
Method IS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DELETED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080310 |
Method IS_DELETED on class CL_GYY_CATALOG has no exception.
Method IS_LOCKED_FOR_WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LOCKED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080304 |
Method IS_LOCKED_FOR_WRITE on class CL_GYY_CATALOG has no exception.
Method IS_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NEW | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080303 |
Method IS_NEW on class CL_GYY_CATALOG has no exception.
Method LOCK_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXCLUSIVE_LOCK | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | exklusive Sperre | 20080303 | |||
| 5 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 6 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 7 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 8 | I_TOOL_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sperrfehler | 20080303 |
Method LOCK_REPORTS_FOR_READ Signature
Method LOCK_REPORTS_FOR_READ on class CL_GYY_CATALOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sperrfehler | 20080613 |
Method READ_ENTRY_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 5 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 6 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 7 | I_TOOL_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20080312 |
Method READ_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 5 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 6 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 7 | I_SHARED | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | mandantenunabhängig | 20080407 | |||
| 8 | I_TOOL_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Tool Version | 20080328 | |||
| 9 | RE_ENTRY | Value transfer | Object reference (TYPE REF TO) | CL_GYY_CATALOG | persistenter Katalogeintrag | 20080303 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | kein Katalogeintrag | 20080312 |
Method RESET_DELETED Signature
Method RESET_DELETED on class CL_GYY_CATALOG has no parameter.
Method RESET_DELETED on class CL_GYY_CATALOG has no exception.
Method REVIVE Signature
Method REVIVE on class CL_GYY_CATALOG has no parameter.
Method REVIVE on class CL_GYY_CATALOG has no exception.
Method SET_DEAD Signature
Method SET_DEAD on class CL_GYY_CATALOG has no parameter.
Method SET_DEAD on class CL_GYY_CATALOG has no exception.
Method SET_NEW Signature
Method SET_NEW on class CL_GYY_CATALOG has no parameter.
Method SET_NEW on class CL_GYY_CATALOG has no exception.
Method SET_OLD Signature
Method SET_OLD on class CL_GYY_CATALOG has no parameter.
Method SET_OLD on class CL_GYY_CATALOG has no exception.
Method UNLOCK_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080303 | |||
| 2 | I_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | Mandantenkennung des aktuellen Benutzers | 20080407 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080303 | |||
| 4 | I_EXCLUSIVE_LOCK | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | exklusive Sperre | 20080303 | |||
| 5 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080303 | |||
| 6 | I_REPOSITORY_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 | |||
| 7 | I_ROOT_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080422 | |||
| 8 | I_TOOL_VERSION | Call by reference | Type reference (TYPE) | SMT_VERSION | Version | 20080305 |
Method UNLOCK_ENTRY on class CL_GYY_CATALOG has no exception.
Method UPDATE Signature
Method UPDATE on class CL_GYY_CATALOG has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Update | 20080305 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |