SAP ABAP Class CL_WD_FLIGHT_MODEL (CL_WD_FLIGHT_MODEL)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_DEMO (Package) Demo Applications
Properties
Class CL_WD_FLIGHT_MODEL  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_DEMO   Demo Applications 
Created 20030623   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WD_FLIGHT_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WD_FLIGHT_MODEL has no interface implemented.
Friends
Class CL_WD_FLIGHT_MODEL has no friend class.
Attributes
Class CL_WD_FLIGHT_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CITYFROM_BY_CARRID_COUNTRY Static method Public Method Returns departure towns of an airline in a country 20050225
2 GET_CONNS_BY_CARRID_CITYFROM Static method Public Method Provides flight connections for an airline from a city 20050225
3 GET_COUNTRYFR_BY_CARRID Static method Public Method Provides departure countries of an airline 20050225
4 GET_SBOOK_BY_KEY_RANGE Static method Public Method Provides excerpt from SBOOK 20050218
5 GET_SBOOK_COUNT Static method Public Method Provides the number of entries in SBOOK 20050218
6 GET_SCARPLAN_BY_CARRID Static method Public Method Reads SCARPLAN from CARRID 20050224
7 GET_SCARR Static method Public Method Returns the whole SCARR 20050218
8 GET_SFLIGHT Static method Public Method Reads SFLIGHT 20050329
9 GET_SFLIGHT_BY_CARRID Static method Public Method Reads SFLIGHT 20050218
10 GET_SFLIGHT_BY_KEY Static method Public Method Reads the data for a key record 20060627
11 GET_SFLIGHT_BY_SPFLI Static method Public Method Reads SFLIGHT using SPLI 20050311
12 GET_SFLIGHT_CARRID_DATE Static method Public Method Reads SFLIGHT restricted by CARRID and FLDATE 20050225
13 GET_SFLIGHT_DYN Static method Public Method Reads Data with Dynamic Where Condition 20080306
14 GET_SFLIGHT_KEYS Static method Public Method Reads the keys for SFLIGHT 20060627
15 GET_SMEALT_BY_CARRID Static method Public Method Reads the meal times of an airline 20050225
16 GET_SPFLI Static method Public Method Reads SPFLI 20050311
17 GET_SPFLI_BY_CARRID Static method Public Method Readsflight schedules according to specified CARRID 20050308
Events
Class CL_WD_FLIGHT_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LS_WHERE Public See coding 20080306 ls_where(72) type c
2 LT_WHERE Public See coding 20080306 lt_where type standard table of ls_where
3 TT_SBOOK Public See coding 20050218 tt_sbook type standard table of sbook with default key
4 TT_SCARPLAN Public See coding 20050224 tt_scarplan type standard table of scarplan with default key
5 TT_SCARR Public See coding 20050218 tt_scarr type standard table of scarr with default key
6 TT_SFLIGHT Public See coding 20050221 tt_sflight type standard table of sflight with default key
7 TT_SFLIGHT_KEY Public See coding 20060627 tt_sflight_key type standard table of t_sflight_key with default key
8 TT_SPFLI Public See coding 20050225 tt_spfli type standard table of spfli with default key
9 T_SFLIGHT_KEY Public See coding 20060627 begin of t_sflight_key, carrid type sflight-carrid, connid type sflight-connid, fldate type sflight-fldate, end of t_sflight_key
Method Signatures

Method GET_CITYFROM_BY_CARRID_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPFLI Call by reference Type reference (TYPE) STANDARD TABLE Flugplan 20050225
2 Importing I_CARRID Call by reference Type reference (TYPE) SPFLI-CARRID Kurzbezeichnung der Fluggesellschaft 20050225
3 Importing I_COUNTRYFR Call by reference Type reference (TYPE) SPFLI-COUNTRYFR Länderschlüssel 20050225

Method GET_CITYFROM_BY_CARRID_COUNTRY on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_CONNS_BY_CARRID_CITYFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPFLI_SFLIGHT Call by reference Type reference (TYPE) STANDARD TABLE 20050225
2 Importing I_CARRID Call by reference Type reference (TYPE) SPFLI-CARRID Kurzbezeichnung der Fluggesellschaft 20050225
3 Importing I_CITYFROM Call by reference Type reference (TYPE) SPFLI-CITYFROM Abflugstadt 20050225
4 Importing I_COUNTRYFR Call by reference Type reference (TYPE) SPFLI-COUNTRYFR Länderschlüssel 20050225

Method GET_CONNS_BY_CARRID_CITYFROM on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_COUNTRYFR_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPFLI Call by reference Type reference (TYPE) STANDARD TABLE Flugplan 20050225
2 Importing I_CARRID Call by reference Type reference (TYPE) SPFLI-CARRID Kurzbezeichnung der Fluggesellschaft 20050225

Method GET_COUNTRYFR_BY_CARRID on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SBOOK_BY_KEY_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SBOOK Value transfer Type reference (TYPE) TT_SBOOK 20050218
2 Importing I_CARRID_FROM Value transfer Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20050218
3 Importing I_CARRID_TO Value transfer Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20050218

Method GET_SBOOK_BY_KEY_RANGE on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SBOOK_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NUM_ENTRIES Value transfer Type reference (TYPE) I 20050218

Method GET_SBOOK_COUNT on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SCARPLAN_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCARPLAN Value transfer Type reference (TYPE) TT_SCARPLAN 20050224
2 Importing I_CARRID Value transfer Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20050224

Method GET_SCARPLAN_BY_CARRID on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SCARR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCARR Value transfer Type reference (TYPE) TT_SCARR 20050218

Method GET_SCARR on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SFLIGHT Value transfer Type reference (TYPE) TT_SFLIGHT 20050329

Method GET_SFLIGHT on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SFLIGHT Value transfer Type reference (TYPE) TT_SFLIGHT Interne Tabelle für SFLIGHT 20050221
2 Importing I_CARRID Value transfer Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20050218

Method GET_SFLIGHT_BY_CARRID on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) T_SFLIGHT_KEY 20060627
2 Returning SFLIGHT Value transfer Type reference (TYPE) SFLIGHT Flug 20060627

Method GET_SFLIGHT_BY_KEY on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_BY_SPFLI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SFLIGHT Value transfer Type reference (TYPE) TT_SFLIGHT 20050311
2 Importing I_SPFLI Value transfer Type reference (TYPE) SPFLI Flugplan 20050311

Method GET_SFLIGHT_BY_SPFLI on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_CARRID_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SFLIGHT Value transfer Type reference (TYPE) ANY TABLE itab SFLIGHT 20050225
2 Importing I_CARRID Value transfer Type reference (TYPE) SFLIGHT-CARRID Kurzbezeichnung der Fluggesellschaft 20050225
3 Importing I_FLDATE Value transfer Type reference (TYPE) SFLIGHT-FLDATE Flugdatum 20050225

Method GET_SFLIGHT_CARRID_DATE on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_DYN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SFLIGHT Value transfer Type reference (TYPE) TT_SFLIGHT Flug 20080306
2 Importing LT_WHERE Value transfer Type reference (TYPE) LT_WHERE 20080306

Method GET_SFLIGHT_DYN on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SFLIGHT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning KEYS Value transfer Type reference (TYPE) TT_SFLIGHT_KEY 20060627

Method GET_SFLIGHT_KEYS on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SMEALT_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SMEALT Value transfer Type reference (TYPE) STANDARD TABLE Flugmahlzeit 20050225
2 Importing I_CARRID Call by reference Type reference (TYPE) SMEAL-CARRID Kurzbezeichnung der Fluggesellschaft 20050225

Method GET_SMEALT_BY_CARRID on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SPFLI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPFLI Value transfer Type reference (TYPE) TT_SPFLI 20050311

Method GET_SPFLI on class CL_WD_FLIGHT_MODEL has no exception.

Method GET_SPFLI_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CARRID Call by reference Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20050308
2 Returning FLIGHTS Value transfer Type reference (TYPE) TT_SPFLI 20050308

Method GET_SPFLI_BY_CARRID on class CL_WD_FLIGHT_MODEL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640