SGBT_NTE_CDS_CONT

CDS View

CDS View für Notizen am Anwendungsobjekt

SGBT_NTE_CDS_CONT is a CDS View in S/4HANA. CDS View für Notizen am Anwendungsobjekt. It contains 13 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
I_CntrlPurContractHeaderNotes view from BASIC Central Purchase Contract Header Notes
I_CntrlPurContractItemNotes view from BASIC Central Purchase Contract Item Notes
I_LglCntntMNotesDet view inner COMPOSITE Notes Details of Legal Content Mgmt.
I_Sgbt_Nte_Cds_Apitp view from TRANSACTIONAL Notizen am Anwendungsobjekt - Draft
P_SGBT_NTE_CDS_APITP view from CONSUMPTION Private View for Notes
Sgbt_Nte_Cds_Api view from CONSUMPTION CDS View für Notizen am Anwendungsobjekt

Fields (13)

KeyField CDS FieldsUsed in Views
KEY noteid noteid 3
changed changed,LastChanged 3
changer changer,LastChanger 3
content content 3
created created 3
creator creator 3
langu langu,Language 3
length length 3
mimetype mimetype 3
notetype notetype 3
objectid objectid 3
objectnodetype objectnodetype 3
title title 3

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.

-- CDS View für Notizen am Anwendungsobjekt
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SGBT_NTE_CDS_CONT (
    NOTEID,
    CHANGED,
    CHANGER,
    CONTENT,
    CREATED,
    CREATOR,
    LANGU,
    LENGTH,
    MIMETYPE,
    NOTETYPE,
    OBJECTID,
    OBJECTNODETYPE,
    TITLE,
    PRIMARY KEY (NOTEID)
);