SAP ABAP Class CL_WDR_DEMO_SILVERLIGHT_ASSIST (Assistance Class for DEMO_SILVERLIGHT_FLIGHTS)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_DEMO (Package) Demo Applications
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20090316 |
Properties
| Class | CL_WDR_DEMO_SILVERLIGHT_ASSIST | |
| Short Description | Assistance Class for DEMO_SILVERLIGHT_FLIGHTS | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_DEMO | Demo Applications |
| Created | 20090305 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no forward declaration.
Interfaces
Class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no interface implemented.
Friends
Class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no friend class.
Attributes
Class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Fill Airport Node | 20090316 | |
| 2 | Instance method | Public | Method | Returns airline for specified ID | 20090316 | |
| 3 | Instance method | Public | Method | Returns airports and flight connections | 20090316 | |
| 4 | Instance method | Public | Method | Returns airport for specified ID | 20090316 | |
| 5 | Instance method | Public | Method | Returns all airlines | 20090316 | |
| 6 | Instance method | Public | Method | Returns flights from an airport | 20090316 |
Events
Class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SAIRPORT | Public | See coding | 20090316 | TT_SAIRPORT type standard table of SAIRPORT
|
||
| 2 | TT_SCARR | Public | See coding | 20090316 | TT_SCARR type standard table of SCARR
|
||
| 3 | TT_SPFLI | Public | See coding | 20090316 | TT_SPFLI type standard table of SPFLI
|
Method Signatures
Method FILL_AIRPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20090316 |
Method FILL_AIRPORTS on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
Method GET_AIRLINE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CARRID | Call by reference | Type reference (TYPE) | S_CARR_ID | Kurzbezeichnung der Fluggesellschaft | 20090316 | |||
| 2 | CARRIER | Value transfer | Type reference (TYPE) | SCARR | Fluggesellschaft | 20090316 |
Method GET_AIRLINE_BY_ID on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
Method GET_AIRPORT_AND_FLIGHTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AIRPORTS | Call by reference | Type reference (TYPE) | TT_SAIRPORT | Flughäfen | 20090316 | |||
| 2 | FLIGHTS | Call by reference | Type reference (TYPE) | TT_SPFLI | Interne Standard Tabelle für Datenbanktabelle SPFLI | 20090316 |
Method GET_AIRPORT_AND_FLIGHTS on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
Method GET_AIRPORT_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AIRPORT | Value transfer | Type reference (TYPE) | SAIRPORT | Flughäfen | 20090316 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | S_AIRPORT | Code des Flughafens | 20090316 |
Method GET_AIRPORT_BY_ID on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
Method GET_ALL_AIRLINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AIRLINES | Call by reference | Type reference (TYPE) | TT_SCARR | Tabellentyp von SCARR | 20090316 |
Method GET_ALL_AIRLINES on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
Method GET_CONNECTION_BY_AIRPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AIRPORT_ID | Call by reference | Type reference (TYPE) | S_AIRPORT | Abflughafen | 20090316 | |||
| 2 | TARGET_AIRPORTS | Call by reference | Type reference (TYPE) | TT_SPFLI | 20090316 |
Method GET_CONNECTION_BY_AIRPORT on class CL_WDR_DEMO_SILVERLIGHT_ASSIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |