EIZO SAP (FT: Exp/Imp ident. of goods, pres. of goods for cust.declar.) Table details

Dictionary Type: Table
Description: FT: Exp/Imp ident. of goods, pres. of goods for cust.declar.




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




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

EIZO is a standard SAP Table which is used to store FT: Exp/Imp ident. of goods, pres. of goods for cust.declar. data and is available within R/3 SAP systems depending on the version and release level.

The EIZO table consists of various fields, each holding specific information or linking keys about FT: Exp/Imp ident. of goods, pres. of goods for cust.declar. data available in SAP. These include EXNUM (Number of foreign trade data in MM and SD documents), EXPOS (Internal item number for foreign trade data in MM and SD), QUACU (Qualifier customs declaration for Foreign Trade processing), LAUNR (Sequential number for legal control).. 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: Not classified


SAP EIZO 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
MANDTClient MANDTCLNT3T000MANDT
EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10EIKPEXNUM
EXPOSInternal item number for foreign trade data in MM and SD EXPOSNUMC6EIPOEXPOS
QUACUQualifier customs declaration for Foreign Trade processing QUACUCHAR5QUACU
LAUNRSequential number for legal control LAUNRNUMC5NUMC
VORPAPreliminary document: Document type for foreign trade procg VORPACHAR10T610VAVORPA
CUENTType of Goods Identity Seal in Foreign Trade/Customs CUENTCHAR5T612NCUENT
CUPARPackage type for electr. procedures in Foreign Trade CUPARCHAR4T612PCUPAR
CUSNUNo. for customs declaration for customs processing in FT CUSNUCHAR50CHAR50
CUSDADate for customs declaration for customs processing in FT CUSDADATS8DATUM
CUTXTCustoms description for customs processing in Foreign Trade CUTXTCHAR60TEXT60
CUSAZNumber for customs processing in Foreign Trade CUSAZDEC4DEC4
CUNTGNet weight NTGEW_15QUAN15(3) MENG15
CUBRGGross weight BRGEW_15QUAN15(3) MENG15
CUGWEWeight Unit GEWEIUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EIZO
INTO CORRESPONDING FIELDS OF WA_EIZO
WHERE...

How to access SAP table EIZO

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