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 ADD_DELTA Instance method Public Method 20131015
2 ADD_EDIT_POSITION Instance method Public Method 20130514
3 ADD_SOURCE_DELTA Instance method Public Method 20130412
4 ADD_STATUS_MESSAGE Instance method Public Method 20130213
5 GET_EDIT_POSITIONS Instance method Public Method 20130514
6 GET_SOURCE_DELTAS Instance method Public Method 20130510
7 GET_SOURCE_SELECTION Instance method Public Method 20130514
8 GET_STATUS_MESSAGES Instance method Public Method 20130213
9 KEEP_CURSOR_FOR_EDITING Instance method Public Method 20130515
10 SET_KEEP_CURSOR_FOR_EDITING Instance method Public Method 20130515
11 SET_SELECTION_POS Instance method Public Method 20131015
12 SET_SOURCE_SELECTION 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 Importing 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 Importing 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 Importing I_CONTENT Call by reference Type reference (TYPE) CSEQUENCE 20130412
2 Importing I_SOURCE_POSITION Call by reference Object reference (TYPE REF TO) CL_PST_SOURCE_POSITION 20130412
3 Importing I_WB_OBJECT Call by reference Object reference (TYPE REF TO) CL_WB_OBJECT 20130412
4 Returning 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 Importing I_MESSAGE Call by reference Type reference (TYPE) STRING 20130523
2 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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 Importing 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