SAP ABAP Class FSBP_CC_ALV_PROCESS (ALV for Processing Data Cleansing Cases)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS-BP (Application Component) Business Partner
     FS_BP_FND_CLEANSING_UI (Package) User Interface for FS Business Partner Cleansing
Properties
Class FSBP_CC_ALV_PROCESS  
Short Description ALV for Processing Data Cleansing Cases    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package FS_BP_FND_CLEANSING_UI   User Interface for FS Business Partner Cleansing 
Created 20100422   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class FSBP_CC_ALV_PROCESS has no forward declaration.
Interfaces
Class FSBP_CC_ALV_PROCESS has no interface implemented.
Friends
Class FSBP_CC_ALV_PROCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID General List Viewer Grid Control 20100602
2 BADI_CUSTOMER_FIELDS Instance attribute Private Object reference (TYPE REF TO) FSBP_CC_B_CUSTOMER_FIELDS BAdI for Filling Customer-Specific Fields 20100816
3 CASE_DETAIL Instance attribute Private Type reference (TYPE) FSBP_CC_PROCESS_ALV_TTY Cleansing Case Details Table Type 20100602
4 CC_IDS Instance attribute Private Type reference (TYPE) FSBP_CC_IDS_TTY IDs for Multiple Data Cleansing Cases (Table Type) 20100602
5 DATA_OF_FIRST_READ Instance attribute Private Type reference (TYPE) FSBP_CC_PROCESS_ALV_TTY Data Used to Fill ALV at Start 20100826
6 DOCKING_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20101019
7 FIELD_CATALOG_ALV Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for ALV Grid Control 20100602
8 INSTANCE Static Attribute Private Object reference (TYPE REF TO) FSBP_CC_ALV_PROCESS Cleansing Case GUI 20100422
9 SELECTED_ROW Instance attribute Private Type reference (TYPE) SYINDEX Index of Selected Rows 20100602
10 TOOLBAR_LIST Instance attribute Private Type reference (TYPE) TTB_BUTTON Sorted Toolbar Elements 20100602
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_ALV_GRID_TABLE Instance method Private Method Reads Long Texts for Keys in ALV Grid 20100504
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20100422
3 GET_CLEANSING_CASES Instance method Public Method Returns Data Cleansing Cases 20100504
4 GET_DATA_OF_FIRST_READ Instance method Public Method Reads Data Used to Fill ALV for First Time 20100826
5 GET_INSTANCE Static method Public Method Returns a Reference 20100422
6 INIT_ALV_GRID Instance method Private Method Initializes the ALV Grid 20100504
7 INIT_TOOLBAR_LIST Instance method Private Method Initializes the TOOLBAR_LIST 20100504
8 ON_DATA_CHANGED_FINISHED Instance method Private Event handling method Updates Interface After ENTER and F4 20100504
9 ON_DOUBLE_CLICK Instance method Private Event handling method Updates Interface After Double-Click 20100505
10 ON_TOOLBAR Instance method Private Event handling method Updates Toolbar for ALV Grid 20100504
11 ON_USER_COMMAND Instance method Private Event handling method Handles User Input 20100504
12 REFRESH_GUI Instance method Public Method Updates Interface 20100504
13 RESET_DATA_OF_FIRST_READ Instance method Public Method Deletes Data Used to Fill ALV for First Time 20100826
14 SET_ALV_EDITABLE Instance method Private Method Determines That ALV Grid Fields Can Be Edited 20100504
15 SET_ALV_NOT_EDITABLE Instance method Private Method Sets Fields in ALV Grid to "Cannot Be Edited" 20100504
16 SET_CLEANSING_CASES Instance method Public Method Writes Data Cleansing Cases to ALV 20100504
17 SET_DATA_OF_FIRST_READ Instance method Public Method Sets Data Used to Fill ALV for First Time 20100826
18 SET_DRDN_TABLE Instance method Private Method Set Dropdown for Process Indicators 20100504
19 SET_FIELD_CATALOG Instance method Private Method Fills Field Catalog 20100504
Events
Class FSBP_CC_ALV_PROCESS has no event.
Types
Class FSBP_CC_ALV_PROCESS has no local type.
Method Signatures

Method COMPLETE_ALV_GRID_TABLE Signature

Method COMPLETE_ALV_GRID_TABLE on class FSBP_CC_ALV_PROCESS has no parameter.
Method COMPLETE_ALV_GRID_TABLE on class FSBP_CC_ALV_PROCESS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class FSBP_CC_ALV_PROCESS has no parameter.
Method CONSTRUCTOR on class FSBP_CC_ALV_PROCESS has no exception.

Method GET_CLEANSING_CASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CC_DATA Call by reference Type reference (TYPE) FSBP_CC_PROCESS_ALV_TTY Daten der Datenbereinigungsfälle 20100504
2 Exporting E_CC_IDS Call by reference Type reference (TYPE) FSBP_CC_IDS_TTY Schlüssel der Datenbereinigungsfälle 20100504
3 Exporting E_SELECTED_ROW Call by reference Type reference (TYPE) SYINDEX Schleifenindex 20100909

Method GET_CLEANSING_CASES on class FSBP_CC_ALV_PROCESS has no exception.

Method GET_DATA_OF_FIRST_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FSBP_CC_PROCESS_ALV_TTY Daten der Erstbefüllung des ALVs 20100826

Method GET_DATA_OF_FIRST_READ on class FSBP_CC_ALV_PROCESS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) FSBP_CC_ALV_PROCESS Cleansing Case GUI 20100422

Method GET_INSTANCE on class FSBP_CC_ALV_PROCESS has no exception.

Method INIT_ALV_GRID Signature

Method INIT_ALV_GRID on class FSBP_CC_ALV_PROCESS has no parameter.
Method INIT_ALV_GRID on class FSBP_CC_ALV_PROCESS has no exception.

Method INIT_TOOLBAR_LIST Signature

Method INIT_TOOLBAR_LIST on class FSBP_CC_ALV_PROCESS has no parameter.
Method INIT_TOOLBAR_LIST on class FSBP_CC_ALV_PROCESS has no exception.

Method ON_DATA_CHANGED_FINISHED Signature

Method ON_DATA_CHANGED_FINISHED on class FSBP_CC_ALV_PROCESS has no parameter.
Method ON_DATA_CHANGED_FINISHED on class FSBP_CC_ALV_PROCESS has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_ROW Value transfer Attribute reference (LIKE) 20100505

Method ON_DOUBLE_CLICK on class FSBP_CC_ALV_PROCESS has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20100504

Method ON_TOOLBAR on class FSBP_CC_ALV_PROCESS has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20100504

Method ON_USER_COMMAND on class FSBP_CC_ALV_PROCESS has no exception.

Method REFRESH_GUI Signature

Method REFRESH_GUI on class FSBP_CC_ALV_PROCESS has no parameter.
Method REFRESH_GUI on class FSBP_CC_ALV_PROCESS has no exception.

Method RESET_DATA_OF_FIRST_READ Signature

Method RESET_DATA_OF_FIRST_READ on class FSBP_CC_ALV_PROCESS has no parameter.
Method RESET_DATA_OF_FIRST_READ on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_ALV_EDITABLE Signature

Method SET_ALV_EDITABLE on class FSBP_CC_ALV_PROCESS has no parameter.
Method SET_ALV_EDITABLE on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_ALV_NOT_EDITABLE Signature

Method SET_ALV_NOT_EDITABLE on class FSBP_CC_ALV_PROCESS has no parameter.
Method SET_ALV_NOT_EDITABLE on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_CLEANSING_CASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CC_IDS Call by reference Type reference (TYPE) FSBP_CC_IDS_TTY 20100504

Method SET_CLEANSING_CASES on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_DATA_OF_FIRST_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_OF_FIRST_READ Call by reference Type reference (TYPE) FSBP_CC_PROCESS_ALV_TTY Setzt die Daten der Erstbefüllung des ALVs 20100826

Method SET_DATA_OF_FIRST_READ on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_DRDN_TABLE Signature

Method SET_DRDN_TABLE on class FSBP_CC_ALV_PROCESS has no parameter.
Method SET_DRDN_TABLE on class FSBP_CC_ALV_PROCESS has no exception.

Method SET_FIELD_CATALOG Signature

Method SET_FIELD_CATALOG on class FSBP_CC_ALV_PROCESS has no parameter.
Method SET_FIELD_CATALOG on class FSBP_CC_ALV_PROCESS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 400