SGBT_NTE_TYPE
Notes: Definition of Note Types
SGBT_NTE_TYPE is an SAP database table in S/4HANA. Notes: Definition of Note Types. It contains 10 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_APNANoteType | view_entity | from | BASIC | Note Type |
| Sgbt_Nte_Cds_Ntype | view | from | BASIC | CDS View für Notiztypen für Notizen am Anwendungsobjekt |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | name | NTE_NTYNAME | Name | |||
| langdep | NTE_LANGDEP | Language-Dependent | ||||
| maxlength | NTE_MAXLENGTH | Maximum Length | ||||
| multiple | NTE_MULTIPLE | Multiple Notes | ||||
| no_subject | NTE_NOSUBJECT | No subject | ||||
| changer | NTE_CHANGER | Last Changed By | ||||
| changed | NTE_CHANGED | Last Changed at | ||||
| profile | NTE_PROFILE | Profile | ||||
| dpclass | NTE_DPCLASS | Data Provider Class |
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: Definition of Note Types
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SGBT_NTE_TYPE (
MANDT, -- Client [MANDT]
NAME, -- Name [NTE_NTYNAME]
LANGDEP, -- Language-Dependent [NTE_LANGDEP]
MAXLENGTH, -- Maximum Length [NTE_MAXLENGTH]
MULTIPLE, -- Multiple Notes [NTE_MULTIPLE]
NO_SUBJECT, -- No subject [NTE_NOSUBJECT]
CHANGER, -- Last Changed By [NTE_CHANGER]
CHANGED, -- Last Changed at [NTE_CHANGED]
PROFILE, -- Profile [NTE_PROFILE]
DPCLASS, -- Data Provider Class [NTE_DPCLASS]
PRIMARY KEY (MANDT, NAME)
);
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