SCOL_PLANE_ADDON SAP ( Ref. Flight Example: Additional Data for Aircraft) Table details

Dictionary Type: Table
Description: Ref. Flight Example: Additional Data for Aircraft




ABAP Code to SELECT data from SCOL_PLANE_ADDON
Related tables to SCOL_PLANE_ADDON
Access table SCOL_PLANE_ADDON




Table field list including key, data, relationships and ABAP select examples

SCOL_PLANE_ADDON is a standard SAP Table which is used to store Ref. Flight Example: Additional Data for Aircraft data and is available within R/3 SAP systems depending on the version and release level.

The SCOL_PLANE_ADDON table consists of various fields, each holding specific information or linking keys about Ref. Flight Example: Additional Data for Aircraft data available in SAP. These include PLANETYPE (Aircraft Type), COLOR (), NICKNAME (), MACH2 (Airplane is supersonic).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SCOL_PLANE_ADDON table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PLANETYPEAircraft Type S_PLANETYECHAR10Assigned to domainS_PLANE
COLOR 0
NICKNAME 0
MACH2Airplane is supersonic SCOL_FLIGHT_MACH2CHAR1SCOL_BOOLEAN
HIGHSPEED 0

Key field Non-key field



How do I retrieve data from SAP table SCOL_PLANE_ADDON using ABAP code

The following ABAP code Example will allow you to do a basic selection on SCOL_PLANE_ADDON to SELECT all data from the table
DATA: WA_SCOL_PLANE_ADDON TYPE SCOL_PLANE_ADDON.

SELECT SINGLE *
FROM SCOL_PLANE_ADDON
INTO CORRESPONDING FIELDS OF WA_SCOL_PLANE_ADDON
WHERE...

How to access SAP table SCOL_PLANE_ADDON

Within an ECC or HANA version of SAP you can also view further information about SCOL_PLANE_ADDON and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!