SAP ABAP Class CL_SALV_VERI_UI_COMPARE_RESULT (Design Object in a Screen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_VERI (Package) ALV: Verification
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CTRLER_SCREEN_WINDOW Window with 0..n subscreens 20040527
Properties
Class CL_SALV_VERI_UI_COMPARE_RESULT  
Short Description Design Object in a Screen    
Super Class CL_CTRLER_SCREEN_WINDOW Window with 0..n subscreens 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_VERI   ALV: Verification 
Created 20040527   SAP 
Last change 20040930   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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IF_SALV_C_BOOL_SAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SALV_VERI_TYPES_DB Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SALV_VERI_UI_COMPARE_RESULT has no interface implemented.
Friends
Class CL_SALV_VERI_UI_COMPARE_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONTAINER_NAME Constant Protected Type reference (TYPE) STRING 'CONTAINER' 20040527
2 C_DYNNR Constant Protected Type reference (TYPE) SYDYNNR '0200' ABAP Program: Number of Current Screen 20040527
3 C_MODE_CREATE Constant Public Type reference (TYPE) SALV_DE_CONSTANT 1 ALV: Data Element for Constants 20040527
4 C_MODE_DISPLAY Constant Public Type reference (TYPE) SALV_DE_CONSTANT 3 ALV: Data Element for Constants 20040527
5 C_MODE_MODIFY Constant Public Type reference (TYPE) SALV_DE_CONSTANT 2 ALV: Data Element for Constants 20040527
6 C_PFSTATUS_POPUP Constant Protected Type reference (TYPE) SYPFKEY 'POPUP' Screens, Current GUI Status 20040527
7 C_PFSTATUS_WINDOW Constant Protected Type reference (TYPE) SYPFKEY 'WINDOW' Screens, Current GUI Status 20040527
8 C_REPID Constant Protected Type reference (TYPE) SYREPID 'SAPLSALV_VERI_UI_COMPARE' ABAP Program: Current Main Program 20040527
9 C_TITLEBAR Constant Protected Type reference (TYPE) GUI_TITLE 'TITLE' Menu Painter: Title code 20040527
10 MODE Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20040527
11 R_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20040527
12 R_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE ALV: Basis Class Simple Tables 20040527
13 S_COMPARE Instance attribute Public Type reference (TYPE) IF_SALV_VERI_TYPES_DB=>S_TYPE_COMPARE 20040527
14 S_SCREEN_RESULT Instance attribute Private Type reference (TYPE) IF_SALV_VERI_TYPES_DB=>S_TYPE_COMPARE_RESULT 20040528
15 T_COMPARE Instance attribute Public Type reference (TYPE) IF_SALV_VERI_TYPES_DB=>T_TYPE_COMPARE 20040527
16 T_SCREEN_RESULT Instance attribute Private Type reference (TYPE) T_TYPE_RESULT 20040528
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040527
2 CREATE_RESULT_TABLE Instance method Private Method 20040527
3 F4_VERI_KEY Instance method Private Method 20040527
4 GET_CONTAINER_NAME Instance method Public Method 20040527
5 GET_DYNNR Instance method Public Method 20040527
6 GET_REPID Instance method Public Method 20040527
7 GET_SCREEN_DATA Instance method Private Method 20040527
8 MODIFY_SCREEN Instance method Private Method 20040527
9 ON_DOUBLE_CLICK Instance method Private Event handling method 20040527
10 ON_LINK_CLICK Instance method Private Event handling method 20040528
11 SET_MODE Instance method Public Method 20040527
12 SET_SCREEN_DATA Instance method Private Method 20040527
13 SET_STATUS Instance method Private Method 20040528
Events
Class CL_SALV_VERI_UI_COMPARE_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_TYPE_RESULT Private See coding 20040528 begin of s_type_result . include type if_salv_veri_types_db=>s_type_compare_result. types: icon type icon_d, icon_display type icon_d, end of s_type_result
2 T_TYPE_RESULT Private See coding 20040528 t_type_result type standard table of s_type_result with key s_key_exp s_key_act result
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDING_X Call by reference Type reference (TYPE) I 0 20040527
2 Importing ENDING_Y Call by reference Type reference (TYPE) I 0 20040527
3 Importing MODE Call by reference Type reference (TYPE) SALV_DE_CONSTANT C_MODE_MODIFY boolsche Variable (X=true, space=false) 20040527
4 Importing POPUP Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>FALSE boolsche Variable (X=true, -=false, space=unknown) 20040527
5 Importing STARTING_X Call by reference Type reference (TYPE) I 0 20040527
6 Importing STARTING_Y Call by reference Type reference (TYPE) I 0 20040527
7 Importing S_KEY_COMPARE Call by reference Type reference (TYPE) IF_SALV_VERI_TYPES_DB=>S_TYPE_COMPARE_KEY 20040527

Method CONSTRUCTOR on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method CREATE_RESULT_TABLE Signature

Method CREATE_RESULT_TABLE on class CL_SALV_VERI_UI_COMPARE_RESULT has no parameter.
Method CREATE_RESULT_TABLE on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method F4_VERI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_SALV_VERI_TYPES_DB=>S_TYPE_VERI_KEY 20040527

Method F4_VERI_KEY on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method GET_CONTAINER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20040527

Method GET_CONTAINER_NAME on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method GET_DYNNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Dynpros 20040527

Method GET_DYNNR on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method GET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20040527

Method GET_REPID on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method GET_SCREEN_DATA Signature

Method GET_SCREEN_DATA on class CL_SALV_VERI_UI_COMPARE_RESULT has no parameter.
Method GET_SCREEN_DATA on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method MODIFY_SCREEN Signature

Method MODIFY_SCREEN on class CL_SALV_VERI_UI_COMPARE_RESULT has no parameter.
Method MODIFY_SCREEN on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Value transfer Attribute reference (LIKE) 20040527
2 Importing ROW Value transfer Attribute reference (LIKE) 20040527

Method ON_DOUBLE_CLICK on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Attribute reference (LIKE) 20040528
2 Importing ROW Call by reference Attribute reference (LIKE) 20040528

Method ON_LINK_CLICK on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODE Call by reference Type reference (TYPE) SALV_DE_CONSTANT C_MODE_MODIFY ALV: Datenelement für Konstanten 20040527

Method SET_MODE on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method SET_SCREEN_DATA Signature

Method SET_SCREEN_DATA on class CL_SALV_VERI_UI_COMPARE_RESULT has no parameter.
Method SET_SCREEN_DATA on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.

Method SET_STATUS Signature

Method SET_STATUS on class CL_SALV_VERI_UI_COMPARE_RESULT has no parameter.
Method SET_STATUS on class CL_SALV_VERI_UI_COMPARE_RESULT has no exception.
History
Last changed by/on SAP  20040930 
SAP Release Created in 700