NACH_LONG SAP (Details for output with long partner number) Structure details

Dictionary Type: Structure
Description: Details for output with long partner number




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




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

NACH_LONG 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 "Details for output with long partner number" 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_NACH_LONG TYPE NACH_LONG.

The NACH_LONG table consists of various fields, each holding specific information or linking keys about Details for output with long partner number data available in SAP. These include KNUMH (Number of output condition record), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created), KVEWE (Usage of the condition table).. 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 NACH_LONG 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
KNUMHNumber of output condition record NNUMHCHAR10KNUMB
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
KVEWEUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
KOSRTSearch term for conditions KOSRTCHAR10CHAR10
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
PARNRPartner who receives the output NA_PARNR241CHAR241NA_PARN241
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
ANZALNumber of messages (original + copies) NA_ANZALDEC2DEC2
VSZTPDispatch time NA_VSZTPCHAR1NA_VSZTP
TCODEUnused field NA_OBS004CHAR4CHAR4
AENDEChange message flag NA_AENDECHAR1NA_AENDE
REPIDUnused field NA_OBS008CHAR8CHAR8
PFLD1Unused field NA_OBS030CHAR30CHAR30
PFLD2Unused field NA_OBS030CHAR30CHAR30
PFLD3Unused field NA_OBS030CHAR30CHAR30
PFLD4Unused field NA_OBS030CHAR30CHAR30
PFLD5WFMC: Function module for print formatting NA_LABELCHAR30Assigned to domainFUNCNAME
PMID1Unused field NA_OBS003CHAR3CHAR03
PMID2Unused field NA_OBS003CHAR3CHAR03
PMID3Unused field NA_OBS003CHAR3CHAR03
PMID4Unused field NA_OBS003CHAR3CHAR03
PMID5Unused field NA_OBS003CHAR3CHAR03
TDNAMEObject key (long) NA_OBJKY_LCHAR70NA_OBJKY_L
TDIDText ID TDIDCHAR4Assigned to domainTDID
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SNDDRUnused field NA_OBS001CHAR1CHAR1
SNDEXUnused field NA_OBS001CHAR1CHAR1
SNDCPUnused field NA_OBS001CHAR1CHAR1
SNDBCUnused field NA_OBS001CHAR1CHAR1
FORFBUnused field NA_OBS001CHAR1CHAR1
PRIFBUnused field NA_OBS001CHAR1CHAR1
ACALLUnused field NA_OBS001CHAR1CHAR1
OBJACUnused field NA_OBS001CHAR1CHAR1
OBJRRUnused field NA_OBS001CHAR1CHAR1
OBJRNUnused field NA_OBS001CHAR1CHAR1
OUTFLUnused field NA_OBS001CHAR1CHAR1
OBJSNSUnused field NA_OBS001CHAR1CHAR1
OBJPRIUnused field NA_OBS001CHAR1CHAR1
OBJCPUnused field NA_OBS001CHAR1CHAR1
LDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
DSNAMSpool request: Name RSPO0NAMECHAR6CHAR6
DSUF1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
DSUF2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
DIMMEPrint immediately TDIMMEDCHAR1TDBOOL
DELETRelease after output TDDELETECHAR1TDBOOL
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDOCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
ACOUTToDo: To Be Completed Outside SAPoffice SO_ACOUTCHAR1SO_FLAG
SKIPSUnused field NA_OBS001CHAR1CHAR1
ACMEMProcess: memory ID SO_ACMEMCHAR32SO_ACMEM
ACNAMExecute: Name of report, FM, DB, T-Codes (old length) SNA_ACNAMCHAR30CHAR30
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
OBJTYPEObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
TDSCHEDULESend time request SKSCHEDULECHAR3SKSCHEDULE
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
MAIL_P_LONGIndicator for long mail name of partner NA_PLONGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table NACH_LONG

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