SAP ABAP Class CL_GYY_REPORT_CONTROLLER (Programs)
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_REPORT_CONTROLLER | |
| Short Description | Programs | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GYY_MODEL | Code Generating Model |
| Created | 20080227 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GYY_REPORT_CONTROLLER has no forward declaration.
Interfaces
Class CL_GYY_REPORT_CONTROLLER has no interface implemented.
Friends
Class CL_GYY_REPORT_CONTROLLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'SAP' | SAP Program Author | 20080404 | ||
| 2 | Constant | Public | Type reference (TYPE) | TADIR-DEVCLASS | '$TMP' | Package | 20080227 | ||
| 3 | Constant | Public | Type reference (TYPE) | TADIR-GENFLAG | 'X' | Generation indicator | 20080227 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | '/1GY/' | Namespace for Reports | 20080227 | ||
| 5 | Constant | Public | Type reference (TYPE) | TADIR-OBJECT | 'PROG' | Object Type | 20080227 | ||
| 6 | Constant | Public | Type reference (TYPE) | TADIR-PGMID | 'R3TR' | Program ID in Requests and Tasks | 20080227 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | '/1GY/%' | Selection Pattern | 20080318 | ||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GYY_REPORT_CONTROLLER | Programs | 20080227 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | I | Length of the Namespace | 20080306 |
Methods
Events
Class CL_GYY_REPORT_CONTROLLER has no event.
Types
Class CL_GYY_REPORT_CONTROLLER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GYY_REPORT_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GYY_REPORT_CONTROLLER has no exception.
Method CREATE_TADIR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generierungsfehler | 20080227 |
Method DELETE_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen eines Programms | 20080306 |
Method DELETE_TADIR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080404 |
Method DELETE_TADIR_ENTRY on class CL_GYY_REPORT_CONTROLLER has no exception.
Method DOES_REPORT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080227 | |||
| 2 | RE_EXIST | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080227 |
Method DOES_REPORT_EXIST on class CL_GYY_REPORT_CONTROLLER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | CL_GYY_REPORT_CONTROLLER | Reports | 20080327 |
Method GET_INSTANCE on class CL_GYY_REPORT_CONTROLLER has no exception.
Method GET_NAMESPACE_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LENGTH | Value transfer | Type reference (TYPE) | I | 20080327 |
Method GET_NAMESPACE_LENGTH on class CL_GYY_REPORT_CONTROLLER has no exception.
Method GET_NAME_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NAME_SPACE | Value transfer | Type reference (TYPE) | STRING | 20080307 |
Method GET_NAME_SPACE on class CL_GYY_REPORT_CONTROLLER has no exception.
Method GET_REPORT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | mandantenabhängig | 20080408 | |||
| 2 | RE_NAME | Value transfer | Type reference (TYPE) | GYY_REPORT | Reportname | 20080227 |
Method GET_REPORT_NAME on class CL_GYY_REPORT_CONTROLLER has no exception.
Method INSERT_REPORT_AND_SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080305 | |||
| 2 | I_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | mandantenabhängig | 20080408 | |||
| 3 | I_REPORT_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_GYY_REPORT_SOURCE | Quellcode eines Reports | 20080305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generierungsfehler | 20080305 |
Method LOCK_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sperrfehler | 20080227 |
Method LOCK_REPORT_FOR_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT_NAME | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080613 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sperrfehler | 20080613 |
Method UNLOCK_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORT | Call by reference | Type reference (TYPE) | STRING | Reportname | 20080227 |
Method UNLOCK_REPORT on class CL_GYY_REPORT_CONTROLLER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |