TNOTESAV SAP (Note document temporary save) Table details

Dictionary Type: Table
Description: Note document temporary save




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




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

TNOTESAV is a standard SAP Table which is used to store Note document temporary save data and is available within R/3 SAP systems depending on the version and release level.

The TNOTESAV table consists of various fields, each holding specific information or linking keys about Note document temporary save data available in SAP. These include APPL (Character field of length 6), FILTERTREE (Unique ID - 32 characters), NOTETYPE (Valid Document Types), LANGU (Documentation language).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TNOTESAV 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
IDUnique identifier for status information STATUS_IDCHAR32SYCHAR32
APPLCharacter field of length 6 CHAR6CHAR6CHAR6
FILTERTREEUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
NOTETYPEValid Document Types PROJ_NTYPECHAR4PROJ_NTYPE
LANGUDocumentation language DOKU_LANGULANG1Assigned to domainISOLASPRAS
LINELine number within the documentation element DOKU_LINENUMC6NUM6
DOKFORMATDocumentation format from SAPscript DOK_FORMATCHAR2CHAR2
DOKTEXTText line in the documentation module DOK_TEXTCHAR72TEXT72
NOTE_IDUnique ID for notes NOTE_IDCHAR32SYCHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNOTESAV
INTO CORRESPONDING FIELDS OF WA_TNOTESAV
WHERE...

How to access SAP table TNOTESAV

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