SAP ABAP Class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST (Field Group Item List)
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 20041013
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_CT_DBAL_FIELDGROUP 20050112
Properties
Class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST  
Short Description Field Group Item List    
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     
Category 0   
Package CRM_BSP_FRAME_CT   Customizing Tool 
Created 20040920   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
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 20040921
2 ID_DBAL_FIELDGROUP Instance attribute Private Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FIELDGROUP 20041029
3 ID_KEY Instance attribute Private Type reference (TYPE) CRMBT_FLDGRP_ITEMLST_KEY 20040921
4 SD_ENTITY_TAB Static Attribute Private Type reference (TYPE) T_ENTITY_HTAB 20040921
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20050412
2 CONSTRUCTOR Instance method Public Constructor 20040920
3 COPY_TO_FLDGRPVAR Instance method Public Method Copy receiver to new fieldgroup variant 20050112
4 CREATE_ITEM Instance method Public Method 20041109
5 DELETE_ITEM Instance method Public Method 20041109
6 GET Static method Public Method 20040921
7 GET_ALL_KEYS_FOR_FIELDGROUP Static method Public Method 20041130
8 GET_AVAILABLE_FIELDS Instance method Public Method Answer a list of fields that are available (i.e. valuehelp) 20050221
9 GET_FLDGRPVAR_IDS Static method Public Method 20041013
10 GET_HIERARCHY Instance method Private Method 20041103
11 GET_ITEM_DATA Instance method Public Method 20041013
12 GET_ITEM_KEYS Instance method Public Method 20041013
13 SET_ITEM_DATA Instance method Public Method 20041013
Events
Class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no event.
Types
Class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST 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_FLDGRP_ITEMLST_KEY 20041120
2 Importing IV_CREATE_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20050112

Method CONSTRUCTOR on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no exception.

Method COPY_TO_FLDGRPVAR Signature

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

Method CREATE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_FIELDGRP-SCREENPOSITION Bildposition in Feldgruppentabelle 20041109
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_EXISTS 20041109
2 CX_CRM_BSP_CT_LOCK_FAILURE 20041109

Method DELETE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_FIELDGRP-SCREENPOSITION Bildposition in Feldgruppentabelle 20041109
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_NOT_FOUND 20041109
2 CX_CRM_BSP_CT_LOCK_FAILURE 20041109

Method GET 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 20040921
2 Importing IV_FIELDGROUP Call by reference Type reference (TYPE) CRMC_FIELDGRP-FIELDGROUP Feldgruppe 20040921
3 Importing IV_FLDGRPVAR Call by reference Type reference (TYPE) CRMC_FIELDGRP-FLDGRPVAR 20040921
4 Returning RV_DBAL_FLDGRP_ILST Value transfer Object reference (TYPE REF TO) CL_CRM_BSP_CT_DBAL_FLDGRP_ILST 20040921

Method GET on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no exception.

Method GET_ALL_KEYS_FOR_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) CRMT_BSP_FIELDGRP 20041130
2 Returning RT_ITEMLST_KEY Value transfer Type reference (TYPE) CRMBT_FLDGRP_ITEMLST_KEY_TAB 20041130

Method GET_ALL_KEYS_FOR_FIELDGROUP on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no exception.

Method GET_AVAILABLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNUSED_FIELDS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050221
2 Importing IV_USED_FIELDS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050221
3 Returning RT_FIELDINFO Value transfer Type reference (TYPE) CRMBT_FIELDINFO_TAB 20050221

Method GET_AVAILABLE_FIELDS on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no exception.

Method GET_FLDGRPVAR_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BLVIEW Value transfer Type reference (TYPE) CRMC_FIELDGRP-BLVIEW '*' 20050114
2 Importing IV_FIELDGROUP Call by reference Type reference (TYPE) CRMT_BSP_FIELDGRP 20041013
3 Returning RT_FLDGRPVAR Value transfer Type reference (TYPE) CRMBT_BSP_FLDGRPVAR_STAB 20041013

Method GET_FLDGRPVAR_IDS on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST has no exception.

Method GET_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDGROUP_EXT Call by reference Type reference (TYPE) CRMT_BSP_FIELDGRP_EXT_TAB 20041103
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) CRMT_BSP_APPLOG_DISPLAY_TAB Tabellentyp für die Anzeige des BSP-Anwendungsprotokolls 20050107
3 Exporting EV_RETURNCODE Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20041103

Method GET_HIERARCHY on class CL_CRM_BSP_CT_DBAL_FLDGRP_ILST 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_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20041013
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_FIELDGRP-SCREENPOSITION Bildposition in Feldgruppentabelle 20041013
3 Returning RS_DATA Value transfer Type reference (TYPE) CRMT_FIELDGRP_DAT 20041013
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_DBREC_NOT_FOUND 20041013
2 CX_CRM_BSP_CT_LOCK_FAILURE 20041021

Method GET_ITEM_KEYS 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 20041013
2 Returning RT_ITEM_KEY Value transfer Type reference (TYPE) CRMBT_BSP_FIELDGRP_KEY_STAB 20041013
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_LOCK_FAILURE 20041013

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) CRMT_FIELDGRP_DAT 20041013
2 Importing IV_SCREENPOSITION Call by reference Type reference (TYPE) CRMC_FIELDGRP-SCREENPOSITION Bildposition in Feldgruppentabelle 20041013
# Exception Resumable Description Created on
1 CX_CRM_BSP_CT_NO_LOCK 20041013
History
Last changed by/on SAP  20050428 
SAP Release Created in 700