SAP ABAP Class CL_DB6_ACTION_PARAM_CHECK (DB6: Controller for Parameter Check)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
     STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 20090505
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20090714
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_DBH_STATUS DBA DBH: Backend Status 20101223
Properties
Class CL_DB6_ACTION_PARAM_CHECK  
Short Description DB6: Controller for Parameter Check    
Super Class CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20090505   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
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20090714
2 IF_DBA_DBH_STATUS DBA DBH: Backend Status 20101223
Friends
Class CL_DB6_ACTION_PARAM_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CFG_DESCR Instance attribute Private Object reference (TYPE REF TO) CL_DB6_CFG_PARAM DB6: DB/DBM Configuration Parameters 20090804
2 CHECK_RESULT_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20090506
3 CMD_CLEAR_INTENDED Constant Public Type reference (TYPE) SYUCOMM 'CLEAR_INTENDED' Function Code that Triggered PAI 20090528
4 CMD_CORRECT Constant Public Type reference (TYPE) SYUCOMM 'AUTOCORRECT' Function Code that Triggered PAI 20090804
5 CMD_CORRECT_ALLPART Constant Public Type reference (TYPE) SYUCOMM 'AUTOCORRECT_ALL' Function Code that Triggered PAI 20090804
6 CMD_CORRECT_THISPART Constant Public Type reference (TYPE) SYUCOMM 'AUTOCORRECT_THIS' Function Code that Triggered PAI 20090804
7 CMD_DOWNLOAD_NOTE_NOW Constant Public Type reference (TYPE) SYUCOMM 'DLNOTE' Function code that triggers the manual note download 20090623
8 CMD_INTENDED Constant Public Type reference (TYPE) SYUCOMM 'INTENDED' Function Code that Triggered PAI 20090508
9 CMD_INTENDED_ALLPART Constant Public Type reference (TYPE) SYUCOMM 'INTENDED_ALL' Function Code that Triggered PAI 20090513
10 CMD_INTENDED_THISPART Constant Public Type reference (TYPE) SYUCOMM 'INTENDED_THIS' Function Code that Triggered PAI 20090513
11 CMD_NOT_INTENDED Constant Public Type reference (TYPE) SYUCOMM 'NOT_INTENDED' Function Code that Triggered PAI 20090508
12 CMD_NOT_INTENDED_ALLPART Constant Public Type reference (TYPE) SYUCOMM 'NOT_INTENDED_ALL' Function Code that Triggered PAI 20090526
13 CMD_NOT_INTENDED_THISPART Constant Public Type reference (TYPE) SYUCOMM 'NOT_INTENDED_THIS' Function Code that Triggered PAI 20090526
14 CONS_AUTOMATIC Constant Public Type reference (TYPE) STRING 'AUTOMATIC' constant 'AUTOMATIC' 20090623
15 INTENDED_RESULT_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20090506
16 NAV_REF Instance attribute Private Attribute reference (LIKE) 20090505
17 PARAM_CHECKER Instance attribute Private Object reference (TYPE REF TO) CL_DB6_PARAMCHECKER DB6 Parameter Check Tool 20090507
18 SYSTEM_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20090622
19 VIEW_DATA Instance attribute Public Type reference (TYPE) DB6_VIEW_PARAM_CHECK DB6: View Data of Parameter Check 20090505
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_SYSTEM_ATTRIBUTES_TABLE Instance method Private Method 20090622
2 HANDLE_CLEAR_INTENDED_LIST Instance method Private Method 20090624
3 HANDLE_CORRECT_PARAMETER Instance method Private Method 20090804
4 HANDLE_SET_INTEND_CLASS Instance method Public Method 20090508
5 HANDLE_SET_INTEND_CLASS_ALL Instance method Public Method 20090513
6 POPUP_INTENDED Instance method Private Method 20091202
7 REFRESH_RESULT_AND_INTEND_ALV Instance method Public Method 20090929
8 SET_ALV_BUTTONS Instance method Private Method 20090527
9 SET_ALV_FIELDDESC Instance method Private Method 20090527
10 SET_GRID_ATTRIBUTES Instance method Private Method 20090505
11 SET_MENU_BUTTON_STATES Instance method Private Method 20090929
12 SORT_ITAB_CUSTOMIZED Instance method Private Method 20090824
Events
Class CL_DB6_ACTION_PARAM_CHECK has no event.
Types
Class CL_DB6_ACTION_PARAM_CHECK has no local type.
Method Signatures

Method BUILD_SYSTEM_ATTRIBUTES_TABLE Signature

Method BUILD_SYSTEM_ATTRIBUTES_TABLE on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DATABASE DBA Cockpit: DB Exceptions 20090923

Method HANDLE_CLEAR_INTENDED_LIST Signature

Method HANDLE_CLEAR_INTENDED_LIST on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method HANDLE_CLEAR_INTENDED_LIST on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method HANDLE_CORRECT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALLPART Call by reference Type reference (TYPE) ABAP_BOOL 20090924

Method HANDLE_CORRECT_PARAMETER on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method HANDLE_SET_INTEND_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTEND_CLASS Call by reference Type reference (TYPE) STRING DB6: simple ALV abstraction 20090508

Method HANDLE_SET_INTEND_CLASS on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method HANDLE_SET_INTEND_CLASS_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTEND_CLASS Call by reference Type reference (TYPE) STRING 20090513

Method HANDLE_SET_INTEND_CLASS_ALL on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method POPUP_INTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALL Call by reference Type reference (TYPE) ABAP_BOOL 20091202
2 Importing READONLY Call by reference Type reference (TYPE) ABAP_BOOL 20091222

Method POPUP_INTENDED on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method REFRESH_RESULT_AND_INTEND_ALV Signature

Method REFRESH_RESULT_AND_INTEND_ALV on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method REFRESH_RESULT_AND_INTEND_ALV on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method SET_ALV_BUTTONS Signature

Method SET_ALV_BUTTONS on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method SET_ALV_BUTTONS on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method SET_ALV_FIELDDESC Signature

Method SET_ALV_FIELDDESC on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method SET_ALV_FIELDDESC on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method SET_GRID_ATTRIBUTES Signature

Method SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method SET_MENU_BUTTON_STATES Signature

Method SET_MENU_BUTTON_STATES on class CL_DB6_ACTION_PARAM_CHECK has no parameter.
Method SET_MENU_BUTTON_STATES on class CL_DB6_ACTION_PARAM_CHECK has no exception.

Method SORT_ITAB_CUSTOMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090824

Method SORT_ITAB_CUSTOMIZED on class CL_DB6_ACTION_PARAM_CHECK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730