SAP ABAP Class CL_CACS_APPL_TEMPLATE (Auxiliary Class for Generation Template)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSSG (Package) ICM: Services & Generic
Properties
Class CL_CACS_APPL_TEMPLATE  
Short Description Auxiliary Class for Generation Template    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CACSSG   ICM: Services & Generic 
Created 20061219   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CACS_APPL_TEMPLATE has no forward declaration.
Interfaces
Class CL_CACS_APPL_TEMPLATE has no interface implemented.
Friends
Class CL_CACS_APPL_TEMPLATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_TEMPLATE Instance attribute Protected Type reference (TYPE) MTY_TT_TEMPLATE 20061219
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_CACS_APPL_TEMPLATE Auxiliary Class for Generation Template 20061219
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_OBJNAME Instance method Public Method Creates Object Name from Application and Instance 20061219
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061219
3 CREATE Static method Public Method Generates Method (Singleton) 20061219
4 DETERMINE_TEMPLATE Instance method Public Method Determines Template Name from Object Name 20061219
Events
Class CL_CACS_APPL_TEMPLATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_TEMPLATE Protected See coding 20061219 BEGIN OF mty_s_template, objtype TYPE trobjtype, objname TYPE string, appl TYPE cacsappl, instnr TYPE cacsinstnr, template TYPE string, END OF mty_s_template
2 MTY_TT_TEMPLATE Protected See coding 20061219 mty_tt_template type STANDARD TABLE OF mty_s_template
Method Signatures

Method BUILD_OBJNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_OBJNAME Call by reference Type reference (TYPE) CSEQUENCE Name des Objekts in der Anwendung 20061219
2 Importing ID_APPL Call by reference Type reference (TYPE) CACSAPPL Identifikation der Anwendung 20061219
3 Importing ID_INSTNR Call by reference Type reference (TYPE) CACSINSTNR Generierer: Instanznummer eines Repository-Objekts 20061219
4 Importing ID_OBJTYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20061219
5 Importing ID_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE Name des Vorlageobjekts 20061219
# Exception Resumable Description Created on
1 CX_CACS_APPL_TEMPLATE 20061219

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CACS_APPL_TEMPLATE has no parameter.
Method CONSTRUCTOR on class CL_CACS_APPL_TEMPLATE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CACS_APPL_TEMPLATE Hilfsklasse zur Generierungsvorlage 20061219

Method CREATE on class CL_CACS_APPL_TEMPLATE has no exception.

Method DETERMINE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_APPL Call by reference Type reference (TYPE) CACSAPPL Identifikation der Anwendung 20061219
2 Exporting ED_INSTNR Call by reference Type reference (TYPE) CACSINSTNR Generierer: Instanznummer eines Repository-Objekts 20061219
3 Exporting ED_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE Name des Vorlageobjekts 20061219
4 Importing ID_OBJNAME Call by reference Type reference (TYPE) CSEQUENCE Objektname 20061219
5 Importing ID_OBJTYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20061219
# Exception Resumable Description Created on
1 CX_CACS_APPL_TEMPLATE 20061219
History
Last changed by/on SAP  20100310 
SAP Release Created in 700