SAP ABAP Class CL_BTP_DL_PROJPAT (BTP Project Pattern)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_DL (Package) BTP Application Data Layer Basis
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100222
Properties
Class CL_BTP_DL_PROJPAT  
Short Description BTP Project Pattern    
Super Class CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_DL   BTP Application Data Layer Basis 
Created 20100222   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BTP_DL_PROJPAT has no interface implemented.
Friends
Class CL_BTP_DL_PROJPAT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_PROJPAT_TRF1TEST Constant Public Type reference (TYPE) BTP_DL_OBJ_NAME 'TRF1TEST' Pattern 'Transformation 1 test cycle' 20100317
2 NC_PROJPAT_TRF2TEST Constant Public Type reference (TYPE) BTP_DL_OBJ_NAME 'TRF2TEST' Pattern 'Transformation 2 test cycles' 20100222
3 PS_PROJPAT Instance attribute Private Type reference (TYPE) BTP_DL_PROJPAT BTP Project Pattern 20100222
4 PT_PROJPATPH Instance attribute Private See coding Phases in a project pattern 20100222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PHASE Instance method Public Method Add a project phase to this project pattern 20100222
2 ADJUST_PHASE_SEQNUM Instance method Private Method Adjust numbering of phases 20100331
3 CLEANUP Static method Public Method Cleanup database 20100222
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100222
5 GET_ALL Static method Public Method Get all project patterns 20100222
6 GET_PHASES Instance method Public Method Get all project phases in this project pattern 20100222
7 GET_PROJTYPE Instance method Public Method Get the project type created with this project pattern 20100224
8 REMOVE_PHASE Instance method Public Method Remove a project phase from this project patterm 20100222
9 SET_PHASES Instance method Public Method Set the project phases (replace existing phases) 20100222
10 SET_PROJTYPE Instance method Public Method Set the project type created with this project pattern 20100224
Events
Class CL_BTP_DL_PROJPAT has no event.
Types
Class CL_BTP_DL_PROJPAT has no local type.
Method Signatures

Method ADD_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJPHASE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PROJPHASE BTP Project Phase 20100222
2 Importing IV_SEQNUM Call by reference Type reference (TYPE) BTP_DL_PROJ_PHASE_SEQNUM BTP Project Phase Sequence Number 20100222

Method ADD_PHASE on class CL_BTP_DL_PROJPAT has no exception.

Method ADJUST_PHASE_SEQNUM Signature

Method ADJUST_PHASE_SEQNUM on class CL_BTP_DL_PROJPAT has no parameter.
Method ADJUST_PHASE_SEQNUM on class CL_BTP_DL_PROJPAT has no exception.

Method CLEANUP Signature

Method CLEANUP on class CL_BTP_DL_PROJPAT has no parameter.
Method CLEANUP on class CL_BTP_DL_PROJPAT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP GUID 20110131
2 Importing IV_NAME Call by reference Type reference (TYPE) BTP_DL_OBJ_NAME BTP Technical Object Name 20100222
3 Importing IV_SCENARIO Call by reference Type reference (TYPE) CNV_MBT_SCENARIO NC_SCENARIO_SLOP MBT PCL: Scenario 20100224
# Exception Resumable Description Created on
1 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20100930

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) BTP_DL_BYPASS_BUFFER ABAP_FALSE BTP Bypass Buffer for Read Access 20100729
2 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also hidden objects 20100416
3 Importing IV_SCENARIO Call by reference Type reference (TYPE) CNV_MBT_SCENARIO NC_SCENARIO_SLOP MBT PCL: Scenario 20100226
4 Returning RT_PROJPAT Value transfer Type reference (TYPE) BTP_DL_T_REF_PROJPAT BTP List of references to project patterns 20100222

Method GET_ALL on class CL_BTP_DL_PROJPAT has no exception.

Method GET_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also hidden phases 20100420
2 Returning RT_PROJPHASE Value transfer Type reference (TYPE) BTP_DL_T_PROJ_PHASE BTP Project Phases 20100222

Method GET_PHASES on class CL_BTP_DL_PROJPAT has no exception.

Method GET_PROJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also a hidden project type 20100420
2 Returning RR_PROJTYPE Value transfer Object reference (TYPE REF TO) CL_BTP_DL_PROJTYPE BTP Project Type 20100224

Method GET_PROJTYPE on class CL_BTP_DL_PROJPAT has no exception.

Method REMOVE_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEQNUM Call by reference Type reference (TYPE) BTP_DL_PROJ_PHASE_SEQNUM BTP Project Phase Sequence Number 20100222

Method REMOVE_PHASE on class CL_BTP_DL_PROJPAT has no exception.

Method SET_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJPHASE Value transfer Type reference (TYPE) BTP_DL_T_PROJ_PHASE BTP Project Phases 20100222
# Exception Resumable Description Created on
1 CX_BTP_DL_PROJPAT BTP Exceptions on Project Patterns 20100222

Method SET_PROJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJTYPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PROJTYPE BTP Project Type 20100224

Method SET_PROJTYPE on class CL_BTP_DL_PROJPAT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700