SAP ABAP Table PLANFLI (ABAP/4 book: Connection offers for flights)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     SABB (Package) Example Objects for the ABAP/4 Manual
Basic Data
Table Category TRANSP    Transparent table 
Transparent table PLANFLI   Table Relationship Diagram
Short Description ABAP/4 book: Connection offers for flights    
Delivery and Maintenance
Pool/cluster      
Delivery Class A   Application Table (Master- and Transaction Data) 
Data Browser/Table View Maintenance X   Display/Maintenance Allowed 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 MANDT S_MANDT MANDT CLNT 3   0   Client T000
2 CARRID S_CARR_ID S_CARR_ID CHAR 3   0   Airline Code CARRIERS
3 CONNID S_CONN_ID S_CONN_ID NUMC 4   0   Flight Connection Number *
4 CITYFROM S_FROM_CIT S_CITY CHAR 20   0   Departure city GEOCITY
5 AIRPFROM S_FROMAIRP S_AIRPID CHAR 3   0   Departure airport *
6 CITYTO S_TO_CITY S_CITY CHAR 20   0   Arrival city GEOCITY
7 AIRPTO S_TOAIRP S_AIRPID CHAR 3   0   Destination airport *
8 FLTIME S_FLTIME S_DURA INT4 10   0   Flight time  
9 DEPTIME S_DEP_TIME S_TIME TIMS 6   0   Departure time  
10 ARRTIME S_ARR_TIME S_TIME TIMS 6   0   Arrival time  
11 DISTANCE S_DISTANCE S_DISTANCE QUAN 9   4   Distance  
12 DISTID S_DISTID MEINS UNIT 3   0   Mass unit of distance (kms, miles) *
Foreign Keys
Source Table Source Column Foreign Table Foreign Column Dependency Factor Cardinality left Cardinality right
1 PLANFLI CARRID CARRIERS CARRID    
2 PLANFLI CITYFROM GEOCITY CITY    
3 PLANFLI CITYTO GEOCITY CITY    
4 PLANFLI MANDT T000 MANDT    
History
Last changed by/on SAP  20130604 
SAP Release Created in