SE16N_CD_DATA SAP (Table Display: Change Documents - Data) Table details

Dictionary Type: Table
Description: Table Display: Change Documents - Data




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




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

SE16N_CD_DATA is a standard SAP Table which is used to store Table Display: Change Documents - Data data and is available within R/3 SAP systems depending on the version and release level.

The SE16N_CD_DATA table consists of various fields, each holding specific information or linking keys about Table Display: Change Documents - Data data available in SAP. These include ID (Table display: Unique ID of a change document), POS (Table Display: Sequence number), CHANGE_TYPE (Change Type (D: Delete, I: Insert, M: Modify)), TAB (Where-used list: Table).. 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: Not classified


SAP SE16N_CD_DATA 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 MANDTCLNT3Assigned to domainMANDT
IDTable display: Unique ID of a change document SE16N_IDDEC21(7) TZNTSTMPL
POSTable Display: Sequence number SE16N_POSNUMC6NUMC6
CHANGE_TYPE Change Type (D: Delete, I: Insert, M: Modify)0
TABWhere-used list: Table SE16N_TABCHAR30Assigned to domainAS4TAB
LENGTHLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
VALUETable Display: Data Part of the Change Documents SE16N_CD_VALUELCHR3000SE16N_CD_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SE16N_CD_DATA
INTO CORRESPONDING FIELDS OF WA_SE16N_CD_DATA
WHERE...

How to access SAP table SE16N_CD_DATA

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