NACH_VB SAP (Detailed output data (updating element)) Structure details

Dictionary Type: Structure
Description: Detailed output data (updating element)




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




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

NACH_VB 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 "Detailed output data (updating element)" 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_VB TYPE NACH_VB.

The NACH_VB table consists of various fields, each holding specific information or linking keys about Detailed output data (updating element) data available in SAP. These include MANDT (Client), KNUMH (Number of output condition record), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created).. 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_VB 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 MANDTCLNT3T000MANDT
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 KVEWECHAR1T681VKVEWEKVW
KOTABNRCondition table KOTABNRNUMC3T681KOTABNRKON
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685AKSCHLVKS
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
KOSRTSearch term for conditions KOSRTCHAR10CHAR10
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PARNRMessage partner NA_PARNRCHAR10ALPHANA_PARNR
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
ANZALNumber of messages (original + copies) NA_ANZALDEC2DEC2
VSZTPDispatch time NA_VSZTPCHAR1NA_VSZTP
TCODECommunication strategy CSTRATEGYCHAR4TCSTRCSTRATEGY
AENDEChange message flag NA_AENDECHAR1NA_AENDE
REPIDUnused field NA_OBS008CHAR8CHAR8
PFLD1Unused field NA_OBS030CHAR30CHAR30
PFLD2Unused field NA_OBS030CHAR30CHAR30
PFLD3Smart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
PFLD4WFMC: SAPscript form in 30-character field NA_TDFORMCHAR30CHAR30
PFLD5WFMC: Function module for print formatting NA_LABELCHAR30TFDIRFUNCNAME
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 TDIDCHAR4TTXIDTDID
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SNDDRUnused field NA_OBS001CHAR1CHAR1
SNDEXUnused field NA_OBS001CHAR1CHAR1
SNDCPUnused field NA_OBS001CHAR1CHAR1
SNDBCUnused field NA_OBS001CHAR1CHAR1
FORFBRequested Status BCS_RQSTCHAR1BCS_RQST
PRIFBSetting for Which Statuses Are Reported by Mail BCS_STMLCHAR1BCS_STML
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 RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
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

Key field Non-key field



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

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

How to access SAP table NACH_VB

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