SAP ABAP Class IF_QUICKFIX_SOURCE_STATE (Quickfix source statre)
Properties
Class | IF_QUICKFIX_SOURCE_STATE | |
Short Description | Quickfix source statre | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100702 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_QUICKFIX_SOURCE_STATE has no forward declaration.
Interfaces
Class IF_QUICKFIX_SOURCE_STATE has no interface implemented.
Friends
Class IF_QUICKFIX_SOURCE_STATE has no friend class.
Attributes
Class IF_QUICKFIX_SOURCE_STATE has no attribute.
Methods
Class IF_QUICKFIX_SOURCE_STATE has no method.
Events
Class IF_QUICKFIX_SOURCE_STATE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_POSITION | Public | See coding | 20100702 | BEGIN OF ty_position,
line TYPE i,
line_offset TYPE i,
END OF ty_position
|
||
2 | TY_SOURCE_UNIT | Public | See coding | 20100702 | BEGIN OF ty_source_unit,
main_program TYPE programm,
include TYPE programm,
END OF ty_source_unit
|
||
3 | TY_SOURCE_UNIT_POSITION | Public | See coding | 20100702 | BEGIN OF ty_source_unit_position,
source_unit TYPE ty_source_unit,
position TYPE ty_position,
END OF ty_source_unit_position
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |