SGBT_NTE_ATTRDEF
Definition von attributen
SGBT_NTE_ATTRDEF is an SAP database table in S/4HANA. Definition von attributen. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| sgbt_nte_cds_attrdef | view | from | BASIC | Definition von Zusatzattributen |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | objectnodetype | sbo_node_type | SAP Obj Node Type | |||
| KEY | notetype | nte_ntyname | Name | |||
| KEY | attr_position | nte_attr_position | Position | |||
| attr_data_element | rollname | Data Element | ||||
| attr_control_type | nte_attr_control_type | UI Control Type | ||||
| attr_default_value | nte_attr_default_value | Default Value | ||||
| attr_readonly | nte_readonly | Read-only | ||||
| changer | nte_changer | Last Changed By | ||||
| changed | nte_changed | Last Changed at |
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.
-- Definition von attributen
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SGBT_NTE_ATTRDEF (
MANDT, -- Client [mandt]
OBJECTNODETYPE, -- SAP Obj Node Type [sbo_node_type]
NOTETYPE, -- Name [nte_ntyname]
ATTR_POSITION, -- Position [nte_attr_position]
ATTR_DATA_ELEMENT, -- Data Element [rollname]
ATTR_CONTROL_TYPE, -- UI Control Type [nte_attr_control_type]
ATTR_DEFAULT_VALUE, -- Default Value [nte_attr_default_value]
ATTR_READONLY, -- Read-only [nte_readonly]
CHANGER, -- Last Changed By [nte_changer]
CHANGED, -- Last Changed at [nte_changed]
PRIMARY KEY (MANDT, OBJECTNODETYPE, NOTETYPE, ATTR_POSITION)
);
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