WLFS_LIST_NAST_DATA SAP (Agency Business Document List: NAST data) Structure details

Dictionary Type: Structure
Description: Agency Business Document List: NAST data




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




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

WLFS_LIST_NAST_DATA 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 "Agency Business Document List: NAST data" 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_WLFS_LIST_NAST_DATA TYPE WLFS_LIST_NAST_DATA.

The WLFS_LIST_NAST_DATA table consists of various fields, each holding specific information or linking keys about Agency Business Document List: NAST data data available in SAP. These include NAST_KSCHL (Output Type), NAST_KSCHL_TEXT (Name), NAST_VSTAT (Processing status of message), NAST_VSTAT_TEXT (Text).. 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 WLFS_LIST_NAST_DATA 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
NAST_OBJKYObject key NA_OBJKEYCHAR30NA_OBJKEY
NAST_KSCHLOutput Type NA_KSCHLCHAR4Assigned to domainKSCHLNACCSH_NA_KSCHL
NAST_KSCHL_TEXTName VTXTKCHAR20TEXT20
NAST_VSTATProcessing status of message NA_VSTATCHAR1NA_VSTAT
NAST_VSTAT_TEXTText TXT30CHAR30TEXT30
NAST_ERDATDate on which status record was created NA_ERDATDATS8DATUM
NAST_ERUHRTime at which status record was created NA_ERUHRTIMS6UZEIT
NAST_DATVRProcessing date NA_DATVRDATS8DATUM
NAST_UHRVRProcessing time NA_UHRVRTIMS6UZEIT
NAST_NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
NAST_NACHA_TEXTText TXT30CHAR30TEXT30
NAST_DIFFNumber of differences WLF_NAST_DIFFERENCEINT13

Key field Non-key field



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

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

How to access SAP table WLFS_LIST_NAST_DATA

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