SAP ABAP Class IF_FDT_AND_OR (OBSOLETE - DO NOT USE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_EXPRESSION FDT: Expression 20051205
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_AND_OR OBSOLETE - DO NOT USE 20051205
Properties
Class IF_FDT_AND_OR  
Short Description OBSOLETE - DO NOT USE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20051014   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_AND_OR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_AND_OR has no interface implemented.
Friends
Class IF_FDT_AND_OR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AND Constant Public Type reference (TYPE) FDT_AND_OR_OPERATION 'A' FDT: AND/OR operation 20051209
2 GC_EXTY_AND_OR Constant Public Type reference (TYPE) IF_FDT_TYPES=>ID IF_FDT_CONSTANTS=>GC_EXTY_AND_OR DEPRECATED - DO NOT USE 20080417
3 GC_OR Constant Public Type reference (TYPE) FDT_AND_OR_OPERATION 'O' FDT: AND/OR operation 20051209
4 MV_ACTION Instance attribute Public Attribute reference (LIKE) 20071228
5 MV_CUSTOMIZING_OBJECT Instance attribute Public Attribute reference (LIKE) 20071228
6 MV_EXPRESSION_TYPE_ID Instance attribute Public Attribute reference (LIKE) 20071228
7 MV_ID Instance attribute Public Attribute reference (LIKE) 20051205
8 MV_LOCAL_OBJECT Instance attribute Public Attribute reference (LIKE) 20071228
9 MV_MASTERDATA_OBJECT Instance attribute Public Attribute reference (LIKE) 20071228
10 MV_OBJECT_TYPE Instance attribute Public Attribute reference (LIKE) 20071228
11 MV_RULE Instance attribute Public Attribute reference (LIKE) 20071228
12 MV_SYSTEM_OBJECT Instance attribute Public Attribute reference (LIKE) 20071228
Methods
# Method Level Visibility Method type Description Created on
1 GET_OPERATION Instance method Public Method Get the operation 20051205
2 GET_PARAMETERS Instance method Public Method Get AND/OR parameter table 20051206
3 SET_OPERATION Instance method Public Method Set the operation 20051205
4 SET_PARAMETERS Instance method Public Method Set AND/OR parameter table 20051206
Events
Class IF_FDT_AND_OR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OPERATION Public Type reference (TYPE) FDT_AND_OR_OPERATION 20060831
2 S_PARAMETER Public See coding 20051206 BEGIN OF s_parameter, parameter TYPE if_fdt_types=>id, invert TYPE fdt_expr_1801-invert, position TYPE fdt_expr_1801-pos, END OF s_parameter
3 TS_PARAMETER Public See coding 20051206 ts_parameter TYPE SORTED TABLE OF s_parameter WITH UNIQUE KEY parameter
Method Signatures

Method GET_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20051205
2 Returning RV_OPERATION Value transfer Type reference (TYPE) IF_FDT_AND_OR=>OPERATION FDT: AND/OR operation 20051205
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061018

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20051206
2 Returning RTS_PARAMETER Value transfer Type reference (TYPE) TS_PARAMETER 20051206
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061018

Method SET_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OPERATION Call by reference Type reference (TYPE) IF_FDT_AND_OR=>OPERATION FDT: AND/OR operation 20051205
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070130

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_PARAMETER Call by reference Type reference (TYPE) TS_PARAMETER 20051206
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20061018
History
Last changed by/on SAP  20090618 
SAP Release Created in