SAP ABAP Class CL_QUICKFIX_ADT_HELPER (Adt quickfix convenience methods)
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
| Class | CL_QUICKFIX_ADT_HELPER | |
| Short Description | Adt quickfix convenience methods | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_QUICKFIX_ADT | Quickfix service enabling |
| Created | 20100720 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_QUICKFIX_ADT_HELPER has no forward declaration.
Interfaces
Class CL_QUICKFIX_ADT_HELPER has no interface implemented.
Friends
Class CL_QUICKFIX_ADT_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'provider_id' | 20100806 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'quickfix_id' | 20100806 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_QUICKFIX_ADT_HELPER | 20100720 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ADT_URI_MAPPER | 20100720 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130515 | ||
| 2 | Instance method | Public | Method | 20130515 | ||
| 3 | Instance method | Public | Method | 20130515 | ||
| 4 | Instance method | Public | Method | 20121129 | ||
| 5 | Instance method | Public | Method | 20130515 | ||
| 6 | Instance method | Private | Method | 20130515 | ||
| 7 | Static method | Public | Method | 20100720 | ||
| 8 | Instance method | Private | Method | 20130514 |
Events
Class CL_QUICKFIX_ADT_HELPER has no event.
Types
Class CL_QUICKFIX_ADT_HELPER has no local type.
Method Signatures
Method CREATE_ADT_EVALUATION_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADT_EVALUATION_RESULTS | Value transfer | Type reference (TYPE) | IF_QUICKFIX_ADT_TYPES=>TY_QUICKFIX_EVALUATION_RESULTS | 20130515 | ||||
| 2 | EVALUATION_RESULTS | Call by reference | Type reference (TYPE) | IF_QUICKFIX_EVALUATION_RESULT=>TAB | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130515 |
Method CREATE_ADT_PROPOSAL_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADT_PROPOSAL_RESULT | Value transfer | Type reference (TYPE) | IF_QUICKFIX_ADT_TYPES=>TY_QUICKFIX_PROPOSAL_RESULT | 20130515 | ||||
| 2 | PROPOSAL_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_QUICKFIX_RESULT | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130515 |
Method CREATE_AFFECTED_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECTED_OBJECTS | Call by reference | Type reference (TYPE) | IF_QUICKFIX_ADT_TYPES=>TY_QUICKFIX_PROPOSAL_DELTAS | 20130531 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | IF_QUICKFIX_SOURCE_OBJECT=>TAB | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130515 |
Method CREATE_EVALUATION_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADT_PROPOSAL_REQUEST | Call by reference | Type reference (TYPE) | IF_QUICKFIX_ADT_TYPES=>TY_QUICKFIX_PROPOSAL_REQUEST | 20130515 | ||||
| 2 | ADT_REST_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20130515 | ||||
| 3 | EVALUATION_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_QUICKFIX_EVALUATION_RESULT | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121129 |
Method CREATE_QUICKFIX_SOURCE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | QUICKFIX_SOURCE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130515 | ||||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | SADT_SRL_PLAIN_TEXT | 20130515 | ||||
| 3 | URI | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130515 |
Method CREATE_SOURCE_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | 20130515 | ||||
| 2 | R_POSITION | Value transfer | Object reference (TYPE REF TO) | CL_PST_SOURCE_POSITION | 20130515 | ||||
| 3 | URI | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130515 |
Method GET_OR_CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_QUICKFIX_ADT_HELPER | 20100720 |
Method GET_OR_CREATE_INSTANCE on class CL_QUICKFIX_ADT_HELPER has no exception.
Method MAP_SOURCE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_ADT_OBJECT_REFERENCE_CH=>TY_OBJECT_REFERENCE | 20130514 | ||||
| 2 | SOURCE_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_QUICKFIX_SOURCE_OBJECT | 20130514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130514 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |