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 CO_AUTHOR_SAP Constant Public Type reference (TYPE) STRING 'SAP' SAP Program Author 20080404
2 CO_DEVCLASS_TEMP Constant Public Type reference (TYPE) TADIR-DEVCLASS '$TMP' Package 20080227
3 CO_GENERATED Constant Public Type reference (TYPE) TADIR-GENFLAG 'X' Generation indicator 20080227
4 CO_NAME_SPACE Constant Public Type reference (TYPE) STRING '/1GY/' Namespace for Reports 20080227
5 CO_PROG Constant Public Type reference (TYPE) TADIR-OBJECT 'PROG' Object Type 20080227
6 CO_R3TR Constant Public Type reference (TYPE) TADIR-PGMID 'R3TR' Program ID in Requests and Tasks 20080227
7 CO_SEARCH_PATTERN Constant Public Type reference (TYPE) STRING '/1GY/%' Selection Pattern 20080318
8 S_CONTROLLER Static Attribute Private Object reference (TYPE REF TO) CL_GYY_REPORT_CONTROLLER Programs 20080227
9 S_NAME_SPACE_LENGTH Static Attribute Private Type reference (TYPE) I Length of the Namespace 20080306
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080227
2 CREATE_TADIR_ENTRY Instance method Private Method Write Entry in the Table TADIR 20080227
3 DELETE_REPORT Instance method Public Method Delete Report 20080306
4 DELETE_TADIR_ENTRY Instance method Private Method Delete Entry in Table TADIR 20080404
5 DOES_REPORT_EXIST Instance method Private Method Is There a Report in the Repository? 20080227
6 GET_INSTANCE Static method Public Method Return Controller 20080327
7 GET_NAMESPACE_LENGTH Instance method Public Method Length of the Namespace 20080327
8 GET_NAME_SPACE Static method Public Method Return Namespace of the Reports 20080307
9 GET_REPORT_NAME Instance method Private Method Create Report Name 20080227
10 INSERT_REPORT_AND_SET_NAME Instance method Public Method Add Report to the Repository 20080305
11 LOCK_REPORT Instance method Public Method Lock Report 20080227
12 LOCK_REPORT_FOR_READ Instance method Public Method Lock Report for Reading 20080613
13 UNLOCK_REPORT Instance method Public Method Unlock Report 20080227
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 Importing I_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080227
# Exception Resumable Description Created on
1 CX_SMT_GENERATION_ERROR Generierungsfehler 20080227

Method DELETE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080306
# Exception Resumable Description Created on
1 CX_SMT_PROGRAM_DELETION_ERROR 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 Importing 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 Importing I_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080227
2 Returning 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 Returning 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 Returning 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 Returning 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 Importing I_CLIENT_DEPENDENT Call by reference Type reference (TYPE) SMT_BOOLEAN mandantenabhängig 20080408
2 Returning 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 Exporting E_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080305
2 Importing I_CLIENT_DEPENDENT Call by reference Type reference (TYPE) SMT_BOOLEAN mandantenabhängig 20080408
3 Importing 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 CX_SMT_GENERATION_ERROR Generierungsfehler 20080305

Method LOCK_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080305
# Exception Resumable Description Created on
1 CX_SMT_LOCK_ERROR Sperrfehler 20080227

Method LOCK_REPORT_FOR_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPORT_NAME Call by reference Type reference (TYPE) STRING Reportname 20080613
# Exception Resumable Description Created on
1 CX_SMT_LOCK_ERROR Sperrfehler 20080613

Method UNLOCK_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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