SAP ABAP Interface IF_QUICKFIX_ADT_TYPES (Content Handler for quickfix service enabling)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
S_QUICKFIX_ADT (Package) Quickfix service enabling

⤷

⤷

Properties
Interface | IF_QUICKFIX_ADT_TYPES | |
Short Description | Content Handler for quickfix service enabling |
General Data
Package | S_QUICKFIX_ADT | Quickfix service enabling |
Created | 20100702 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_QUICKFIX_ADT_TYPES has no forward declaration.
Interfaces
Interface IF_QUICKFIX_ADT_TYPES has no interface.
Friends
Interface IF_QUICKFIX_ADT_TYPES has no friend.
Attributes
Interface IF_QUICKFIX_ADT_TYPES has no attribute.
Methods
Interface IF_QUICKFIX_ADT_TYPES has no method.
Events
Interface IF_QUICKFIX_ADT_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_MARKER_IDS | Public | See coding | 20121129 | ty_marker_ids TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
||
2 | TY_QUICKFIX_EVALUATION_REQUEST | Public | See coding | 20130515 | BEGIN OF ty_quickfix_evaluation_request,
uri TYPE string,
marker_id_is_filter TYPE abap_bool,
marker_ids TYPE ty_marker_ids,
affected_objects type ty_quickfix_proposal_deltas,
* source TYPE sadt_srl_plain_text,
END OF ty_quickfix_evaluation_request
|
||
3 | TY_QUICKFIX_EVALUATION_RESULT | Public | See coding | 20121129 | BEGIN OF ty_quickfix_evaluation_result,
object_reference TYPE if_adt_object_reference_ch=>ty_object_reference, " uri of quickfix
user_content TYPE string, " user defined content
affected_objects TYPE if_adt_object_reference_ch=>ty_object_references, " uris of affected resources
END OF ty_quickfix_evaluation_result
|
||
4 | TY_QUICKFIX_EVALUATION_RESULTS | Public | See coding | 20121129 | ty_quickfix_evaluation_results TYPE STANDARD TABLE OF ty_quickfix_evaluation_result WITH DEFAULT KEY
|
||
5 | TY_QUICKFIX_EVAL_AFFECTED_OBJS | Public | See coding | 20130531 | begin of ty_quickfix_eval_affected_objs,
affected_objects type ty_quickfix_proposal_deltas,
end of ty_quickfix_eval_affected_objs
|
||
6 | TY_QUICKFIX_PROPOSAL_DELTA | Public | See coding | 20121129 | BEGIN OF ty_quickfix_proposal_delta,
affected_object TYPE if_adt_object_reference_ch=>ty_object_reference,
content TYPE string,
END OF ty_quickfix_proposal_delta
|
||
7 | TY_QUICKFIX_PROPOSAL_DELTAS | Public | See coding | 20121129 | ty_quickfix_proposal_deltas TYPE STANDARD TABLE OF ty_quickfix_proposal_delta WITH DEFAULT KEY
|
||
8 | TY_QUICKFIX_PROPOSAL_REQUEST | Public | See coding | 20121129 | BEGIN OF ty_quickfix_proposal_request,
input TYPE ty_quickfix_proposal_delta, " delta is affected object + source code
affected_objects TYPE ty_quickfix_proposal_deltas, " delta is affected object + source code
user_content TYPE string, " user defined content
END OF ty_quickfix_proposal_request
|
||
9 | TY_QUICKFIX_PROPOSAL_RESULT | Public | See coding | 20121129 | BEGIN OF ty_quickfix_proposal_result,
deltas TYPE ty_quickfix_proposal_deltas,
selection TYPE if_adt_object_reference_ch=>ty_object_reference,
variable_source_states TYPE ty_variable_source_states,
keep_cursor TYPE abap_bool,
status_messages TYPE if_quickfix_result=>ty_status_messages,
END OF ty_quickfix_proposal_result
|
||
10 | TY_VARIABLE_SOURCE_STATES | Public | See coding | 20121129 | ty_variable_source_states TYPE STANDARD TABLE OF if_adt_object_reference_ch=>ty_object_references WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |