SAP ABAP Interface IF_QUICKFIX_RESULT (Quickfix result)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
S_QUICKFIX (Package) Quickfix Framework
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_QUICKFIX_SOURCE_RESULT | quickfix source result | 20130423 |
Properties
| Interface | IF_QUICKFIX_RESULT | |
| Short Description | Quickfix result |
General Data
| Package | S_QUICKFIX | Quickfix Framework |
| Created | 20100702 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_QUICKFIX_RESULT has no interface.
Friends
Interface IF_QUICKFIX_RESULT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_STATUS_SEVERITY | Constant | Public | See coding | 20130213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20131015 | ||
| 2 | Instance method | Public | Method | 20130514 | ||
| 3 | Instance method | Public | Method | 20130412 | ||
| 4 | Instance method | Public | Method | 20130213 | ||
| 5 | Instance method | Public | Method | 20130514 | ||
| 6 | Instance method | Public | Method | 20130510 | ||
| 7 | Instance method | Public | Method | 20130514 | ||
| 8 | Instance method | Public | Method | 20130213 | ||
| 9 | Instance method | Public | Method | 20130515 | ||
| 10 | Instance method | Public | Method | 20130515 | ||
| 11 | Instance method | Public | Method | 20131015 | ||
| 12 | Instance method | Public | Method | 20130514 |
Events
Interface IF_QUICKFIX_RESULT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STATUS_MESSAGE | Public | See coding | 20130213 | BEGIN OF ty_status_message,
status_severity TYPE string, " allowed values: co_status_severity
message TYPE string,
END OF ty_status_message
|
||
| 2 | TY_STATUS_MESSAGES | Public | See coding | 20130213 | ty_status_messages TYPE STANDARD TABLE OF ty_status_message WITH DEFAULT KEY
|
Method Signatures
Method ADD_DELTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELTA | Call by reference | Object reference (TYPE REF TO) | IF_ART_SOURCE_DELTA | 20131015 |
Method ADD_DELTA on Interface IF_QUICKFIX_RESULT has no exception.
Method ADD_EDIT_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_POSITION | Call by reference | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130514 |
Method ADD_EDIT_POSITION on Interface IF_QUICKFIX_RESULT has no exception.
Method ADD_SOURCE_DELTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTENT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130412 | ||||
| 2 | I_SOURCE_POSITION | Call by reference | Object reference (TYPE REF TO) | CL_PST_SOURCE_POSITION | 20130412 | ||||
| 3 | I_WB_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_WB_OBJECT | 20130412 | ||||
| 4 | R_DELTA | Value transfer | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130514 |
Method ADD_SOURCE_DELTA on Interface IF_QUICKFIX_RESULT has no exception.
Method ADD_STATUS_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20130523 | ||||
| 2 | I_STATUS_SEVERITY | Call by reference | Type reference (TYPE) | STRING | 20130523 |
Method ADD_STATUS_MESSAGE on Interface IF_QUICKFIX_RESULT has no exception.
Method GET_EDIT_POSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | IF_QUICKFIX_SOURCE_OBJECT=>TAB | 20130514 |
Method GET_EDIT_POSITIONS on Interface IF_QUICKFIX_RESULT has no exception.
Method GET_SOURCE_DELTAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_QUICKFIX_SOURCE_OBJECT=>TAB | 20130510 |
Method GET_SOURCE_DELTAS on Interface IF_QUICKFIX_RESULT has no exception.
Method GET_SOURCE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130514 |
Method GET_SOURCE_SELECTION on Interface IF_QUICKFIX_RESULT has no exception.
Method GET_STATUS_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_STATUS_MESSAGES | 20130213 |
Method GET_STATUS_MESSAGES on Interface IF_QUICKFIX_RESULT has no exception.
Method KEEP_CURSOR_FOR_EDITING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130515 |
Method KEEP_CURSOR_FOR_EDITING on Interface IF_QUICKFIX_RESULT has no exception.
Method SET_KEEP_CURSOR_FOR_EDITING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEEP_CURSOR | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130515 |
Method SET_KEEP_CURSOR_FOR_EDITING on Interface IF_QUICKFIX_RESULT has no exception.
Method SET_SELECTION_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_POSITION | Call by reference | Object reference (TYPE REF TO) | CL_PST_SOURCE_POSITION | 20131015 |
Method SET_SELECTION_POS on Interface IF_QUICKFIX_RESULT has no exception.
Method SET_SOURCE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELECTION | Call by reference | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130514 |
Method SET_SOURCE_SELECTION on Interface IF_QUICKFIX_RESULT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 800 |