SAP ABAP Interface IF_FDT_AND_OR (OBSOLETE - DO NOT USE)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_DEPRECATED (Package) BRFplus: Deprecated Objects
⤷
⤷
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
| Interface | IF_FDT_AND_OR | |
| Short Description | OBSOLETE - DO NOT USE |
General Data
| Package | SFDT_DEPRECATED | BRFplus: Deprecated Objects |
| Created | 20051014 | SAP |
| Last changed | 20090618 | SAP |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_EXPRESSION | FDT: Expression | 20051205 |
Friends
Interface IF_FDT_AND_OR has no friend.
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 | 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
Interface 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 | 710 |