SGBT_NTE_CONT_D

Transparent Table Application Table

I_SGBT_NTE_CDS_APITP I_SGBT_NTE_CDS_APITP

SGBT_NTE_CONT_D is an SAP database table in S/4HANA. I_SGBT_NTE_CDS_APITP I_SGBT_NTE_CDS_APITP. It contains 18 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_APNANoteContentDraft view_entity from BASIC Notes Management - Draft

Fields (18)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY noteid nte_id Note ID
objectnodetype sbo_node_type SAP Obj Node Type
objectid nte_objectid Object ID
notetype nte_ntyname Name
langu nte_langu Lang.
title nte_title Title
mimetype nte_mimetype MIME Type
length nte_length Length
creator nte_creator Created By
created nte_created Created At
changer nte_changer Last Changed By
changed nte_changed Last Changed at
content nte_cont Content of note
dp_item_key nte_dp_key DP Note ID
readonly nte_readonly Read-only
activeuuid /bobf/uuid Key
hasactiveentity sdraft_has_active Has active

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- I_SGBT_NTE_CDS_APITP I_SGBT_NTE_CDS_APITP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SGBT_NTE_CONT_D (
    MANDT,            -- Client [mandt]
    NOTEID,           -- Note ID [nte_id]
    OBJECTNODETYPE,   -- SAP Obj Node Type [sbo_node_type]
    OBJECTID,         -- Object ID [nte_objectid]
    NOTETYPE,         -- Name [nte_ntyname]
    LANGU,            -- Lang. [nte_langu]
    TITLE,            -- Title [nte_title]
    MIMETYPE,         -- MIME Type [nte_mimetype]
    LENGTH,           -- Length [nte_length]
    CREATOR,          -- Created By [nte_creator]
    CREATED,          -- Created At [nte_created]
    CHANGER,          -- Last Changed By [nte_changer]
    CHANGED,          -- Last Changed at [nte_changed]
    CONTENT,          -- Content of note [nte_cont]
    DP_ITEM_KEY,      -- DP Note ID [nte_dp_key]
    READONLY,         -- Read-only [nte_readonly]
    ACTIVEUUID,       -- Key [/bobf/uuid]
    HASACTIVEENTITY,  -- Has active [sdraft_has_active]
    PRIMARY KEY (MANDT, NOTEID)
);