SAP ABAP Class CL_CRM_BSP_CT_DBAL_BLUEPRINT (PCUI Blueprint)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
     CRM_BSP_FRAME_CT (Package) Customizing Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BSP_CT_DBAL_ILST Abstract Item list class 20041105
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_CT_DBAL_APPL 20041130
Properties
Class CL_CRM_BSP_CT_DBAL_BLUEPRINT  
Short Description PCUI Blueprint    
Super Class CL_CRM_BSP_CT_DBAL_ILST Abstract Item list class 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package CRM_BSP_FRAME_CT   Customizing Tool 
Created 20040909   SAP 
Last change 20060208   SAP 
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)
2 CRMBT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_BSP_CT_DBAL_APPL 20041130
Friends
# Friend Modeled only Created on Description
1 CL_CRM_BSP_CT_DBAL_ROOT 20040921 Base class for customizing tool
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ID_DATA Instance attribute Private Type reference (TYPE) T_DATA 20040909
2 ID_KEY Instance attribute Private Type reference (TYPE) CRMBT_BLUEPRINT_ITEMLST_KEY 20041106
3 SD_ENTITY_TAB Static Attribute Private Type reference (TYPE) T_ENTITY_HTAB 20040909
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20050412
2 CONSTRUCTOR Instance method Public Constructor 20040909
3 COPY Instance method Private Method Copy receiver to new key 20050412
4 COPY_TO_VIEW Instance method Public Method Copy receiver to new view 20050412
5 CREATE_ITEM Instance method Public Method 20041109
6 DELETE_ITEM Instance method Public Method 20041109
7 GET Static method Public Method Answer the desired blueprint object, if found 20040909
8 GET_BLVIEW_IDS_FOR_APPLICATION Static method Public Method Answer all BLVIEW_IDS 20041130
9 GET_FIELDGROUPS Instance method Public Method 20040909
10 GET_FILTERED_BLUEPRINT_TAB Instance method Protected Method filter blueprint tab according to screenpos and screen pos 20040909
11 GET_ITEM_DATA Instance method Public Method 20041105
12 GET_ITEM_KEYS Instance method Public Method 20041105
13 GET_TABGROUPS Instance method Public Method 20040915
14 GET_TOOLBARGROUPS Instance method Public Method 20041028
15 GET_VERSION_IDS Instance method Public Method Answer all versions of the receiver 20050114
16 SET_ITEM_DATA Instance method Public Method 20041105
Events
Class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no event.
Types
Class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) CRMBT_BLUEPRINT_ITEMLST_KEY 20041120
2 Importing IV_CREATE_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20040909
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20050412
2 CX_CRM_BSP_CT_DBREC_NOT_FOUND Exception: Database record not found 20040923

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) CRMBT_BLUEPRINT_ITEMLST_KEY 20050412
2 Returning RV_OBJ Value transfer Object reference (TYPE REF TO) IF_CRM_BSP_CT_DBAL_APPL 20050412
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20050412
2 CX_CRM_BSP_CT_LOCK_FAILURE 20050412

Method COPY_TO_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMC_BLUEPRINT-BLVIEW Sicht für UI-Anzeige 20050412
2 Returning RV_OBJ Value transfer Object reference (TYPE REF TO) IF_CRM_BSP_CT_DBAL_APPL 20050412
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20050412
2 CX_CRM_BSP_CT_LOCK_FAILURE 20050412

Method CREATE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-EVENT Ereignis 20041109
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENPOSITION Position of Tile in Layout 20041109
3 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENVARIANT Bildvariante 20041109
4 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041215
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS Exception: Database record exists already 20041109
2 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20041109

Method DELETE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-EVENT Ereignis 20041109
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENPOSITION Position of Tile in Layout 20041109
3 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENVARIANT Bildvariante 20041109
4 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041215
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_NOT_FOUND Exception: Database record not found 20041109
2 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20041109

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_BSP_APPL 20040909
2 Importing IV_BLVIEW Call by reference Type reference (TYPE) CRMT_BSP_BLVIEW 20040909
3 Returning RV_DBAL_BLUEPRINT Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_BLUEPRINT PCUI Blueprint 20040909

Method GET on class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no exception.

Method GET_BLVIEW_IDS_FOR_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-APPLICATION Anwendung 20041130
2 Returning RT_BLVIEW_IDS Value transfer Type reference (TYPE) CRMBT_BSP_BLVIEW_TAB 20041130

Method GET_BLVIEW_IDS_FOR_APPLICATION on class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no exception.

Method GET_FIELDGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BSP_EVENT-EVENT Ereignis 20041105
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL Lock blueprint table, if not locked already 20040909
3 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMT_BSP_SCRPOSITION Subscreen Position (IF INITIAL: Parameter is Ignored) 20040909
4 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMT_BSP_SCRVARIANT Screen Variant(See also X_SCREENVAR param) 20040909
5 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMC_RGTABGRE-TABGROUP Tab Page Group 20041105
6 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
7 Importing IV_X_EVENT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_EVENT is ignored 20041105
8 Importing IV_X_SCREENVARIANT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_SCREENVAR is ignored 20040909
9 Importing IV_X_TABGROUP Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_TABGROUP is ignored 20041105
10 Importing IV_X_VERSION Call by reference Type reference (TYPE) ABAP_BOOL IF SPACE, then initial IV_VERSION is ignored 20041216
11 Returning RT_DBAL_FIELDGROUP Value transfer Type reference (TYPE) CRMBT_DBAL_FIELDGROUP_TAB 20040909
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20040923

Method GET_FILTERED_BLUEPRINT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BSP_EVENT-EVENT Ereignis 20041105
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMT_BSP_SCRPOSITION Subscreen Position (IF INITIAL: Parameter is Ignored) 20040909
3 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMT_BSP_SCRVARIANT Screen Variant (See also X_SCREENVAR param) 20040909
4 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMC_RGTABGRE-TABGROUP Tab Page Group 20041105
5 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
6 Importing IV_X_EVENT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_EVENT is ignored 20041105
7 Importing IV_X_SCREENVARIANT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_SCREENVAR is ignored 20040909
8 Importing IV_X_TABGROUP Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_TABGROUP is ignored 20041105
9 Importing IV_X_VERSION Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_VERSION is ignored 20041216
10 Returning RT_ITEM Value transfer Type reference (TYPE) CRMT_BSP_BLUEPRINT_TAB 20041106

Method GET_FILTERED_BLUEPRINT_TAB on class CL_CRM_BSP_CT_DBAL_BLUEPRINT has no exception.

Method GET_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-EVENT Ereignis 20041105
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20041105
3 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENPOSITION Position of Tile in Layout 20041105
4 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENVARIANT Bildvariante 20041105
5 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041215
6 Returning RS_DATA Value transfer Type reference (TYPE) CRMC_BLUEPRINT-DATPART 20041105
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_NOT_FOUND Exception: Database record not found 20041105
2 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20041105

Method GET_ITEM_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BSP_EVENT-EVENT Ereignis 20041105
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL Lock blueprint table, if not locked already 20041105
3 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMT_BSP_SCRPOSITION Subscreen Position (IF INITIAL: Parameter is Ignored) 20041105
4 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMT_BSP_SCRVARIANT Screen Variant(See also X_SCREENVAR param) 20041105
5 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMC_RGTABGRE-TABGROUP Tab Page Group 20041105
6 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
7 Importing IV_X_EVENT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_EVENT is ignored 20041105
8 Importing IV_X_SCREENVARIANT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_SCREENVAR is ignored 20041105
9 Importing IV_X_TABGROUP Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_TABGROUP is ignored 20041105
10 Importing IV_X_VERSION Call by reference Type reference (TYPE) ABAP_BOOL IF SPACE, then initial IV_VERSION is ignored 20041216
11 Returning RT_ITEM_KEY Value transfer Type reference (TYPE) CRMBT_BSP_BLUEPRINT_KEY_STAB 20041105
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20041105

Method GET_TABGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL Lock blueprint table, if not locked already 20040915
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMT_BSP_SCRPOSITION Subscreen Position (IF INITIAL: Parameter is Ignored) 20040915
3 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMT_BSP_SCRVARIANT Screen Variant(See also X_SCREENVAR param) 20040915
4 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
5 Importing IV_X_SCREENVARIANT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_SCREENVAR is ignored 20040915
6 Importing IV_X_VERSION Call by reference Type reference (TYPE) ABAP_BOOL IF SPACE, then initial IV_VERSION is ignored 20041216
7 Returning RT_DBAL_TABGROUP Value transfer Type reference (TYPE) CRMBT_DBAL_TABGROUP_TAB 20040915
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20040923

Method GET_TOOLBARGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BSP_EVENT-EVENT Ereignis 20041105
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL Lock blueprint table, if not locked already 20041028
3 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMT_BSP_SCRPOSITION Subscreen Position (IF INITIAL: Parameter is Ignored) 20041028
4 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMT_BSP_SCRVARIANT Screen Variant(See also X_SCREENVAR param) 20041028
5 Importing IV_TABGROUP Call by reference Type reference (TYPE) CRMC_RGTABGRE-TABGROUP Tab Page Group 20041105
6 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
7 Importing IV_X_EVENT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_EVENT is ignored 20041105
8 Importing IV_X_SCREENVARIANT Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_SCREENVAR is ignored 20041028
9 Importing IV_X_TABGROUP Call by reference Type reference (TYPE) ABAP_BOOL If SPACE, then initial IV_TABGROUP is ignored 20041105
10 Importing IV_X_VERSION Call by reference Type reference (TYPE) ABAP_BOOL IF SPACE, then initial IV_VERSION is ignored 20041216
11 Returning RT_DBAL_TOOLBARGROUP Value transfer Type reference (TYPE) CRMBT_DBAL_TOOLBARGRP_TAB 20041028
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20041028

Method GET_VERSION_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20050114
2 Returning RT_VERSION Value transfer Type reference (TYPE) CRMBT_BSP_VERSION_TAB 20050114
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE Exception: Lock Failure 20050114

Method SET_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) CRMC_BLUEPRINT-DATPART 20041105
2 Importing IV_EVENT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-EVENT Ereignis 20041105
3 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENPOSITION Position of Tile in Layout 20041105
4 Importing IV_SCREENVARIANT Call by reference Type reference (TYPE) CRMC_BLUEPRINT-SCREENVARIANT Bildvariante 20041105
5 Importing IV_VERSION Call by reference Type reference (TYPE) CRMC_BLUEPRINT-VERSION Version des BSP Applikation 20041216
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_NO_LOCK Exception: The object wasn't locked 20041105
History
Last changed by/on SAP  20060208 
SAP Release Created in 700