SAP ABAP Class CL_DB6_PARAMCHECKER (DB6 Parameter Check Tool)
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)
Properties
Class CL_DB6_PARAMCHECKER  
Short Description DB6 Parameter Check Tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20090507   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)
2 BCWBN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 DB6CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB6_PARAMCHECKER has no interface implemented.
Friends
Class CL_DB6_PARAMCHECKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECKTYPES Constant Private See coding 20090507
2 CHECKVALUETYPES Constant Private See coding 20090507
3 CLASSIFICATIONTYPES Constant Private See coding 20090507
4 DBCLASS Instance attribute Private Object reference (TYPE REF TO) CL_DB6_DATABASE DB6: Current Database 20090514
5 GLOBAL_ACT_PARAMCLASS Instance attribute Private Type reference (TYPE) STRING 20090513
6 ITAB_ALLOWED_REG Instance attribute Private Type reference (TYPE) DB6_STRING_TAB DB6: List of single CLP commands 20090724
7 ITAB_NOTE Instance attribute Private Type reference (TYPE) BCWBN_NOTE 20090507
8 ITAB_RESULT Instance attribute Private Type reference (TYPE) TYPE_ITAB_RESULT 20090507
9 MSGWINDOW Instance attribute Private Object reference (TYPE REF TO) CL_DBA_MSG_WINDOW_BASE DBA Cockpit: Abstract Message Window 20091120
10 NOTENUMBERFORCHECK Instance attribute Private Type reference (TYPE) STRING 20090514
11 NO_RDI Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100311
12 PARAMTYPES Constant Private See coding 20090507
13 RULESET_INTERPRETER_MAJOR Constant Private Type reference (TYPE) STRING '1' 20090617
14 RULESET_INTERPRETER_MINOR Constant Private Type reference (TYPE) STRING '3' 20090617
15 SYSTEM Instance attribute Private Object reference (TYPE REF TO) CL_DB6_SYS CL_DB6_TREE_NAVIGATOR 20091120
16 SYSTEM_ATTRIBUTES Instance attribute Private Type reference (TYPE) TYPE_SYSTEM_ATTRIBUTES 20090619
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BP_VARIATIONS_TO_LIST Instance method Private Method checks Buffrpools and add deviations to the list 20090723
2 ADD_REG_VARIATIONS_TO_LIST Instance method Private Method adds the [o] and additional variables to the deviation list 20090714
3 ANALYZEELEMENT Instance method Private Method analyzes a single classification element in [ ] 20090619
4 ANALYZELINE Instance method Private Method analyzes a line of the note and fills wa 20090507
5 CHECKINTERPRETERVSNOTEVERSION Instance method Private Method determine major version of NOTE nterpreter required by note 20090617
6 CHECKMATCHESSYSTEMATTRIBUTES Instance method Private Method true if a checks classification matches the system attrib. 20090619
7 CHECKSYSTEM_BATCHMODE Instance method Public Method performs a complete check of a system (batch mode) 20091120
8 CHECK_AGAINST_POSITIVE_LIST Instance method Private Method checks if var or aggregate name is in the positive list 20090723
9 CHECK_FOR_RELEV_ATTR_CHANGED Instance method Private Method checks if something changed at the rule for this parameter 20090715
10 CHECK_PARAM_IN_INTENDED Instance method Private Method checks if a Param deviation is in the inteded list 20090724
11 CHECK_REG_VARIABLE Instance method Private Method checks if a REG var is a deviation (against positive list) 20090723
12 CHECK_STMM_ON_PT_AGAINST_CLASS Instance method Private Method checks for STMM relevant rule and if STMM is enabled on part 20090730
13 CLASSIFYPARAMETER Instance method Private Method determine if a parameter is DB, DBM or REGISTRY 20090514
14 CONSTRUCTOR Instance method Public Constructor 20090617
15 DECLAREINTENDED Instance method Public Method declare the given variations as intended 20090508
16 DECLARENOTINTENDED Instance method Public Method declare the given variations as not intended 20090508
17 DETERMINESYSTEMATTRIBUTES Instance method Private Method query the system attributes of the current system 20090619
18 DOWNLOADNOTE Instance method Private Method Download a note with a given number over OCS(sm59) 20090507
19 DOWNLOAD_RAW Instance method Private Method 20120223
20 EXECUTE_CHECKS Instance method Public Method perform checks and fill in results in itab 20090512
21 GETLASTDOWNLOAD Instance method Public Method date of last note download for the respective note 20090623
22 GETNOTEVERSION Instance method Public Method returns the verison of the downloaded rules note 20090813
23 GETSYSTEMATTRIBUTEVALUE Instance method Public Method returns the value of a specified system attribute 20090622
24 ISCHECKRELEVANT Instance method Private Method determines if a line is check relevant (no [CUST] or [DEPR]) 20090507
25 PARSERULESANDBUILDCHECKTABLE Instance method Private Method parse the rules and build result itab without check results 20090507
26 PROVIDECHECKTABLES Instance method Public Method download notes, parse them and create check tables plain 20090507
27 PROVIDERULESNOTE Instance method Public Method download master note, determine rules note and download 20090507
28 REPLACECHECKVALUEPLACEHOLDER Instance method Private Method check if exis in checkvalue and replace with value 20090624
29 RESTORE_INTENDED_DEFINITION Instance method Public Method reads the intended definition back from database table 20090625
30 SAVE_INTENDED_DEFINITION Instance method Private Method saves the intended definition persistently in database table 20090625
31 SEARCHOPERATOR Instance method Private Method search for a relevant >=, <= or = (not in [ ] ) 20090526
32 SETTSFORLASTDOWNLOAD Instance method Private Method sets the timestamp for the last download of the resp note 20090623
33 SPECIAL_HANDLING_OF_STMM Instance method Private Method implements cutting of () of STMM value and deferred value 20090819
34 SPECIAL_PARAM_HANDLING_REQ Instance method Private Method handling of MAX_COORDAGENTS, MAXCAGENTS, MAXCONNECTIONS 20090819
35 SPLITOVALUEANDCLASSIFICATION Instance method Private Method splits the part of the line beyond the <= = >= to value - [] 20090507
Events
Class CL_DB6_PARAMCHECKER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_ITAB_RESULT Private See coding 20090507 TYPE_ITAB_RESULT type standard table of type_line_itab_result
2 TYPE_LINE_ITAB_RESULT Private See coding 20090507 begin of type_line_itab_result, parametertype type string, parametername type string, checkoperation type string, checkvaluetype type string, checkvalue type string, classification type string, end of type_line_itab_result
3 TYPE_SYSTEM_ATTRIBUTES Private See coding 20090619 begin of TYPE_SYSTEM_ATTRIBUTES, is_BI type ABAP_BOOL, STMM type string, OS type string, BIT type i, is_DPF type ABAP_BOOL, is_SD type ABAP_BOOL, has_cde type abap_bool, end of TYPE_SYSTEM_ATTRIBUTES
Method Signatures

Method ADD_BP_VARIATIONS_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTENDED_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090723
2 Changing RESULT_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090724

Method ADD_BP_VARIATIONS_TO_LIST on class CL_DB6_PARAMCHECKER has no exception.

Method ADD_REG_VARIATIONS_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTENDED_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090715
2 Importing REGISTRY Call by reference Type reference (TYPE) DB6PMREGVAR_TAB DB6: Table of DB6PMREGVAR 20090714
3 Changing RESULT_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090714

Method ADD_REG_VARIATIONS_TO_LIST on class CL_DB6_PARAMCHECKER has no exception.

Method ANALYZEELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) STRING 20090619
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090619

Method ANALYZEELEMENT on class CL_DB6_PARAMCHECKER has no exception.

Method ANALYZELINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINE Call by reference Type reference (TYPE) STRING 20090507
2 Changing WA Call by reference Type reference (TYPE) TYPE_LINE_ITAB_RESULT 20090507

Method ANALYZELINE on class CL_DB6_PARAMCHECKER has no exception.

Method CHECKINTERPRETERVSNOTEVERSION Signature

Method CHECKINTERPRETERVSNOTEVERSION on class CL_DB6_PARAMCHECKER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ACTION_INCONSISTENT DBA Cockpit: action controller has inconsistent state 20090820

Method CHECKMATCHESSYSTEMATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASSIFICATION Call by reference Type reference (TYPE) STRING 20090619
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090619

Method CHECKMATCHESSYSTEMATTRIBUTES on class CL_DB6_PARAMCHECKER has no exception.

Method CHECKSYSTEM_BATCHMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DEVIATIONS_FOUND Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20091120
2 Exporting INTENDED_DEVIATIONS Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20091120
# Exception Resumable Description Created on
1 CX_DBA_ACTION_INCONSISTENT DBA Cockpit: action controller has inconsistent state 20091120
2 CX_DBA_DATABASE DBA Cockpit: DB Exceptions 20091120

Method CHECK_AGAINST_POSITIVE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090723
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090723

Method CHECK_AGAINST_POSITIVE_LIST on class CL_DB6_PARAMCHECKER has no exception.

Method CHECK_FOR_RELEV_ATTR_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITAB_RESULT Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090715
2 Importing READ_RESTORE_VALUE Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT DB6: Results of Parameter Check 20090715
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090715

Method CHECK_FOR_RELEV_ATTR_CHANGED on class CL_DB6_PARAMCHECKER has no exception.

Method CHECK_PARAM_IN_INTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTENDED_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090724
2 Importing PARAMNAME Call by reference Type reference (TYPE) STRING 20090724
3 Importing PARAMTYPE Call by reference Type reference (TYPE) STRING 20090724
4 Importing PARTITION Call by reference Type reference (TYPE) INT4 Natural number 20090724
5 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090724

Method CHECK_PARAM_IN_INTENDED on class CL_DB6_PARAMCHECKER has no exception.

Method CHECK_REG_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090723
2 Importing VARNAME Call by reference Type reference (TYPE) DB6PMREGVAR DB6 CCMS: Registry Variable Desciption 20090723

Method CHECK_REG_VARIABLE on class CL_DB6_PARAMCHECKER has no exception.

Method CHECK_STMM_ON_PT_AGAINST_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASSIFICATION Call by reference Type reference (TYPE) STRING 20090730
2 Importing PARTITION Call by reference Type reference (TYPE) INT4 Natural number 20090730
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090730

Method CHECK_STMM_ON_PT_AGAINST_CLASS on class CL_DB6_PARAMCHECKER has no exception.

Method CLASSIFYPARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090514
2 Returning PARAMTYPE Value transfer Type reference (TYPE) STRING 20090514

Method CLASSIFYPARAMETER on class CL_DB6_PARAMCHECKER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCLASS Call by reference Object reference (TYPE REF TO) CL_DB6_DATABASE DB6: Current Database 20091120
2 Importing MSGWINDOW Call by reference Object reference (TYPE REF TO) CL_DBA_MSG_WINDOW_BASE DBA Cockpit: Abstract Message Window 20091120
3 Importing SYSTEM Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20091120

Method CONSTRUCTOR on class CL_DB6_PARAMCHECKER has no exception.

Method DECLAREINTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGE Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Results of Parameter Check 20090508
2 Changing ITAB_CHECK Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090508
3 Changing ITAB_INTENDED Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090508

Method DECLAREINTENDED on class CL_DB6_PARAMCHECKER has no exception.

Method DECLARENOTINTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGE Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Results of Parameter Check 20090508
2 Changing ITAB_CHECK Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090508
3 Changing ITAB_INTENDED Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090508

Method DECLARENOTINTENDED on class CL_DB6_PARAMCHECKER has no exception.

Method DETERMINESYSTEMATTRIBUTES Signature

Method DETERMINESYSTEMATTRIBUTES on class CL_DB6_PARAMCHECKER has no parameter.
Method DETERMINESYSTEMATTRIBUTES on class CL_DB6_PARAMCHECKER has no exception.

Method DOWNLOADNOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090623
2 Changing ITAB_NOTE Call by reference Type reference (TYPE) BCWBN_NOTE 20090507
3 Importing NOTENUMBER Call by reference Type reference (TYPE) STRING 20090507
# Exception Resumable Description Created on
1 CX_DBA_ACTION_INCONSISTENT DBA Cockpit: action controller has inconsistent state 20090820

Method DOWNLOAD_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120223
2 Exporting ITAB_NOTE Call by reference Type reference (TYPE) BCWBN_NOTE 20120223
3 Importing NOTE_KEY Call by reference Type reference (TYPE) CWBNTKEYLG Key for OSS Notes with language key 20120223
4 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120223
5 Importing SEND_RFC_MSG Call by reference Type reference (TYPE) ABAP_BOOL 20120227

Method DOWNLOAD_RAW on class CL_DB6_PARAMCHECKER has no exception.

Method EXECUTE_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTENDED_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090715
2 Changing RESULT_TAB Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090512

Method EXECUTE_CHECKS on class CL_DB6_PARAMCHECKER has no exception.

Method GETLASTDOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTENUMBER Call by reference Type reference (TYPE) STRING 20090623
2 Returning TIMESTAMP Value transfer Type reference (TYPE) DB6TSTAMP_STRUCT Field of type DATS 20090623

Method GETLASTDOWNLOAD on class CL_DB6_PARAMCHECKER has no exception.

Method GETNOTEVERSION Signature

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

Method GETNOTEVERSION on class CL_DB6_PARAMCHECKER has no exception.

Method GETSYSTEMATTRIBUTEVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090622
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20090622

Method GETSYSTEMATTRIBUTEVALUE on class CL_DB6_PARAMCHECKER has no exception.

Method ISCHECKRELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINE Call by reference Type reference (TYPE) STRING 20090507
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20090507

Method ISCHECKRELEVANT on class CL_DB6_PARAMCHECKER has no exception.

Method PARSERULESANDBUILDCHECKTABLE Signature

Method PARSERULESANDBUILDCHECKTABLE on class CL_DB6_PARAMCHECKER has no parameter.
Method PARSERULESANDBUILDCHECKTABLE on class CL_DB6_PARAMCHECKER has no exception.

Method PROVIDECHECKTABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITAB_RESULT_CHECK Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090507
2 Changing ITAB_RESULT_INTENDED Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT_TAB DB6: Result List for Parameter Check 20090507
# Exception Resumable Description Created on
1 CX_DBA_DATABASE DBA Cockpit: DB Exceptions 20090820

Method PROVIDERULESNOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090623
2 Returning NUMBER Value transfer Type reference (TYPE) STRING 20090622
# Exception Resumable Description Created on
1 CX_DBA_ACTION_INCONSISTENT DBA Cockpit: action controller has inconsistent state 20090820

Method REPLACECHECKVALUEPLACEHOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHECKVALUE Call by reference Type reference (TYPE) STRING 20090624

Method REPLACECHECKVALUEPLACEHOLDER on class CL_DB6_PARAMCHECKER has no exception.

Method RESTORE_INTENDED_DEFINITION Signature

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

Method RESTORE_INTENDED_DEFINITION on class CL_DB6_PARAMCHECKER has no exception.

Method SAVE_INTENDED_DEFINITION Signature

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

Method SAVE_INTENDED_DEFINITION on class CL_DB6_PARAMCHECKER has no exception.

Method SEARCHOPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINE Call by reference Type reference (TYPE) STRING 20090526
2 Importing OPERATOR Call by reference Type reference (TYPE) STRING 20090526
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090526

Method SEARCHOPERATOR on class CL_DB6_PARAMCHECKER has no exception.

Method SETTSFORLASTDOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTENUMBER Call by reference Type reference (TYPE) STRING 20090623
2 Importing TIMESTAMP Call by reference Type reference (TYPE) DB6TSTAMP_STRUCT DB6: Date/Time Timestamp 20090623

Method SETTSFORLASTDOWNLOAD on class CL_DB6_PARAMCHECKER has no exception.

Method SPECIAL_HANDLING_OF_STMM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PARAM Call by reference Type reference (TYPE) DB6PMCD_PAR DB6: Results of Parameter Check 20090819

Method SPECIAL_HANDLING_OF_STMM on class CL_DB6_PARAMCHECKER has no exception.

Method SPECIAL_PARAM_HANDLING_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PARAM Call by reference Type reference (TYPE) DB6_PARAM_CHECK_RESULT DB6: Results of Parameter Check 20090819
2 Changing TO_BE_HANDLED Call by reference Type reference (TYPE) ABAP_BOOL 20090824

Method SPECIAL_PARAM_HANDLING_REQ on class CL_DB6_PARAMCHECKER has no exception.

Method SPLITOVALUEANDCLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CLASSIFICATION Call by reference Type reference (TYPE) STRING 20090507
2 Importing MIXEDVALUE Call by reference Type reference (TYPE) STRING 20090507
3 Changing REALVALUE Call by reference Type reference (TYPE) STRING 20090507

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