EWA_SCAT_TRANSPORT SAP (Interface for Container Delivery) Structure details

Dictionary Type: Structure
Description: Interface for Container Delivery




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




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

EWA_SCAT_TRANSPORT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Interface for Container Delivery" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EWA_SCAT_TRANSPORT TYPE EWA_SCAT_TRANSPORT.

The EWA_SCAT_TRANSPORT table consists of various fields, each holding specific information or linking keys about Interface for Container Delivery data available in SAP. These include ORDER_LAUFNR (Sequence Number for Waste Disposal Order Item), ORDER_DATE (Planned Date for Execution of Waste Disposal Order), SERVICE_CAT (Service Category), OBKNR (Object list number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EWA_SCAT_TRANSPORT structure 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
ORDERNRInternal Number for Identifying a Waste Disposal Order EORDERNRCHAR20Assigned to domainALPHAEORDERNREORDERNREORDNERNR
ORDER_LAUFNRSequence Number for Waste Disposal Order Item ORDER_LAUFNRNUMC4NUMC4
ORDER_DATEPlanned Date for Execution of Waste Disposal Order EORDER_DATEDATS8DATS
SERVICE_CATService Category SERVICE_CATCHAR2SERVICE_CAT
OBKNRObject list number OBJKNRINT410Assigned to domainOBJKN
OBZAECounter key OBZAENUMC4NUM4
SERVLOCLocation of Container SERVLOCCHAR30Assigned to domainTPLNRTPLNRGEPESERVLOC
BEH_TYPEContainer category BEH_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
BEHGRPContainer Group BEHGRPCHAR8Assigned to domainALPHADEVGRPDGP
BEHTYP_RMConfirmed Container Category BEHTYP_RMCHAR18Assigned to domainMATN1MATNR
SERNR_RMSerial Number GERNRCHAR18GERNRGERNRSER
BEH_ANZAHL_RMConfirmed Number of Containers ANZSERN_RMINT410CK_INT4
BEHGRP_NEWContainer Group BEHGRPCHAR8Assigned to domainALPHADEVGRPDGP
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
IBASE_NEWIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM

Key field Non-key field



How do I retrieve data from SAP structure EWA_SCAT_TRANSPORT using ABAP code?

As EWA_SCAT_TRANSPORT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EWA_SCAT_TRANSPORT as there is no data to select.

How to access SAP table EWA_SCAT_TRANSPORT

Within an ECC or HANA version of SAP you can also view further information about EWA_SCAT_TRANSPORT 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!