SAP ABAP Class IF_SRAL_RT_APPL_DEMO_CHANNEL (Runtime Interface for RAL Demo channel)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRAL_RT_APPL_DEMO_CHANNEL | RAL demo channel application runtime | 20130709 |
Properties
| Class | IF_SRAL_RT_APPL_DEMO_CHANNEL | |
| Short Description | Runtime Interface for RAL Demo channel | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130708 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SRAL_RT_APPL_DEMO_CHANNEL has no forward declaration.
Interfaces
Class IF_SRAL_RT_APPL_DEMO_CHANNEL has no interface implemented.
Friends
Class IF_SRAL_RT_APPL_DEMO_CHANNEL 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 | 'CARRIER' | 20130712 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DEPARTURE' | 20130717 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'DESTINATION' | 20130712 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'FLDATE' | 20130715 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'PRICE' | 20130715 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130709 |
Events
Class IF_SRAL_RT_APPL_DEMO_CHANNEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_RT_DEMO_CHANNEL | Public | See coding | 20130709 | begin of ts_rt_demo_channel,
departure type string,
destination type string,
carrier type string,
successful type abap_bool,
results type tt_rt_demo_channel_result,
end of ts_rt_demo_channel
|
||
| 2 | TS_RT_DEMO_CHANNEL_RESULT | Public | See coding | 20130709 | begin of ts_rt_demo_channel_result,
fldate type s_date,
price type s_price,
currency type s_currcode,
planetype type s_planetye,
seatsmax type s_seatsmax,
seatsocc type s_seatsocc,
end of ts_rt_demo_channel_result
|
||
| 3 | TT_RT_DEMO_CHANNEL_RESULT | Public | See coding | 20130709 | tt_rt_demo_channel_result type standard table of ts_rt_demo_channel_result with non-unique key fldate
|
Method Signatures
Method CONFIRM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RT_DEMO_CHANNEL | Call by reference | Type reference (TYPE) | TS_RT_DEMO_CHANNEL | 20130709 |
Method CONFIRM on class IF_SRAL_RT_APPL_DEMO_CHANNEL has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |