SAP table SAPLANE (Plane)
SAP table SAPLANE has 2 primary key fields being MANDT,PLANETYPE.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | S_MANDT | |
PLANETYPE | Aircraft Type | CHAR | 10 | 0 | S_PLANETYE | ||
SEATSMAX | Maximum Capacity in Economy Class | INT4 | 10 | 0 | S_SEATSMAX | ||
CONSUM | Average consumption | FLTP | 16 | 16 | S_CONSUM | ||
CON_UNIT | Unit of fuel consumption | UNIT | 3 | 0 | S_CONUNIT | ||
TANKCAP | Maximum fuel capacity | QUAN | 16 | 4 | S_CAPACITY | ||
CAP_UNIT | Mass unit | UNIT | 3 | 0 | S_CAPUNIT | ||
WEIGHT | Weight of plane | QUAN | 14 | 4 | S_PLAN_WEI | ||
WEI_UNIT | Mass unit of weight | UNIT | 3 | 0 | S_WEI_UNIT | ||
SPAN | Span | FLTP | 16 | 16 | S_SPAN | ||
SPAN_UNIT | Length unit for Workbench training data model BC_Travel | UNIT | 3 | 0 | S_UNIT | ||
LENG | Length of plane | FLTP | 16 | 16 | S_LENGTH | ||
LENG_UNIT | Length unit for Workbench training data model BC_Travel | UNIT | 3 | 0 | S_UNIT | ||
OP_SPEED | Speed | QUAN | 17 | 4 | S_SPEED | ||
SPEED_UNIT | Length unit for Workbench training data model BC_Travel | UNIT | 3 | 0 | S_UNIT | ||
PRODUCER | Plane manufacturer | CHAR | 5 | 0 | S_PROD | ||
SEATSMAX_B | Maximum Capacity in Business Class | INT4 | 10 | 0 | S_SMAX_B | ||
SEATSMAX_F | Maximum Capacity in First Class | INT4 | 10 | 0 | S_SMAX_F |