SAP ABAP Class FSBP_CC_ALV_DISPLAY_DELTA (ALV for Delta Display of Business Partner Data)
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_DISPLAY_DELTA  
Short Description ALV for Delta Display of Business Partner Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_BP_FND_CLEANSING_UI   User Interface for FS Business Partner Cleansing 
Created 20100924   SAP 
Last change 20140121   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 CL_DD_STRUCTURE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class FSBP_CC_ALV_DISPLAY_DELTA has no interface implemented.
Friends
Class FSBP_CC_ALV_DISPLAY_DELTA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE Tree 20100924
2 BUSINESS_PARTNER Instance attribute Private Type reference (TYPE) BU_PARTNER Business Partner Number 20100924
3 CLEANSING_CASE Instance attribute Private Type reference (TYPE) COMT_CLEAR_NUMBER Number of Data Cleansing Case 20100924
4 DELTA_NODES Instance attribute Private Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20101007
5 DELTA_ONLY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100924
6 DISPLAY_TABLE Instance attribute Private Type reference (TYPE) FSBP_CC_DELTA_BROWSER_LINE_TTY Browser Display Table Type of Business Partner Delta 20100924
7 FIRST_CALL Instance attribute Private Type reference (TYPE) FLAG General Flag 20100924
8 IMAGE_AFTER Instance attribute Private Type reference (TYPE) BUS_EI_EXTERN Complex External Interface of the Business Partner 20100924
9 IMAGE_BEFORE Instance attribute Private Type reference (TYPE) BUS_EI_EXTERN Complex External Interface of the Business Partner 20100924
10 KEY_INDEX Instance attribute Private Type reference (TYPE) TY_KEY_INDEX Index 20100924
11 RELATION_AFTER Instance attribute Private Type reference (TYPE) BURS_EI_EXTERN_T Complex External Interface of Relationships (Tab.) 20100927
12 RELATION_BEFORE Instance attribute Private Type reference (TYPE) BURS_EI_EXTERN_T Complex External Interface of Relationships (Tab.) 20100927
13 ROOT_NODE Instance attribute Private Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100924
14 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Tool Bar Control 20101007
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD Instance method Private Method Add Field 20100924
2 ADD_STRUC Instance method Private Method Add table 20100924
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100924
4 ON_DROPDOWN_CLICKED Instance method Private Event handling method Event Handler 20101007
5 ON_FUNCTION_SELECTED Instance method Private Event handling method Event Handler 20100924
6 SETUP_FIELDLIST_AND_HEADER Instance method Private Method FieldCatlg 20100924
7 START_BUILDING_HIERARCHY Instance method Public Method Process Start 20100924
Events
# Event Type Visibility Description Created on
1 FUNCTION_SELECTED Instance Event
(0)
Public
(2)
Reaction Button Delta 20100924
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_INDEX_ENTRY Private See coding 20100924
2 TY_KEY_INDEX Private See coding 20100924
Method Signatures

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMAGE_AFTER Call by reference Type reference (TYPE) ANY 20100924
2 Importing I_IMAGE_BEFORE Call by reference Type reference (TYPE) ANY 20100924
3 Importing I_NAME Call by reference Type reference (TYPE) STRING 20100924
4 Importing I_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100924

Method ADD_FIELD on class FSBP_CC_ALV_DISPLAY_DELTA has no exception.

Method ADD_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELTA_ONLY Call by reference Type reference (TYPE) ABAP_BOOL allgemeines flag 20100924
2 Importing I_IMAGE_AFTER Call by reference Type reference (TYPE) ANY 20100924
3 Importing I_IMAGE_BEFORE Call by reference Type reference (TYPE) ANY 20100924
4 Importing I_NAME Call by reference Type reference (TYPE) STRING 20100924
5 Importing I_PARENT_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20100924

Method ADD_STRUC on class FSBP_CC_ALV_DISPLAY_DELTA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20100924
2 Importing I_CLEANSING_CASE Call by reference Type reference (TYPE) COMT_CLEAR_NUMBER Nummer des Datenbereinigungsfalls 20100924
3 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20100924
4 Importing I_IMAGE_AFTER Call by reference Type reference (TYPE) BUS_EI_EXTERN Abbild nach der Datenbereinigung 20100924
5 Importing I_IMAGE_BEFORE Call by reference Type reference (TYPE) BUS_EI_EXTERN Abbild vor der Datenbereinigung 20100924
6 Importing I_REL_AFTER Call by reference Type reference (TYPE) BURS_EI_EXTERN_T Komplexe externe Schnittstelle der Beziehungen (Tab.) 20100927
7 Importing I_REL_BEFORE Call by reference Type reference (TYPE) BURS_EI_EXTERN_T Komplexe externe Schnittstelle der Beziehungen (Tab.) 20100927
8 Importing I_WB_MANAGER Call by reference Object reference (TYPE REF TO) IF_WB_MANAGER Interface for Workbench Manager 20100924
# Exception Resumable Description Created on
1 CX_FSBP_CC_GUI_ERROR GUI Package-Builder exceptions 20130916

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20101007
2 Importing POSX Call by reference Attribute reference (LIKE) 20101007
3 Importing POSY Call by reference Attribute reference (LIKE) 20101007

Method ON_DROPDOWN_CLICKED on class FSBP_CC_ALV_DISPLAY_DELTA has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20100927

Method ON_FUNCTION_SELECTED on class FSBP_CC_ALV_DISPLAY_DELTA has no exception.

Method SETUP_FIELDLIST_AND_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_FIELDLIST Call by reference Type reference (TYPE) LVC_T_FCAT Field catalog for ListViewer control 20100924
2 Exporting E_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20100924
# Exception Resumable Description Created on
1 CX_FSBP_CC_GUI_ERROR 20130916

Method START_BUILDING_HIERARCHY Signature

Method START_BUILDING_HIERARCHY on class FSBP_CC_ALV_DISPLAY_DELTA has no parameter.
Method START_BUILDING_HIERARCHY on class FSBP_CC_ALV_DISPLAY_DELTA has no exception.
Event Signatures

Event FUNCTION_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FCODE Exporting Value transfer Type reference (TYPE) UI_FUNC Funktionscode 20100924
History
Last changed by/on SAP  20140121 
SAP Release Created in 400