NASE SAP (Parameter for Selecting Messages) Structure details

Dictionary Type: Structure
Description: Parameter for Selecting Messages




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




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

NASE 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 "Parameter for Selecting Messages" 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_NASE TYPE NASE.

The NASE table consists of various fields, each holding specific information or linking keys about Parameter for Selecting Messages data available in SAP. These include KSCHL (Output Type), NACHA (Message transmission medium), PARVW (Partner Function), PARNR (Message partner).. 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 NASE 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
KAPPLApplication for output conditions NA_KAPPLCHAR2T681AKAPPLNA_KAPPL
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
PARNRMessage partner NA_PARNRCHAR10ALPHANA_PARNR
VERMOProcessing mode NA_VERMONUMC1NA_VERMO
VERDIIndicator for direct processing NA_VERDICHAR1XFELD
WHVERID for repeat processing NA_WHVERCHAR1XFELD
NATYPOutput type NA_NATYPNUMC1NA_NATYP
SORMRSort order for output from invoices NA_SORMRCHAR2NA_SORMR
SORV1Sort order for output from orders NA_SORV1CHAR2NA_SORV1
SORV2Sort order for output from deliveries NA_SORV2CHAR2NA_SORV2
SORV3Sort order for output from billing documents NA_SORV3CHAR2NA_SORV3
SORV4Sort order for output from delivery picking NA_SORV4CHAR2NA_SORV4
SORV5Sort order for output from delivery groups NA_SORV5CHAR2NA_SORV5
SORV6Sort Order for Output from Handling Units NA_SORV6CHAR2NA_SORV6
SORV7Sort order for output from shipments NA_SORV7CHAR2NA_SORV7
SORE1Sort output from inbound deliveries NA_SORE1CHAR2NA_SORE1
SORM1Sort order for output from rough goods receipt NA_SORM1CHAR2NA_SORM1
SORMESort order for output from goods movements NA_SORMECHAR2NA_SORME
SORWNSorting output from subsequent settlement - settlement run NA_SORWNCHAR2NA_SORWN
SORWSSort output from subsequent settlement - agreement NA_SORWSCHAR2NA_SORWS
SORWRSSort output for single documents from agency business NA_SORWRSCHAR2NA_SORWRS
SORWRLSort output for document lists from agency business NA_SORWRLCHAR2NA_SORWRL
SORWTSort Order Output from Trading Contract NA_SORWTCHAR2NA_SORWT

Key field Non-key field



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

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

How to access SAP table NASE

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