SAP ABAP Class CL_CRM_BSP_MASS_UPDATE (Controller for Mass Change window)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF (Application Component) People Centric UI Framework
     CRM_BSP_FRAME_GENERIC (Package) Controller Implementation: Generic Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_CONTROLLER2 BSP Component 20040811
Properties
Class CL_CRM_BSP_MASS_UPDATE  
Short Description Controller for Mass Change window    
Super Class CL_BSP_CONTROLLER2 BSP Component 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_FRAME_GENERIC   Controller Implementation: Generic Framework 
Created 20040811   SAP 
Last change 20130531   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)
Interfaces
Class CL_CRM_BSP_MASS_UPDATE has no interface implemented.
Friends
Class CL_CRM_BSP_MASS_UPDATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_APPLICATION Constant Private Type reference (TYPE) STRING 'application' the application name 20041228
2 GC_BLVIEW Constant Private Type reference (TYPE) STRING 'blview' the view name of main window 20040811
3 GC_COMPONENT_ID Constant Private Type reference (TYPE) STRING 'componentid' the component id of main window 20040917
4 GC_FIELD_GROUP Constant Private Type reference (TYPE) STRING 'fieldgroup' the field group of main window 20040917
5 GC_FIELD_NAME Constant Private Type reference (TYPE) STRING 'fieldname' the selected field name that would be mass changed 20040917
6 GC_ITEM_NUMBER Constant Private Type reference (TYPE) STRING 'itemnumber' the selected item number 20040917
7 GC_MODEL_ID Constant Private Type reference (TYPE) STRING 'modelid' the model id of main window 20040917
8 GC_OBJECTS Constant Private Type reference (TYPE) STRING 'objects' 20050111
9 GC_STRUCTURENAME Constant Private Type reference (TYPE) STRING 'structurename' the structure name of main window 20040812
10 GR_DATA_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_BSP_DATA_CONTEXT Data context 20041207
11 GT_DDICINFO Instance attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20041229
12 GT_DDLB_REFGUID Instance attribute Private Type reference (TYPE) CRMT_BSP_DDLB_T Data for DDLB Table with Reference to Data Container 20040812
13 GT_DDLB_VALUES_GLOBAL Instance attribute Private Type reference (TYPE) CRMT_EXTENDED2_DATA_TAB Table of entries for dropdown listbox 20040818
14 GT_F4HELP_COMMAND Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20050312
15 GT_F4HELP_FIELDNAME Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20050312
16 GT_FIELDGRP_TEXT Instance attribute Private Type reference (TYPE) CRMT_FIELDGRP_T_TAB Text Table for CRMC_FIELDGRP 20041229
17 GT_LAYOUT Instance attribute Private Type reference (TYPE) CRMT_STRUCTUREEDIT_LAYOUT_TAB Layout table for BSP element 'structureEdit' 20040812
18 GT_OBJECTS Instance attribute Private Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB Table of Object Keys 20050111
19 GT_ROWFGT Instance attribute Private Type reference (TYPE) CRMT_FIELDGRP_TAB Field Group Details 20040812
20 GV_APPLICATION Instance attribute Private Type reference (TYPE) STRING 20041228
21 GV_BLVIEW Instance attribute Private Type reference (TYPE) STRING the blview 20040812
22 GV_CLOSE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20041228
23 GV_COMPONENT Instance attribute Private Type reference (TYPE) STRING the component id of parent muti-edit control 20040812
24 GV_FIELDGRP Instance attribute Private Type reference (TYPE) STRING the fieldgroup name 20040812
25 GV_FIELDS Instance attribute Private Type reference (TYPE) STRING 20041228
26 GV_FIELD_NAME Instance attribute Private Type reference (TYPE) STRING the selected field name that would be mass changed 20040917
27 GV_INPUT Instance attribute Private Type reference (TYPE) STRING 20041228
28 GV_ITEM_NUMBER Instance attribute Private Type reference (TYPE) I the selected item number 20040917
29 GV_MODEL_ID Instance attribute Private Type reference (TYPE) STRING model id 20040812
30 GV_SCREENSTRUCTURE Instance attribute Private Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME screenstructure name 20040812
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_F4HELP_COMMAND Instance method Private Method construct f4help javascript string 20050312
2 FILL_DDLB Instance method Protected Method 20040928
3 GET_DATACONTEXT Instance method Protected Method Get the data context 20041207
4 GET_DATACONTEXT_ID Instance method Protected Method Get the data context Id 20041207
5 HAS_F4_HELP Instance method Private Method has F4 Help Values ? 20050312
6 READ_FIELDGROUP Instance method Protected Method Read the field group layout data 20041203
7 READ_FIELDGROUPTABLE Instance method Protected Method Read field group table 20040812
Events
Class CL_CRM_BSP_MASS_UPDATE has no event.
Types
Class CL_CRM_BSP_MASS_UPDATE has no local type.
Method Signatures

Method CREATE_F4HELP_COMMAND Signature

Method CREATE_F4HELP_COMMAND on class CL_CRM_BSP_MASS_UPDATE has no parameter.
Method CREATE_F4HELP_COMMAND on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method FILL_DDLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DDLB_VALUES Call by reference Type reference (TYPE) CRMT_DROPDOWNLISTBOX_DATA Daten für Dropdown-Boxen 20040928

Method FILL_DDLB on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method GET_DATACONTEXT Signature

Method GET_DATACONTEXT on class CL_CRM_BSP_MASS_UPDATE has no parameter.
Method GET_DATACONTEXT on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method GET_DATACONTEXT_ID Signature

Method GET_DATACONTEXT_ID on class CL_CRM_BSP_MASS_UPDATE has no parameter.
Method GET_DATACONTEXT_ID on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method HAS_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_F4 Value transfer Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050312
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) CHAR30 30 Zeichen 20050312
3 Importing IV_TABNAME Call by reference Type reference (TYPE) CHAR30 30 Zeichen 20050312

Method HAS_F4_HELP on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method READ_FIELDGROUP Signature

Method READ_FIELDGROUP on class CL_CRM_BSP_MASS_UPDATE has no parameter.
Method READ_FIELDGROUP on class CL_CRM_BSP_MASS_UPDATE has no exception.

Method READ_FIELDGROUPTABLE Signature

Method READ_FIELDGROUPTABLE on class CL_CRM_BSP_MASS_UPDATE has no parameter.
Method READ_FIELDGROUPTABLE on class CL_CRM_BSP_MASS_UPDATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700