SAP ABAP Class CL_OS_EX_FLIGHTPLAN (Object Services Examples: Bookings)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-OBS (Application Component) Object Services
     SOS_EXAMPLES (Package) Object Services: Examples
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20000913
Properties
Class CL_OS_EX_FLIGHTPLAN  
Short Description Object Services Examples: Bookings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SOS_EXAMPLES   Object Services: Examples 
Created 20000913   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_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20000913
Friends
# Friend Modeled only Created on Description
1 CB_OS_EX_FLIGHTPLAN 20110420 Base Agent Object Services Examples: Bookings
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AIRPFROM Instance attribute Protected Type reference (TYPE) S_FROMAIRP Departure Airport 20000913
2 AIRPTO Instance attribute Protected Type reference (TYPE) S_TOAIRP Destination airport 20000913
3 ARRTIME Instance attribute Protected Type reference (TYPE) S_ARR_TIME Arrival Time 20000913
4 CARRID Instance attribute Protected Type reference (TYPE) S_CARR_ID Airline Code 20000913
5 CITYFROM Instance attribute Protected Type reference (TYPE) S_FROM_CIT Departure City 20000913
6 CITYTO Instance attribute Protected Type reference (TYPE) S_TO_CITY Arrival city 20000913
7 CONNID Instance attribute Protected Type reference (TYPE) S_CONN_ID Flight connection code 20000913
8 COUNTRYFR Instance attribute Protected Type reference (TYPE) LAND1 Country Indic. 20000913
9 COUNTRYTO Instance attribute Protected Type reference (TYPE) LAND1 Country Indic. 20000913
10 DEPTIME Instance attribute Protected Type reference (TYPE) S_DEP_TIME Departure time 20000913
11 DISTANCE Instance attribute Protected Type reference (TYPE) S_DISTANCE Distance 20000913
12 DISTID Instance attribute Protected Type reference (TYPE) S_DISTID Mass unit of distance (kms, miles) 20000913
13 FLTIME Instance attribute Protected Type reference (TYPE) S_FLTIME Flight time 20000913
14 FLTYPE Instance attribute Protected Type reference (TYPE) S_FLTYPE Flight type (charter or scheduled) 20000913
15 PERIOD Instance attribute Protected Type reference (TYPE) S_PERIOD Arrival n day(s) later 20000913
Methods
# Method Level Visibility Method type Description Created on
1 GET_AIRPFROM Instance method Public Get-method of a virtual attribute Sets the Attribute AIRPFROM 20000913
2 GET_AIRPTO Instance method Public Get-method of a virtual attribute Reads the Attribute AIRPTO 20000913
3 GET_ARRTIME Instance method Public Get-method of a virtual attribute Reads the Attribute ARRTIME 20000913
4 GET_CARRID Instance method Public Get-method of a virtual attribute Reads the Attribute CARRID 20000913
5 GET_CITYFROM Instance method Public Get-method of a virtual attribute Reads the Attribute CITYFROM 20000913
6 GET_CITYTO Instance method Public Get-method of a virtual attribute Reads the Attribute CITYTO 20000913
7 GET_CONNID Instance method Public Get-method of a virtual attribute Reads the Attribute CONNID 20000913
8 GET_COUNTRYFR Instance method Public Get-method of a virtual attribute Reads the Attribute COUNTRYFR 20000913
9 GET_COUNTRYTO Instance method Public Get-method of a virtual attribute Reads the Attribute COUNTRYTO 20000913
10 GET_DEPTIME Instance method Public Get-method of a virtual attribute Reads the Attribute DEPTIME 20000913
11 GET_DISTANCE Instance method Public Get-method of a virtual attribute Reads the Attribute DISTANCE 20000913
12 GET_DISTID Instance method Public Get-method of a virtual attribute Reads the Attribute DISTID 20000913
13 GET_FLTIME Instance method Public Get-method of a virtual attribute Reads the Attribute FLTIME 20000913
14 GET_FLTYPE Instance method Public Get-method of a virtual attribute Reads the Attribute FLTYPE 20000913
15 GET_PERIOD Instance method Public Get-method of a virtual attribute Reads the Attribute PERIOD 20000913
16 SET_AIRPFROM Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPFROM 20000913
17 SET_AIRPTO Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPTO 20000913
18 SET_ARRTIME Instance method Public Set-method of a virtual attribute Sets the Attribute ARRTIME 20000913
19 SET_CITYFROM Instance method Public Set-method of a virtual attribute Sets the Attribute CITYFROM 20000913
20 SET_CITYTO Instance method Public Set-method of a virtual attribute Sets the Attribute CITYTO 20000913
21 SET_COUNTRYFR Instance method Public Set-method of a virtual attribute Sets the Attribute COUNTRYFR 20000913
22 SET_COUNTRYTO Instance method Public Set-method of a virtual attribute Sets the Attribute COUNTRYTO 20000913
23 SET_DEPTIME Instance method Public Set-method of a virtual attribute Sets the Attribute DEPTIME 20000913
24 SET_DISTANCE Instance method Public Set-method of a virtual attribute Sets the Attribute DISTANCE 20000913
25 SET_DISTID Instance method Public Set-method of a virtual attribute Sets the Attribute DISTID 20000913
26 SET_FLTIME Instance method Public Set-method of a virtual attribute Sets the Attribute FLTIME 20000913
27 SET_FLTYPE Instance method Public Set-method of a virtual attribute Sets the Attribute FLTYPE 20000913
28 SET_PERIOD Instance method Public Set-method of a virtual attribute Sets the Attribute PERIOD 20000913
Events
Class CL_OS_EX_FLIGHTPLAN has no event.
Types
Class CL_OS_EX_FLIGHTPLAN has no local type.
Method Signatures

Method GET_AIRPFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FROMAIRP Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_AIRPTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_TOAIRP Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_ARRTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_ARR_TIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_CARR_ID Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_CITYFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FROM_CIT Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_CITYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_TO_CITY Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_CONNID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_CONN_ID Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_COUNTRYFR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LAND1 Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_COUNTRYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) LAND1 Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_DEPTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DEP_TIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DISTANCE Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_DISTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_DISTID Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_FLTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FLTIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_FLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_FLTYPE Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method GET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) S_PERIOD Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_AIRPFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AIRPFROM Call by reference Type reference (TYPE) S_FROMAIRP Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_AIRPTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AIRPTO Call by reference Type reference (TYPE) S_TOAIRP Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_ARRTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ARRTIME Call by reference Type reference (TYPE) S_ARR_TIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_CITYFROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CITYFROM Call by reference Type reference (TYPE) S_FROM_CIT Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_CITYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CITYTO Call by reference Type reference (TYPE) S_TO_CITY Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_COUNTRYFR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTRYFR Call by reference Type reference (TYPE) LAND1 Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_COUNTRYTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTRYTO Call by reference Type reference (TYPE) LAND1 Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_DEPTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEPTIME Call by reference Type reference (TYPE) S_DEP_TIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISTANCE Call by reference Type reference (TYPE) S_DISTANCE Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_DISTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISTID Call by reference Type reference (TYPE) S_DISTID Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_FLTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLTIME Call by reference Type reference (TYPE) S_FLTIME Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_FLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLTYPE Call by reference Type reference (TYPE) S_FLTYPE Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306

Method SET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERIOD Call by reference Type reference (TYPE) S_PERIOD Attributwert 20000913
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010306
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A