SAP ABAP Class CL_DMC_SQLWHERECL (Syntaxcheck for SQL where clauses)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMC_UTIL (Package) Data Mapping and Conversion: Utilities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_PARSERBASE Basic parser methods 20050204
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_DW_TEMPLATE Dynamic Whereclause: Maintenance 20050302
Properties
Class CL_DMC_SQLWHERECL  
Short Description Syntaxcheck for SQL where clauses    
Super Class CL_DMC_PARSERBASE Basic parser methods 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status T  Test Program 
Category 0   
Package CNV_DMC_UTIL   Data Mapping and Conversion: Utilities 
Created 20050204   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_SQLWHERECL has no forward declaration.
Interfaces
Class CL_DMC_SQLWHERECL has no interface implemented.
Friends
Class CL_DMC_SQLWHERECL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IT_FORMALP_TAB Instance attribute Private Type reference (TYPE) TI_FORMALP_TAB 20050218
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050204
2 INIT_TERMINALTAB Static method Public Method 20050502
3 IS_ALIAS Instance method Public Method 20050204
4 IS_ANY_CHARACTER Instance method Public Method 20050204
5 IS_CHAR_FUNCTION Instance method Public Method 20050204
6 IS_COLUMN_NAME Instance method Public Method 20050204
7 IS_COMPARISON Instance method Public Method 20050204
8 IS_CONDITION Instance method Public Method 20050204
9 IS_CONNECT_CLAUSE Instance method Public Method 20050204
10 IS_CONSTANT Instance method Public Method 20050204
11 IS_CONSTANTE_NONSIGNE Instance method Public Method 20050204
12 IS_CONVERSION_FUNCTION Instance method Public Method 20050204
13 IS_DIGIT Instance method Public Method 20050204
14 IS_DISPLAYED_COLUMN Instance method Public Method 20050204
15 IS_DOLLAR Instance method Public Method 20050204
16 IS_ENDTOKEN Instance method Public Method 20050204
17 IS_EXPRESSION Instance method Public Method 20050204
18 IS_EXP_SET Instance method Public Method 20050204
19 IS_EXP_SIMPLE Instance method Public Method 20050204
20 IS_FACTOR Instance method Public Method 20050204
21 IS_FUNCTION Instance method Public Method 20050204
22 IS_GROUP_CLAUSE Instance method Public Method 20050204
23 IS_GROUP_FUNCTION Instance method Public Method 20050204
24 IS_IDENTIFIER Instance method Public Method 20050204
25 IS_LETTER Instance method Public Method 20050204
26 IS_LLOGICAL_FACTOR Instance method Public Method 20050204
27 IS_LOGICAL_FACTOR Instance method Public Method 20050204
28 IS_LOGICAL_TERM Instance method Public Method 20050204
29 IS_MATCH_STRING Instance method Public Method 20050204
30 IS_N Instance method Public Method 20050204
31 IS_NUMBER Instance method Public Method 20050204
32 IS_NUMBER_FUNCTION Instance method Public Method 20050204
33 IS_ORDER_CLAUSE Instance method Public Method 20050204
34 IS_OTHER_FUNCTION Instance method Public Method 20050204
35 IS_QUANTIFIED_FACTOR Instance method Public Method 20050204
36 IS_QUOTED_STRING Instance method Public Method 20050204
37 IS_RESERVED_WORD Instance method Public Method 20050204
38 IS_SCHEMA_NAME Instance method Public Method 20050204
39 IS_SELECT Instance method Public Method 20050204
40 IS_SELECTED_TABLE Instance method Public Method 20050204
41 IS_SET_CLAUSE Instance method Public Method 20050204
42 IS_SHARP Instance method Public Method 20050204
43 IS_SORTED_DEF Instance method Public Method 20050204
44 IS_SUBQUERY Instance method Public Method 20050204
45 IS_TABLE_NAME Instance method Public Method 20050204
46 IS_TERM Instance method Public Method 20050204
47 IS_TERMINAL Instance method Public Method 20050204
48 IS_UNDERLINE Instance method Public Method 20050204
49 IS_UPDATE_CLAUSE Instance method Public Method 20050204
50 IS_VALID_SELECT Instance method Public Method 20050204
51 IS_VALID_SQL Instance method Public Method 20050204
52 IS_VALID_WHERE_CLAUSE Instance method Public Method 20050204
53 IS_VARIABLE Instance method Public Method 20050204
54 IS_WHERECLAUSE Instance method Public Method 20050204
55 SQL_KEYWORD Instance method Public Method 20050204
Events
Class CL_DMC_SQLWHERECL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1    
2 TI_FORMALP Private See coding 20050221
3 TI_FORMALP_TAB Private See coding 20050218
Method Signatures

Method CONSTRUCTOR Signature

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

Method INIT_TERMINALTAB Signature

Method INIT_TERMINALTAB on class CL_DMC_SQLWHERECL has no parameter.
Method INIT_TERMINALTAB on class CL_DMC_SQLWHERECL has no exception.

Method IS_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_ALIAS on class CL_DMC_SQLWHERECL has no exception.

Method IS_ANY_CHARACTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing UNKNOWN Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_ANY_CHARACTER on class CL_DMC_SQLWHERECL has no exception.

Method IS_CHAR_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CHAR_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_COLUMN_NAME on class CL_DMC_SQLWHERECL has no exception.

Method IS_COMPARISON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_COMPARISON on class CL_DMC_SQLWHERECL has no exception.

Method IS_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CONDITION on class CL_DMC_SQLWHERECL has no exception.

Method IS_CONNECT_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CONNECT_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CONSTANT on class CL_DMC_SQLWHERECL has no exception.

Method IS_CONSTANTE_NONSIGNE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CONSTANTE_NONSIGNE on class CL_DMC_SQLWHERECL has no exception.

Method IS_CONVERSION_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_CONVERSION_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_DIGIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing UNKNOWN Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_DIGIT on class CL_DMC_SQLWHERECL has no exception.

Method IS_DISPLAYED_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_DISPLAYED_COLUMN on class CL_DMC_SQLWHERECL has no exception.

Method IS_DOLLAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SINGLE Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_DOLLAR on class CL_DMC_SQLWHERECL has no exception.

Method IS_ENDTOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_ENDTOKEN on class CL_DMC_SQLWHERECL has no exception.

Method IS_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_EXPRESSION on class CL_DMC_SQLWHERECL has no exception.

Method IS_EXP_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_EXP_SET on class CL_DMC_SQLWHERECL has no exception.

Method IS_EXP_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_EXP_SIMPLE on class CL_DMC_SQLWHERECL has no exception.

Method IS_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_FACTOR on class CL_DMC_SQLWHERECL has no exception.

Method IS_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_GROUP_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_GROUP_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_GROUP_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_GROUP_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SOMESTRING Call by reference Type reference (TYPE) STRING 20050204

Method IS_IDENTIFIER on class CL_DMC_SQLWHERECL has no exception.

Method IS_LETTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SINGLE Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_LETTER on class CL_DMC_SQLWHERECL has no exception.

Method IS_LLOGICAL_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_LLOGICAL_FACTOR on class CL_DMC_SQLWHERECL has no exception.

Method IS_LOGICAL_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_LOGICAL_FACTOR on class CL_DMC_SQLWHERECL has no exception.

Method IS_LOGICAL_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_LOGICAL_TERM on class CL_DMC_SQLWHERECL has no exception.

Method IS_MATCH_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_MATCH_STRING on class CL_DMC_SQLWHERECL has no exception.

Method IS_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_N on class CL_DMC_SQLWHERECL has no exception.

Method IS_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_NUMBER on class CL_DMC_SQLWHERECL has no exception.

Method IS_NUMBER_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_NUMBER_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_ORDER_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_ORDER_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_OTHER_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_OTHER_FUNCTION on class CL_DMC_SQLWHERECL has no exception.

Method IS_QUANTIFIED_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_QUANTIFIED_FACTOR on class CL_DMC_SQLWHERECL has no exception.

Method IS_QUOTED_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_QUOTED_STRING on class CL_DMC_SQLWHERECL has no exception.

Method IS_RESERVED_WORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_RESERVED_WORD on class CL_DMC_SQLWHERECL has no exception.

Method IS_SCHEMA_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SCHEMA_NAME on class CL_DMC_SQLWHERECL has no exception.

Method IS_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SELECT on class CL_DMC_SQLWHERECL has no exception.

Method IS_SELECTED_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SELECTED_TABLE on class CL_DMC_SQLWHERECL has no exception.

Method IS_SET_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SET_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_SHARP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SINGLE Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_SHARP on class CL_DMC_SQLWHERECL has no exception.

Method IS_SORTED_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SORTED_DEF on class CL_DMC_SQLWHERECL has no exception.

Method IS_SUBQUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_SUBQUERY on class CL_DMC_SQLWHERECL has no exception.

Method IS_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_TABLE_NAME on class CL_DMC_SQLWHERECL has no exception.

Method IS_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_TERM on class CL_DMC_SQLWHERECL has no exception.

Method IS_TERMINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing UNKNOWN Call by reference Type reference (TYPE) TOKENTYPE DMC: General token type 20050204

Method IS_TERMINAL on class CL_DMC_SQLWHERECL has no exception.

Method IS_UNDERLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SINGLE Call by reference Type reference (TYPE) CHAR_01 Character Länge 1 20050204

Method IS_UNDERLINE on class CL_DMC_SQLWHERECL has no exception.

Method IS_UPDATE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_UPDATE_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_VALID_SELECT Signature

Method IS_VALID_SELECT on class CL_DMC_SQLWHERECL has no parameter.
Method IS_VALID_SELECT on class CL_DMC_SQLWHERECL has no exception.

Method IS_VALID_SQL Signature

Method IS_VALID_SQL on class CL_DMC_SQLWHERECL has no parameter.
Method IS_VALID_SQL on class CL_DMC_SQLWHERECL has no exception.

Method IS_VALID_WHERE_CLAUSE Signature

Method IS_VALID_WHERE_CLAUSE on class CL_DMC_SQLWHERECL has no parameter.
Method IS_VALID_WHERE_CLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method IS_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_VARIABLE on class CL_DMC_SQLWHERECL has no exception.

Method IS_WHERECLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204

Method IS_WHERECLAUSE on class CL_DMC_SQLWHERECL has no exception.

Method SQL_KEYWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050204
2 Importing SOMESTRING Call by reference Type reference (TYPE) TOKENTYPE '' DMC: General token type 20050204

Method SQL_KEYWORD on class CL_DMC_SQLWHERECL has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620