SAP ABAP Class CL_FPM_GAF_DEMO_ASSIST (Assistance Class for FPM_GAF_BOOK_FLIGHT)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_DEMO (Package) Floorplan Manager (Examples and 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 20070621
Properties
Class CL_FPM_GAF_DEMO_ASSIST  
Short Description Assistance Class for FPM_GAF_BOOK_FLIGHT    
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 APB_FPM_DEMO   Floorplan Manager (Examples and Demo applications) 
Created 20070621   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_GAF_DEMO_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_GAF_DEMO_ASSIST has no interface implemented.
Friends
Class CL_FPM_GAF_DEMO_ASSIST has no friend class.
Attributes
Class CL_FPM_GAF_DEMO_ASSIST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 READ_AIRLINE Instance method Public Method retrieves airline infos from database 20070808
2 READ_AIRPORT Instance method Public Method retrieves airport infos from database 20070808
3 READ_CARRIER Instance method Public Method 20080422
4 READ_MEAL Instance method Public Method retrieves meal infos from database 20070808
5 READ_MEAL_ALL Instance method Public Method retrieves all meals for a certain carrid 20080221
Events
Class CL_FPM_GAF_DEMO_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 FPM_T_SCARR Public See coding 20080422 FPM_T_SCARR type standard table of scarr with default key
Method Signatures

Method READ_AIRLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070808
2 Exporting EV_SCARR Call by reference Type reference (TYPE) SCARR Airline 20070808
3 Importing IV_AIRLINE Call by reference Type reference (TYPE) S_CARR_ID Airline Code 20070808

Method READ_AIRLINE on class CL_FPM_GAF_DEMO_ASSIST has no exception.

Method READ_AIRPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AIRPORT_DETAILS Call by reference Type reference (TYPE) SAIRPORT Airline 20070808
2 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070808
3 Importing IV_AIRPORT Call by reference Type reference (TYPE) S_AIRPORT Airline Code 20070808

Method READ_AIRPORT on class CL_FPM_GAF_DEMO_ASSIST has no exception.

Method READ_CARRIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCARR Call by reference Type reference (TYPE) FPM_T_SCARR 20080422

Method READ_CARRIER on class CL_FPM_GAF_DEMO_ASSIST has no exception.

Method READ_MEAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070808
2 Exporting EV_MEAL Call by reference Type reference (TYPE) SMEALT Airline 20070808
3 Importing IV_AIRLINE Call by reference Type reference (TYPE) S_CARR_ID Airline Code 20070808
4 Importing IV_MEAL_NUMBER Call by reference Type reference (TYPE) S_MEALNUM Airline Code 20070808

Method READ_MEAL on class CL_FPM_GAF_DEMO_ASSIST has no exception.

Method READ_MEAL_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEAL Call by reference Type reference (TYPE) STANDARD TABLE Inflight Meal/Description 20080221
2 Importing IV_AIRLINE Call by reference Type reference (TYPE) S_CARR_ID Airline Code 20080221
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20080221

Method READ_MEAL_ALL on class CL_FPM_GAF_DEMO_ASSIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700