SAP ABAP Class CL_OBL_EXMPL_PVIA (By way of Data of Flight Connections)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-GBT-OBL (Application Component) General Object Relations
     SOBL_EXMPL (Package) Examples of Relations Based on Flight Data Model
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_OBL_EXMPL_PVIA  
Short Description By way of Data of Flight Connections    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SOBL_EXMPL   Examples of Relations Based on Flight Data Model 
Created 20000913   SAP 
Last change 00000000   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_OBL_EXMPL_PVIA 20030519 Base Agent by way of Data of Flight Connections
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 AIRPVIA Instance attribute Protected Type reference (TYPE) S_VIAAIRP By way of Airport 20000913
4 BRELGUID Instance attribute Protected Type reference (TYPE) OBLGUID32 SOBL GUID of Length 32 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 CITYVIA Instance attribute Protected Type reference (TYPE) S_VIA_CITY Transit Town 20000913
8 WAITTIME Instance attribute Protected Type reference (TYPE) S_WAITTIME Wait Time When Changing 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_AIRPVIA Instance method Public Get-method of a virtual attribute Reads the Attribute AIRPVIA 20000913
4 GET_BRELGUID Instance method Public Get-method of a virtual attribute Reads the Attribute BRELGUID 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_CITYVIA Instance method Public Get-method of a virtual attribute Reads the Attribute CITYVIA 20000913
8 GET_WAITTIME Instance method Public Get-method of a virtual attribute Reads the Attribute WAITTIME 20000913
9 SET_AIRPFROM Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPFROM 20000913
10 SET_AIRPTO Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPTO 20000913
11 SET_AIRPVIA Instance method Public Set-method of a virtual attribute Sets the Attribute AIRPVIA 20000913
12 SET_CITYFROM Instance method Public Set-method of a virtual attribute Sets the Attribute CITYFROM 20000913
13 SET_CITYTO Instance method Public Set-method of a virtual attribute Sets the Attribute CITYTO 20000913
14 SET_CITYVIA Instance method Public Set-method of a virtual attribute Sets the Attribute CITYVIA 20000913
15 SET_WAITTIME Instance method Public Set-method of a virtual attribute Sets the Attribute WAITTIME 20000913
Events
Class CL_OBL_EXMPL_PVIA has no event.
Types
Class CL_OBL_EXMPL_PVIA 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 20010125

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 20010125

Method GET_AIRPVIA Signature

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

Method GET_BRELGUID Signature

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

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 20010125

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 20010125

Method GET_CITYVIA Signature

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

Method GET_WAITTIME Signature

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

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 20010125

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 20010125

Method SET_AIRPVIA Signature

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

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 20010125

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 20010125

Method SET_CITYVIA Signature

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

Method SET_WAITTIME Signature

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