SAP ABAP Interface IF_SALV_IDA_CONDITION_FACTORY (Factory for conditions)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_IDA_PUB (Package) ALV: Development for IDA Translation DevTools
Properties
Interface IF_SALV_IDA_CONDITION_FACTORY  
Short Description Factory for conditions    
General Data
Package SALV_IDA_PUB   ALV: Development for IDA Translation DevTools 
Created 20121212   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface IF_SALV_IDA_CONDITION_FACTORY has no forward declaration.
Interfaces
Interface IF_SALV_IDA_CONDITION_FACTORY has no interface.
Friends
Interface IF_SALV_IDA_CONDITION_FACTORY has no friend.
Attributes
Interface IF_SALV_IDA_CONDITION_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BETWEEN Instance method Public Method Create a BETWEEN condition 20130109
2 CONDITION Instance method Public Method Create a CONDITION condition 20121212
3 COVERS_PATTERN Instance method Public Method Create a COVERS PATTERN condition 20130109
4 EQUALS Instance method Public Method Create an EQUALS condition 20121212
5 GREATER_OR_EQUAL Instance method Public Method Create a GREATER OR EQUAL condition 20130109
6 GREATER_THAN Instance method Public Method Create a GREATER THAN condition 20130109
7 IN_RANGE Instance method Public Method Create a IN RANGE condition 20121212
8 IS_NOT_NULL Instance method Public Method Create a IS NOT NULL condition 20130111
9 IS_NULL Instance method Public Method Create a IS NULL condition 20130109
10 LESS_OR_EQUAL Instance method Public Method Create a LESS OR EQUAL condition 20130109
11 LESS_THAN Instance method Public Method Create a LESS THAN condition 20130109
12 NOT_BETWEEN Instance method Public Method Create a NOT BETWEEN condition 20130109
13 NOT_COVERS_PATTERN Instance method Public Method Create a NOT COVERS PATTERN condition 20130109
14 NOT_EQUALS Instance method Public Method Create a NOT EQUALS condition 20130109
Events
Interface IF_SALV_IDA_CONDITION_FACTORY has no event.
Types
Interface IF_SALV_IDA_CONDITION_FACTORY has no local type.
Method Signatures

Method BETWEEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIGH Call by reference Type reference (TYPE) DATA 20130109
2 Importing LOW Call by reference Type reference (TYPE) DATA 20130109
3 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
4 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIGH Call by reference Type reference (TYPE) DATA 20121212
2 Importing LOW Call by reference Type reference (TYPE) DATA 20121212
3 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20121212
4 Importing OPERATOR Call by reference Type reference (TYPE) CHAR2 20121212
5 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20121212
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method COVERS_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Importing PATTERN Call by reference Type reference (TYPE) CSEQUENCE 20130109
3 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20121212
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20121212
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20121212
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME Unknown name: FieldName,DataElementName,... 20130611

Method GREATER_OR_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method GREATER_THAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method IN_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20121212
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20121212
3 Importing T_RANGES Call by reference Type reference (TYPE) ANY TABLE 20121212
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method IS_NOT_NULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130111
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130111
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method IS_NULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method LESS_OR_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method LESS_THAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method NOT_BETWEEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIGH Call by reference Type reference (TYPE) DATA 20130109
2 Importing LOW Call by reference Type reference (TYPE) DATA 20130109
3 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
4 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method NOT_COVERS_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Importing PATTERN Call by reference Type reference (TYPE) CSEQUENCE 20130109
3 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611

Method NOT_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) FIELDNAME 20130109
2 Returning RO_CONDITION Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130109
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20130109
# Exception Resumable Description Created on
1 CX_SALV_IDA_UNKNOWN_NAME 20130611
History
Last changed by/on SAP  20131127 
SAP Release Created in 740