SNWD_COMPANY
EPM: Company Master
SNWD_COMPANY is an SAP database table in S/4HANA. EPM: Company Master. It contains 6 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SEPM_I_Company | view | from | EPM Demo: Company | |
| sepm_sddl_company | view | from |
Fields (6)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | node_key | snwd_node_key | Node Key | |||
| company_name | snwd_company_name | Company | ||||
| logo_path | snwd_path | Path | ||||
| address_guid | snwd_node_key | Node Key | ||||
| currency_code | snwd_curr_code | Currency Code |
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.
-- EPM: Company Master
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SNWD_COMPANY (
CLIENT, -- Client [mandt]
NODE_KEY, -- Node Key [snwd_node_key]
COMPANY_NAME, -- Company [snwd_company_name]
LOGO_PATH, -- Path [snwd_path]
ADDRESS_GUID, -- Node Key [snwd_node_key]
CURRENCY_CODE, -- Currency Code [snwd_curr_code]
PRIMARY KEY (CLIENT, NODE_KEY)
);
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