SGBT_NTE_DEMO
Notes: Test-Applikation für Notizen am Anwendungsobjekt
SGBT_NTE_DEMO is an SAP database table in S/4HANA. Notes: Test-Applikation für Notizen am Anwendungsobjekt. It contains 10 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_Sgbt_Nte_Cds_Demotp | view | from | TRANSACTIONAL | Demo:Notizen am Anwendungsobjekt - Draft |
| Sgbt_Nte_Cds_Demo | view | from | CONSUMPTION | CDS View für Demo-Anwendung für Notizen am Anwendungsobjekt |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | objectnodetype | sbo_node_type | SAP Obj Node Type | |||
| KEY | objectid | nte_objectid | Object ID | |||
| descr | nte_title | Title | ||||
| creator | nte_creator | Created By | ||||
| created | nte_created | Created At | ||||
| changer | nte_changer | Last Changed By | ||||
| changed | nte_changed | Last Changed at | ||||
| supp_ntypes | nte_suppntypes | Note Types | ||||
| change_objectid | nte_chng_objectid | Change Object ID |
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.
-- Notes: Test-Applikation für Notizen am Anwendungsobjekt
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SGBT_NTE_DEMO (
MANDT, -- Client [mandt]
OBJECTNODETYPE, -- SAP Obj Node Type [sbo_node_type]
OBJECTID, -- Object ID [nte_objectid]
DESCR, -- Title [nte_title]
CREATOR, -- Created By [nte_creator]
CREATED, -- Created At [nte_created]
CHANGER, -- Last Changed By [nte_changer]
CHANGED, -- Last Changed at [nte_changed]
SUPP_NTYPES, -- Note Types [nte_suppntypes]
CHANGE_OBJECTID, -- Change Object ID [nte_chng_objectid]
PRIMARY KEY (MANDT, OBJECTNODETYPE, OBJECTID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA