SAP ABAP Interface IF_SRAL_RT_APPL_DEMO_CHANNEL (Runtime Interface for RAL Demo channel)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-RAL (Application Component) Read Access Logging
⤷
SREAD_ACCESS_LOG_DEMO_IMPL (Package) RAL Channel Implemenation for Flight 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
| Interface | IF_SRAL_RT_APPL_DEMO_CHANNEL | |
| Short Description | Runtime Interface for RAL Demo channel |
General Data
| Package | SREAD_ACCESS_LOG_DEMO_IMPL | RAL Channel Implemenation for Flight Demo Channel |
| Created | 20130708 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_SRAL_RT_APPL_DEMO_CHANNEL has no forward declaration.
Interfaces
Interface IF_SRAL_RT_APPL_DEMO_CHANNEL has no interface.
Friends
Interface IF_SRAL_RT_APPL_DEMO_CHANNEL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CARRIER | Constant | Public | Type reference (TYPE) | STRING | 'CARRIER' | 20130712 | ||
| 2 | CO_DEPARTURE | Constant | Public | Type reference (TYPE) | STRING | 'DEPARTURE' | 20130717 | ||
| 3 | CO_DESTINATION | Constant | Public | Type reference (TYPE) | STRING | 'DESTINATION' | 20130712 | ||
| 4 | CO_FLIGHT_DATE | Constant | Public | Type reference (TYPE) | STRING | 'FLDATE' | 20130715 | ||
| 5 | CO_PRICE | Constant | Public | Type reference (TYPE) | STRING | 'PRICE' | 20130715 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130709 |
Events
Interface 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 Interface IF_SRAL_RT_APPL_DEMO_CHANNEL has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |