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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | FDT_AND_OR_OPERATION | 'A' | FDT: AND/OR operation | 20051209 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_AND_OR | DEPRECATED - DO NOT USE | 20080417 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | FDT_AND_OR_OPERATION | 'O' | FDT: AND/OR operation | 20051209 | |
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20051205 | ||||
8 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
9 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
10 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
11 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
12 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get the operation | 20051205 |
2 | ![]() |
Instance method | Public | Method | Get AND/OR parameter table | 20051206 |
3 | ![]() |
Instance method | Public | Method | Set the operation | 20051205 |
4 | ![]() |
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 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20051205 | |||
2 | ![]() |
RV_OPERATION | Value transfer | Type reference (TYPE) | IF_FDT_AND_OR=>OPERATION | FDT: AND/OR operation | 20051205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061018 |
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20051206 | |||
2 | ![]() |
RTS_PARAMETER | Value transfer | Type reference (TYPE) | TS_PARAMETER | 20051206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061018 |
Method SET_OPERATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OPERATION | Call by reference | Type reference (TYPE) | IF_FDT_AND_OR=>OPERATION | FDT: AND/OR operation | 20051205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070130 |
Method SET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_PARAMETER | Call by reference | Type reference (TYPE) | TS_PARAMETER | 20051206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061018 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in |