SAP ABAP Class CL_GYY_SOURCE_CODE (Source Code of Multiple Classes)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GYY_MODEL (Package) Code Generating Model
⤷
⤷
Properties
| Class | CL_GYY_SOURCE_CODE | |
| Short Description | Source Code of Multiple Classes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GYY_MODEL | Code Generating Model |
| Created | 20080207 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_GYY_SOURCE_CODE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GYY_SOURCE_CODE_ITER | 20080207 | Iterator for CL_GYY_CLASS_CODE_CONTAINER |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GYY_CLASS_DESCR_STAB | Class Name, Definition, and Implementation | 20080207 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Counter for Class Name | 20080207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Copy Contents | 20080207 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20080304 | |
| 3 | Instance method | Public | Method | Generate Iterator | 20080207 | |
| 4 | Instance method | Public | Method | Create Local Class Name | 20080207 | |
| 5 | Instance method | Public | Method | Get Reference to Table Entry | 20080207 | |
| 6 | Instance method | Public | Method | Get Class | 20080207 | |
| 7 | Instance method | Private | Method | Get Reference to Table Entry | 20080207 | |
| 8 | Instance method | Private | Method | Get Reference to Table Entry | 20080207 | |
| 9 | Instance method | Public | Method | Insert New Class | 20080207 |
Events
Class CL_GYY_SOURCE_CODE has no event.
Types
Class CL_GYY_SOURCE_CODE has no local type.
Method Signatures
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GYY_SOURCE_CODE | Quellcode mehrerer Klassen | 20080207 |
Method CLONE on class CL_GYY_SOURCE_CODE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GYY_SOURCE_CODE has no parameter.
Method CONSTRUCTOR on class CL_GYY_SOURCE_CODE has no exception.
Method CREATE_ITER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ITER | Value transfer | Object reference (TYPE REF TO) | CL_GYY_SOURCE_CODE_ITER | Iterator für CL_SMT_CLASS_CODE_CONTAINER | 20080207 |
Method CREATE_ITER on class CL_GYY_SOURCE_CODE has no exception.
Method CREATE_LOCAL_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NAME | Value transfer | Type reference (TYPE) | STRING | 20080207 |
Method CREATE_LOCAL_CLASS_NAME on class CL_GYY_SOURCE_CODE has no exception.
Method DELETE_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | STRING | Name einer Klasse | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20080207 |
Method GET_CLASS_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CLASS | Call by reference | Type reference (TYPE) | GYY_CLASS_DESCR_STAB | Klassenname, Definition und Implementierung | 20080207 |
Method GET_CLASS_DESCRIPTIONS on class CL_GYY_SOURCE_CODE has no exception.
Method GET_ENTRY_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REF | Call by reference | Object reference (TYPE REF TO) | GYY_CLASS_DESCR | Klassenname, Definition und Implementierung | 20080207 | |||
| 2 | E_TABIX | Call by reference | Type reference (TYPE) | SY-TABIX | Index interner Tabellen | 20080207 | |||
| 3 | I_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name einer Klasse | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20080207 |
Method GET_REF_AT_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REF | Call by reference | Object reference (TYPE REF TO) | GYY_CLASS_DESCR | Klassenname, Definition und Implementierung | 20080207 | |||
| 2 | I_TABIX | Call by reference | Type reference (TYPE) | SY-TABIX | Index interner Tabellen | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20080207 |
Method INSERT_NEW_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DEFINITION | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Klassendefinition | 20080207 | |||
| 2 | IT_IMPLEMENTATION | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | Klassenimplementierung | 20080207 | |||
| 3 | I_CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | lokaler Klassenname | 20080207 | |||
| 4 | I_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | Kontext | 20080207 | |||
| 5 | I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080207 | |||
| 6 | I_OBJECT_CATEGORY | Call by reference | Type reference (TYPE) | SMT_OBJECT_CATEGORY | Kategorie eines Transformationsobjektes | 20080207 | |||
| 7 | I_OBLIGATORY | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Klasse muß im Report enthalten sein | 20080207 | |||
| 8 | I_TRANS_ORDER | Call by reference | Type reference (TYPE) | SMT_TRANS_ORDER | Schlüssel des Transformationsaufrufes | 20080207 |
Method INSERT_NEW_CLASS on class CL_GYY_SOURCE_CODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |