NWAT_EDI_S01 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

NWAT_EDI_S01 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_S01 TYPE NWAT_EDI_S01.

The NWAT_EDI_S01 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include JAHR (), ANSTNR (), PERIODE (), PERIODNR ().. 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_S01 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
JAHR NWAT_EDI_JAHRCHAR4CHAR04
ANSTNR NWAT_EDI_ANSTNRCHAR6CHAR006
PERIODE NWAT_EDI_PERIODECHAR1CHAR01
PERIODNR NWAT_EDI_PERIODNRCHAR3CHAR03
LFDNR NWAT_EDI_LFDNRCHAR2CHAR02
ANZSAM01 NWAT_EDI_ANZSAM01CHAR10CHAR010
ANZSAM02 NWAT_EDI_ANZSAM02CHAR10CHAR010
ANZSAM03 NWAT_EDI_ANZSAM03CHAR10CHAR010
ANZSAM04 NWAT_EDI_ANZSAM04CHAR10CHAR010
ANZSAM05 NWAT_EDI_ANZSAM05CHAR10CHAR010
ANZSAM06 NWAT_EDI_ANZSAM06CHAR10CHAR010
ANZSAM07 NWAT_EDI_ANZSAM07CHAR10CHAR010
ANZSAM08 NWAT_EDI_ANZSAM08CHAR10CHAR010
ANZSAI01 NWAT_EDI_ANZSAI01CHAR10CHAR010
ANZSAI02 NWAT_EDI_ANZSAI02CHAR10CHAR010
ANZSAI03 NWAT_EDI_ANZSAI03CHAR10CHAR010
ANZSAL01 NWAT_EDI_ANZSAL01CHAR10CHAR010
ANZSAL02 NWAT_EDI_ANZSAL02CHAR10CHAR010
ANZSAL03 NWAT_EDI_ANZSAL03CHAR10CHAR010
ANZSAL04 NWAT_EDI_ANZSAL04CHAR10CHAR010
ANZSAK01 NWAT_EDI_ANZSAK01CHAR10CHAR010
ANZSAK02 NWAT_EDI_ANZSAK02CHAR10CHAR010
ANZSAK03 NWAT_EDI_ANZSAK03CHAR10CHAR010
ANZSAK04 NWAT_EDI_ANZSAK04CHAR10CHAR010
ANZSAK05 NWAT_EDI_ANZSAK05CHAR10CHAR010
ANZSAK06 NWAT_EDI_ANZSAK06CHAR10CHAR010
ANZSAK07 NWAT_EDI_ANZSAK07CHAR10CHAR010
ANZSAK08 NWAT_EDI_ANZSAK08CHAR10CHAR010
ANZSAK09 NWAT_EDI_ANZSAK09CHAR10CHAR010
ANZSAK10 NWAT_EDI_ANZSAK10CHAR10CHAR010
ANZSAK11 NWAT_EDI_ANZSAK11CHAR10CHAR010
ANZSAK12 NWAT_EDI_ANZSAK12CHAR10CHAR010
ANZSAK13 NWAT_EDI_ANZSAK13CHAR10CHAR010
ANZSAK14 NWAT_EDI_ANZSAK14CHAR10CHAR010
ANZSAK15 NWAT_EDI_ANZSAK15CHAR10CHAR010
ANZSAK16 NWAT_EDI_ANZSAK16CHAR10CHAR010
ANZSAG01 NWAT_EDI_ANZSAG01CHAR10CHAR010
ANZSAG02 NWAT_EDI_ANZSAG02CHAR10CHAR010
ANZFEHL NWAT_EDI_ANZFEHLCHAR10CHAR010
ANZWARN NWAT_EDI_ANZWARNCHAR10CHAR10
PKTLDFLK NWAT_EDI_PKTLDFLKCHAR10CHAR10
PKTLDFTK NWAT_EDI_PKTLDFTKCHAR10CHAR10
PKTBAULK NWAT_EDI_PKTBAULKCHAR10CHAR10
PKTBAUTK NWAT_EDI_PKTBAUTKCHAR10CHAR10
PKTBANO NWAT_EDI_PKTBANOCHAR10CHAR10
PKTINTE NWAT_EDI_PKTINTECHAR10CHAR10
PKTMFLST NWAT_EDI_PKTMFLSTCHAR10CHAR10
PKTSBTW NWAT_EDI_PKTSBTWCHAR10CHAR10
SUMPLKFI NWAT_EDI_SUMPLKFICHAR10CHAR10
SUMPLKFA NWAT_EDI_SUMPLKFACHAR10CHAR10
KOMMENTAR NWAT_EDI_KOMMENTARCHAR200CHAR200

Key field Non-key field



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

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

How to access SAP table NWAT_EDI_S01

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