NWAT_EDI_I11 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

NWAT_EDI_I11 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 "" 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_NWAT_EDI_I11 TYPE NWAT_EDI_I11.

The NWAT_EDI_I11 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ANSTNR (), AUFZL (), ABTPOSNR (), ERHDT ().. 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)


SAP NWAT_EDI_I11 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
SATZART NWAT_EDI_SATZARTCHAR3CHAR03
ANSTNR NWAT_EDI_ANSTNRCHAR6CHAR006
AUFZL NWAT_EDI_AUFZL_SCOCHAR10CHAR10
ABTPOSNR NWAT_EDI_ABTPOSNRCHAR2CHAR02
ERHDT NWAT_EDI_ERHDTCHAR8CHAR08
AKUTINFNOSO NWAT_EDI_AKUTINFNOSOCHAR1CHAR01
AKUTINFRESP NWAT_EDI_AKUTINFRESPCHAR1CHAR01
AUFGRAND NWAT_EDI_AUFGRANDCHAR1CHAR01
BASISOBS NWAT_EDI_BASISOBSCHAR1CHAR01
GASTRO NWAT_EDI_GASTROCHAR1CHAR01
HAEMAT NWAT_EDI_HAEMATCHAR1CHAR01
KARDIO NWAT_EDI_AGKARDIOCHAR2CHAR02
LEBER NWAT_EDI_LEBERCHAR1CHAR01
METAB NWAT_EDI_METABCHAR1CHAR01
NEURO NWAT_EDI_NEUROCHAR1CHAR01
RENAL NWAT_EDI_RENALCHAR1CHAR01
RESPIR NWAT_EDI_RESPIRCHAR1CHAR01
TRAUMA NWAT_EDI_TRAUMACHAR1CHAR01
AUFNTYP NWAT_EDI_AUFNTYPCHAR1CHAR01
BLUTLEU1 NWAT_EDI_BLUTLEU1CHAR5CHAR05
BLUTPH NWAT_EDI_BLUTPHCHAR4CHAR04
BLUTTZ NWAT_EDI_BLUTTZCHAR4CHAR04
CHIREIN NWAT_EDI_CHIREINCHAR2CHAR02
CHIRSTAT NWAT_EDI_CHIRSTATCHAR1CHAR01
MOTOREAK NWAT_EDI_MOTOREAKCHAR1CHAR01
VERBALE NWAT_EDI_VERBALECHAR1CHAR01
VISUELLE NWAT_EDI_VISUELLECHAR1CHAR01
HERZFRE NWAT_EDI_HERZFRECHAR3CHAR03
KEHAEMA NWAT_EDI_KEHAEMACHAR1CHAR01
KEHIVPOS NWAT_EDI_KEHIVPOSCHAR1CHAR01
KEAIDS NWAT_EDI_KEAIDSCHAR1CHAR01
KEMEMA NWAT_EDI_KEMEMACHAR1CHAR01
KENMEMA NWAT_EDI_KENMEMACHAR1CHAR01
KELEBERZ NWAT_EDI_KELEBERZCHAR1CHAR01
KEHERZIN2 NWAT_EDI_KEHERZIN2CHAR1CHAR01
KEHERZIN3 NWAT_EDI_KEHERZIN3CHAR1CHAR01
KEHERZIN4 NWAT_EDI_KEHERZIN4CHAR1CHAR01
KECHRRESPIN NWAT_EDI_KECHRRESPINCHAR1CHAR01
KECHRENIN NWAT_EDI_KECHRENINCHAR1CHAR01
KEALKOHOL NWAT_EDI_KEALKOHOLCHAR1CHAR01
KEDROGEN NWAT_EDI_KEDROGENCHAR1CHAR01
KEIMMUN NWAT_EDI_KEIMMUNCHAR1CHAR01
KEINSULIN NWAT_EDI_KEINSULINCHAR1CHAR01
KENINSULIN NWAT_EDI_KENINSULINCHAR1CHAR01
KESTERBEH NWAT_EDI_KESTERBEHCHAR1CHAR01
KEBESTRAH NWAT_EDI_KEBESTRAHCHAR1CHAR01
KECHEMO NWAT_EDI_KECHEMOCHAR1CHAR01
KECHOPD NWAT_EDI_KECHOPDCHAR1CHAR01
KEARTHYP NWAT_EDI_KEARTHYPCHAR1CHAR01
KOERPER NWAT_EDI_KOERPER1CHAR4CHAR04
MECHBEAT NWAT_EDI_MECHBEATCHAR1CHAR01
PAO2 MWAT_EDI_PAO2CHAR5CHAR05
INSPSAUER NWAT_EDI_INSPSAUERCHAR3CHAR03
SEBIL NWAT_EDI_SEBILCHAR5CHAR05
SEKREA NWAT_EDI_SEKREACHAR4CHAR04
SYSTOL1 NWAT_EDI_SYSTOL1CHAR3CHAR03
TMCPR NWAT_EDI_TMCPRCHAR1CHAR01
TMVASOAKT NWAT_EDI_TMVASOAKTCHAR1CHAR01
TMMECHBEAT NWAT_EDI_TMMECHBEATCHAR1CHAR01
ZUTRANS NWAT_EDI_ZUTRANSCHAR1CHAR01

Key field Non-key field



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

As NWAT_EDI_I11 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 NWAT_EDI_I11 as there is no data to select.

How to access SAP table NWAT_EDI_I11

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