SAPLANE (Plane) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link SAPLANE to other SAP tables.
| Field | Data element | Checktable | Datatype | Length | Decimals | Possible values | ||||
|---|---|---|---|---|---|---|---|---|---|---|
|
MANDT
Client
|
S_MANDT | T000 |
CLNT
|
3 | 0 | |||||
|
PLANETYPE
Aircraft Type
|
S_PLANETYE |
CHAR
|
10 | 0 | ||||||
|
SEATSMAX
Maximum capacity in economy class
|
S_SEATSMAX |
INT4
|
10 | 0 | ||||||
|
||||||||||
|
CONSUM
Average consumption
|
S_CONSUM |
FLTP
|
16 | 16 | ||||||
|
CON_UNIT
Unit of fuel consumption
|
S_CONUNIT |
UNIT
|
3 | 0 | ||||||
|
TANKCAP
Maximum fuel capacity
|
S_CAPACITY |
QUAN
|
16 | 4 | ||||||
|
CAP_UNIT
Mass unit
|
S_CAPUNIT |
UNIT
|
3 | 0 | ||||||
|
WEIGHT
Weight of plane
|
S_PLAN_WEI |
QUAN
|
14 | 4 | ||||||
|
WEI_UNIT
Mass unit of weight
|
S_WEI_UNIT |
UNIT
|
3 | 0 | ||||||
|
SPAN
Span
|
S_SPAN |
FLTP
|
16 | 16 | ||||||
|
SPAN_UNIT
Length unit for Workbench training data model BC_Travel
|
S_UNIT |
UNIT
|
3 | 0 | ||||||
|
LENG
Length of plane
|
S_LENGTH |
FLTP
|
16 | 16 | ||||||
|
LENG_UNIT
Length unit for Workbench training data model BC_Travel
|
S_UNIT |
UNIT
|
3 | 0 | ||||||
|
OP_SPEED
Speed
|
S_SPEED |
QUAN
|
17 | 4 | ||||||
|
SPEED_UNIT
Length unit for Workbench training data model BC_Travel
|
S_UNIT |
UNIT
|
3 | 0 | ||||||
|
PRODUCER
Plane manufacturer
|
S_PROD |
CHAR
|
5 | 0 | ||||||
|
SEATSMAX_B
Maximum capacity in business class
|
S_SMAX_B |
INT4
|
10 | 0 | ||||||
|
||||||||||
|
SEATSMAX_F
Maximum capacity in first class
|
S_SMAX_F |
INT4
|
10 | 0 | ||||||
|
||||||||||
| Table | Field | Foreign key table | Foreign key field | Check table | Check field |
|---|---|---|---|---|---|
| SAPLANE | MANDT | SAPLANE | MANDT |
T000
Clients
|
MANDT |