SAP ABAP Class /SAPCND/CL_REPORTGEN_UTIL (Utility methods for report generation)
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-PRC-CON (Application Component) Condition Technique
     /SAPCND/CUSTOMIZING_T (Package) Tools for Customizing Objects of the Condition Technique
Properties
Class /SAPCND/CL_REPORTGEN_UTIL  
Short Description Utility methods for report generation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SAPCND/CUSTOMIZING_T   Tools for Customizing Objects of the Condition Technique 
Created 20101005   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CTCUS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SAPCND/CL_REPORTGEN_UTIL has no interface implemented.
Friends
Class /SAPCND/CL_REPORTGEN_UTIL has no friend class.
Attributes
Class /SAPCND/CL_REPORTGEN_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ESCAPE_SINGLE_QUOTES Static method Public Method Escape single quotes 20101012
2 IS_VALID_REPORTNAME Static method Public Method Method to check if the entered report name is valid or not 20101005
3 IS_VALID_TEMPLATENAME Static method Public Method Method to check if the entered template name is valid or not 20101005
Events
Class /SAPCND/CL_REPORTGEN_UTIL has no event.
Types
Class /SAPCND/CL_REPORTGEN_UTIL has no local type.
Method Signatures

Method ESCAPE_SINGLE_QUOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20101012
# Exception Resumable Description Created on
1 PARAMETER_TOO_SHORT The parameter is too short 20101012

Method IS_VALID_REPORTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPORTNAME Value transfer Type reference (TYPE) TRDIR-NAME ABAP Program Name 20101005
2 Returning RV_VALID Value transfer Type reference (TYPE) /SAPCND/BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101005

Method IS_VALID_REPORTNAME on class /SAPCND/CL_REPORTGEN_UTIL has no exception.

Method IS_VALID_TEMPLATENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEMPLATE_NAME Value transfer Type reference (TYPE) PROGRAM Program/transaction in SQL trace analysis 20101005
2 Returning RV_VALID Value transfer Type reference (TYPE) /SAPCND/BOOLEAN Boolean Variable 20101005

Method IS_VALID_TEMPLATENAME on class /SAPCND/CL_REPORTGEN_UTIL has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in