N2GL_ACT_NOTE SAP (Pathways: Comment on Activity) Table details

Dictionary Type: Table
Description: Pathways: Comment on Activity




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




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

N2GL_ACT_NOTE is a standard SAP Table which is used to store Pathways: Comment on Activity data and is available within R/3 SAP systems depending on the version and release level.

The N2GL_ACT_NOTE table consists of various fields, each holding specific information or linking keys about Pathways: Comment on Activity data available in SAP. These include ACT_ID (pathways Activity Key), NOTE_ID (pathways Key of Note), NOTE_ORGID (pathways Organizational Unit), NOTE_EMR (Employee Responsible).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N2GL_ACT_NOTE table 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
ACT_IDpathways Activity Key N2GL_ACT_IDCHAR32N2GL_ACTN2GL_ID
NOTE_IDpathways Key of Note N2GL_NOTE_IDCHAR32N2GL_ID
NOTE_ORGIDpathways Organizational Unit N2GL_ORGIDCHAR8Assigned to domainALPHAORGID
NOTE_EMREmployee Responsible N2GL_VMACHAR10Assigned to domainALPHARI_KUNNR
NOTE_DATEpathways Date Of Note N2GL_NOTE_DATEDATS8
NOTE_TIMEpathways Time Of Note N2GL_NOTE_TIMETIMS6
NOTE_RELEASEDpathways Release Status of Note N2GL_NOTE_RELEASEDCHAR1ISH_ON_OFF
NOTEpathways Note N2GL_NOTESTRG0
INSDATECreated On N2GL_INSDATEDATS8N2GL_DATE
INSUSERUser who Created Data Record N2GL_INSUSERCHAR12N2GL_USER
UPDDATEDate on Which Record Was Last Changed N2GL_UPDDATEDATS8N2GL_DATE
UPDUSERUser who Last Changed Record N2GL_UPDUSERCHAR12N2GL_USER
DELDATEDate, on Which Deletion Indicator Was Set N2GL_DELDATEDATS8N2GL_DATE
DELUSERUser Who Set Deletion Indicator N2GL_DELUSERCHAR12N2GL_USER
DELFLAGDeletion Indicator N2GL_DELFLAGCHAR1ISH_ON_OFF

Key field Non-key field



How do I retrieve data from SAP table N2GL_ACT_NOTE using ABAP code

The following ABAP code Example will allow you to do a basic selection on N2GL_ACT_NOTE to SELECT all data from the table
DATA: WA_N2GL_ACT_NOTE TYPE N2GL_ACT_NOTE.

SELECT SINGLE *
FROM N2GL_ACT_NOTE
INTO CORRESPONDING FIELDS OF WA_N2GL_ACT_NOTE
WHERE...

How to access SAP table N2GL_ACT_NOTE

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