N2COMM_LOG_HEADER SAP (Structure: Status Record for Received Document) Structure details

Dictionary Type: Structure
Description: Structure: Status Record for Received Document




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




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

N2COMM_LOG_HEADER 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 "Structure: Status Record for Received Document" 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_N2COMM_LOG_HEADER TYPE N2COMM_LOG_HEADER.

The N2COMM_LOG_HEADER table consists of various fields, each holding specific information or linking keys about Structure: Status Record for Received Document data available in SAP. These include TEMP_KEY (Key of Entry in Communication Log), DISPATCH_REQUEST (Dispatch Order ID), DIRECTION (Direction of Communication), DIRECTION_ICON (Transmission Direction (Icon+Tooltip)).. 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: Cannot Be Enhanced


SAP N2COMM_LOG_HEADER 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
TEMP_KEYKey of Entry in Communication Log N2COM_KEYCHAR32SYSUUID_C
DISPATCH_REQUESTDispatch Order ID N2_MV_DISPATCH_REQUESTCHAR32SYSUUID_C
DIRECTIONDirection of Communication N2COM_DIRECTIONCHAR3N2COM_DIRECTION
DIRECTION_ICONTransmission Direction (Icon+Tooltip) N2COM_DIR_ICONSTRG0
TYPEEntry Type N2COM_LOG_TYPECHAR15N2COM_LOG_TYPE
IS_RESPONSEFlag: Is the message a response? N2COM_LOG_ISRESPONSECHAR1N2COM_LOG_ISRESPONSE
STORE_DATEDate DATUMDATS8DATUM
STORE_TIMETime UZEITTIMS6UZEIT
SENDR_INSTInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
SENDR_INSTNAMEName of Institution EINBZCHAR50TEXT50
SENDR_WARDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
SENDR_WARDNAMEIS-H: Organizational Unit Name ORGNACHAR30TEXT30
SENDR_PERS_IDEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
SENDR_PERS_NAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
SENDR_PERS_FNAMEFirst Name / Second Name GPNAM2CHAR35NAME
SENDR_PERS_TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
RECPT_WARDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
RECPT_PERS_IDEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
RECPT_PERS_NAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
RECPT_PERS_FNAMEFirst Name / Second Name GPNAM2CHAR35NAME
RECPT_PERS_TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
PAT_NAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
PAT_FNAMEFirst Name / Second Name GPNAM2CHAR35NAME
PAT_TITLEIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
SENDR_PERS_NAME_COMPLETEPerson Sending Document: Complete Name N2COMM_SENDR_PERS_NAME_DISSSTR255
SENDR_WARD_NAME_COMPLETECare Unit Sending Document: Complete Name N2COMM_SENDR_WARD_NAME_DISSSTR255
SENDR_INST_NAME_COMPLETEInstitution Sending Document: Complete Name N2COMM_SENDR_INST_NAME_DISSSTR255
RECPT_PERS_NAME_COMPLETEPerson Receiving Document: Complete Name N2COMM_RECPT_PERS_NAME_DISSSTR255
RECPT_WARD_NAME_COMPLETECare Unit Receiving Document: Complete Name N2COMM_RECPT_WARD_NAME_DISSSTR255
RECPT_PAT_NAME_COMPLETEDocument Reception: Patient Name Display Field N2COMM_PAT_NAME_DISSSTR255
EXT_KEYExternal Key of a Transferred Object N2COM_EXTKEYCHAR120N2COM_EXTKEY
EXT_VRVersion of Dispatch Object Used in Partner System N2COM_EXTVRCHAR5
OBJ_KEYInternal Key of a Transferred Object N2COM_INTKEYCHAR120N2COM_INTKEY
OBJ_VRInternal Version of Dispatched Object N2COM_INTVRCHAR5
PARTNER_SYSID of a Communication Partner (Display Field in Log) N2COM_LOG_PARTIDSSTR255
INSTInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
STATUSDispatch Status ID N2COM_LOG_STATUSCHAR15Assigned to domainN2COM_LOG_STATUSN2COM_LOG_STATUS
STATUS_TYPEStatus Type in Dispatch Log N2COM_LOG_STATTYPECHAR1N2COM_LOG_STATTYPE
STATUS_ICONICON and Quick Info Transmission Status N2COM_STAT_ICONSTRG0
STATUS_TXTStatus Text STATUS_ICON_TXTCHAR60CHAR60
REF_TEMP_KEYKey of Entry in Communication Log N2COM_KEYCHAR32SYSUUID_C
HAS_NOTEFlag: Does processing procedure log exist? N2COM_HAS_NOTECHAR1FLAG
HAS_NOTE_ICONDoes a transmission log exist? N2COM_NOTEICONSTRG0
HAS_MORE_INFOAdditional Info for Doc Dispatch (e.g. About Sender) Exists? N2COM_HAS_MORE_INFOCHAR1FLAG
MORE_INFO_ICONIs further communication information available? N2COM_MOREINFO_ICONSTRG0
STORE_USERUser Name UNAMECHAR12UNAME
MIME_TYPEMIME Type N2MIMECHAR50Assigned to domainN2MIME

Key field Non-key field



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

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

How to access SAP table N2COMM_LOG_HEADER

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