SAP ABAP Class CL_CRM_BSP_CT_DBAL_FIELDGROUP (PCUI Fieldgroup)
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_HEADER_OBJ Abstract class that stores key data and text 20041130
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_CT_DBAL_FIELDGROUP 20050112
Properties
Class CL_CRM_BSP_CT_DBAL_FIELDGROUP  
Short Description PCUI Fieldgroup    
Super Class CL_CRM_BSP_CT_DBAL_HEADER_OBJ Abstract class that stores key data and text 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_FRAME_CT   Customizing Tool 
Created 20040909   SAP 
Last change 20050428   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_FIELDGROUP 20050112
Friends
# Friend Modeled only Created on Description
1 CL_CRM_BSP_CT_DBAL_ROOT 20040921 Base class for customizing tool
2 IF_CRM_BSP_CT_DBAL_CLASS_OBJ 20041103 Provide class method access through singleton object
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ID_DATA2 Instance attribute Private Type reference (TYPE) T_DATA Obsolete! 20050113
2 ID_KEY Instance attribute Private Type reference (TYPE) CRMT_FIELDGRE_KEY Entity Field Group - Key 20041001
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 20041103
2 CONSTRUCTOR Instance method Public Constructor 20040909
3 COPY_TO_FIELDGROUP Instance method Public Method Copy receiver to new fieldgroup 20050112
4 CREATE Static method Public Method Create a new fieldgroup with the specified name 20041028
5 GET Static method Public Method 20040909
6 GET_ALL_FIELDGROUP_IDS Static method Public Method Answer a list of all available fieldgroup names 20041027
7 GET_BLVIEW_IDS Instance method Public Method Answer all BLVIEW_IDS 20050114
8 GET_DATA Instance method Public Method 20040914
9 GET_FIELDS_OF_STRUCTURE Instance method Public Method Answer a list of fields that can be used (i.e. valuehelp) 20050221
10 GET_FLDGRP_ILST Instance method Public Method Answer all items for a particular BLVIEW & FLDGRPVAR 20041013
11 GET_KEY Instance method Public Method 20041001
12 SET_DATA Instance method Public Method 20040916
13 STATIC_AFTER_COMMIT Static method Protected Method 20041103
Events
Class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no event.
Types
Class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_FIELDGROUP 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) CRMC_FIELDGRE-KEYPART 20041120
2 Importing IV_CREATE_MODE Call by reference Type reference (TYPE) ABAP_BOOL Logische Variable 20040909
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20041028
2 CX_CRM_BSP_CT_DBREC_NOT_FOUND 20040923
3 CX_CRM_BSP_CT_LOCK_FAILURE 20041028

Method COPY_TO_FIELDGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDGROUP Call by reference Type reference (TYPE) CRMC_FIELDGRE-FIELDGROUP 20050112
2 Returning RV_OBJ Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FIELDGROUP 20050112
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20050112
2 CX_CRM_BSP_CT_LOCK_FAILURE 20050112

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDGROUP Call by reference Type reference (TYPE) CRMC_FIELDGRE-FIELDGROUP Feldgruppe 20041028
2 Returning RV_DBAL_FIELDGROUP Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FIELDGROUP 20041028
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20041028
2 CX_CRM_BSP_CT_LOCK_FAILURE 20041028

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDGROUP Call by reference Type reference (TYPE) CRMC_FIELDGRE-FIELDGROUP Feldgruppe 20040909
2 Returning RV_DBAL_FIELDGROUP Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FIELDGROUP 20040909

Method GET on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method GET_ALL_FIELDGROUP_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDGROUP_IDS Value transfer Type reference (TYPE) CRMBT_BSP_FIELDGRP_TAB 20041027

Method GET_ALL_FIELDGROUP_IDS on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method GET_BLVIEW_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BLVIEW_IDS Value transfer Type reference (TYPE) CRMBT_BSP_BLVIEW_TAB 20050114

Method GET_BLVIEW_IDS on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method GET_DATA 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 20040914
2 Returning RS_DATA Value transfer Type reference (TYPE) CRMBT_FIELDGRE_DATTXT 20041001
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE 20040923

Method GET_FIELDS_OF_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDINFO Value transfer Type reference (TYPE) CRMBT_FIELDINFO_TAB 20050221

Method GET_FIELDS_OF_STRUCTURE on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method GET_FLDGRP_ILST 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_FIELDGRP-BLVIEW Sicht für UI-Darstellung 20041013
2 Importing IV_FLDGRPVAR Call by reference Type reference (TYPE) CRMC_FIELDGRP-FLDGRPVAR 20041013
3 Returning RV_DBAL_FLDGRP_ILST Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FLDGRP_ILST 20041013

Method GET_FLDGRP_ILST on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_KEY Value transfer Type reference (TYPE) CRMC_FIELDGRE-KEYPART 20041001

Method GET_KEY on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.

Method SET_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) CRMBT_FIELDGRE_DATTXT Bildstruktur Feldgruppe 20041001
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_NO_LOCK 20040923

Method STATIC_AFTER_COMMIT Signature

Method STATIC_AFTER_COMMIT on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no parameter.
Method STATIC_AFTER_COMMIT on class CL_CRM_BSP_CT_DBAL_FIELDGROUP has no exception.
History
Last changed by/on SAP  20050428 
SAP Release Created in 700