NACH_HELP SAP (Output Ctrl: Auxil. Struct.f.Maintaining Cond.Records f.Mail) Structure details

Dictionary Type: Structure
Description: Output Ctrl: Auxil. Struct.f.Maintaining Cond.Records f.Mail




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




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

NACH_HELP 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 "Output Ctrl: Auxil. Struct.f.Maintaining Cond.Records f.Mail" 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_HELP TYPE NACH_HELP.

The NACH_HELP table consists of various fields, each holding specific information or linking keys about Output Ctrl: Auxil. Struct.f.Maintaining Cond.Records f.Mail data available in SAP. These include TCODE (Output control: Transaction code), PMID1 (Set/Get parameter ID), PMID2 (Set/Get parameter ID), PMID3 (Set/Get parameter ID).. 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_HELP 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
REPIDOutput control: Program name NA1_REPIDCHAR40Assigned to domainPROGRAMM
TCODEOutput control: Transaction code NA1_TCODECHAR20Assigned to domainTCODE
PMID1Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
PMID2Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
PMID3Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
PMID4Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
PMID5Set/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
PFLD1Parameter field/value NA_PFLD1CHAR40SYCHAR40
PFLD2Parameter field/value NA_PFLD1CHAR40SYCHAR40
PFLD3Parameter field/value NA_PFLD1CHAR40SYCHAR40
PFLD4Parameter field/value NA_PFLD1CHAR40SYCHAR40
PFLD5Parameter field/value NA_PFLD1CHAR40SYCHAR40
OBJFCSensitivity: Functional SO_OBJ_FCCHAR1SO_FLAG
OBJCOSensitivity: Standard SO_OBJ_COCHAR1SO_FLAG
OBJPRSensitivity: Confidential SO_OBJ_PRCHAR1SO_FLAG
PARNROutput partner NA_PARNR12CHAR12ALPHANA_PARNR12
OBJRRA reply must be sent for this object SO_OBJ_RRCHAR1SO_FLAG
SNDEXSend express SO_SND_EXCHAR1SO_FLAG
SNDCPSend: As copy SO_SND_CPCHAR1SO_FLAG
SNDBCSend as a blind copy SO_SND_BCCHAR1SO_FLAG
FORFBYou cannot forward this message SO_FORFBCHAR1SO_FLAG
PRIFBObject cannot be printed SO_PRIFBCHAR1SO_FLAG
ACALLToDo by all recipients SO_ACALLCHAR1SO_FLAG
ACONEToDo by one of the recipients in the group SO_ACONERAW1SO_CNT1
OBJCPDocument cannot be changed SO_OBJ_CPCHAR1SO_FLAG
OBJACThe recipient must take action SO_OBJ_ACCHAR1SO_FLAG
OUTFLDocuments are copied to the outbox when sent SO_OUTFLCHAR1SO_FLAG
OBJSNSObject: Sensitivity (private, functional, ...) SO_OBJ_SNSCHAR1SO_OBJ_SNS
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR

Key field Non-key field



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

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

How to access SAP table NACH_HELP

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