SNAST SAP (WFMC: Selected fields for message output) Structure details

Dictionary Type: Structure
Description: WFMC: Selected fields for message output




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




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

SNAST 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 "WFMC: Selected fields for message output" 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_SNAST TYPE SNAST.

The SNAST table consists of various fields, each holding specific information or linking keys about WFMC: Selected fields for message output data available in SAP. These include KSCHL (Message type), SPRAS (Message language), ADRNR (Address number), NACHA (Message transmission medium).. 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: Not classified


SAP SNAST 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KSCHLMessage type SNA_KSCHLCHAR4CHAR4
SPRASMessage language NA_SPRASLANG1T002ISOLASPRAS
ADRNRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
ANZALNumber of messages (original + copies) NA_ANZALDEC2DEC2
VSDATRequested date for sending message NA_VSDATDATS8DATUM
VSURARequested time for sending message (from) NA_VSURATIMS6UZEIT
TCODECommunication strategy CSTRATEGYCHAR4Assigned to domainCSTRATEGY
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
LDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
DSNAMSpool request: Name RSPO0NAMECHAR6CHAR6
DSUF1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
DSUF2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
DIMMEPrint immediately TDIMMEDCHAR1TDBOOL
DELETRelease after output TDDELETECHAR1TDBOOL
TELFXFax number NA_TELFXCHAR31TEXT31
TELX1Telex number TELX1CHAR30TEXT30
PFLD4WFMC: SAPscript form in 30-character field NA_TDFORMCHAR30CHAR30
PFLD5WFMC: Function module for print formatting NA_LABELCHAR30TFDIRFUNCNAME
TDNAMEObject key (long) NA_OBJKY_LCHAR70NA_OBJKY_L
SNDDRSend: As disregard SO_SND_DRCHAR1SO_FLAG
SNDBCAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
FORFBRequested Status BCS_RQSTCHAR1BCS_RQST
PRIFBSetting for Which Statuses Are Reported by Mail BCS_STMLCHAR1BCS_STML
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDOCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
USRNAMWFMC: Address number, 12 characters NA_PERS_12CHAR12CHAR12
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
SORT1Sort criteria for message status records NAST_SORTKCHAR20CHAR20
SORT2Sort criteria for message status records NAST_SORTKCHAR20CHAR20
SORT3Sort criteria for message status records NAST_SORTKCHAR20CHAR20
OBJTYPEObject type OJ_NAMECHAR10TOJTBOJ_NAME
TDSCHEDULESend time request SKSCHEDULECHAR3SKSCHEDULE
TLANDCountry Key LAND1CHAR3T005LAND1LND

Key field Non-key field



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

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

How to access SAP table SNAST

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