SAP ABAP Table DEMO_FOCC (Percentage Occupancy of Flights)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use
Basic Data
Table Category INTTAB    Structure 
Structure DEMO_FOCC   Table Relationship Diagram
Short Description Percentage Occupancy of Flights    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 CARRID S_CARR_ID S_CARR_ID CHAR 3   0   Airline Code *
2 CONNID S_CONN_ID S_CONN_ID NUMC 4   0   Flight Connection Number *
3 FLDATE S_DATE S_DATE DATS 8   0   Flight date *
4 SEATSMAX S_SEATSMAX S_SEATS INT4 10   0   Maximum capacity in economy class  
5 SEATSOCC S_SEATSOCC S_SEATS INT4 10   0   Occupied seats in economy class  
6 PERCENTAGE DEMO_OCC DEMO_OCC DEC 5   2   Flight occupancy  
History
Last changed by/on SAP  20130604 
SAP Release Created in