SNWD_BP

Transparent Table Temporary Data

Obsolete - Do Not Use

SNWD_BP is an SAP database table in S/4HANA. Obsolete - Do Not Use. It contains 7 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
Sadl_V_Action_Exposure view left_outer Test View for Action Exposure
Sadl_V_Conversion_Exit view left_outer Test View for Conversion Exits
Sadl_V_Element_W_NS view left_outer Test View for Namespaces
SADL_V_Ref_Constr_Left view left_outer Test view for referential constraints
SADL_V_Ref_Constr_Right view from Test view for referential constraints

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY node_key snwd_node_key Node Key
bp_contact_guid snwd_node_key Node Key
bp_id snwd_partner_id Business Partner ID
bp_company_name snwd_company_name Company
bp_legal_form snwd_legal_form Legal Form
bp_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.

-- Obsolete - Do Not Use
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SNWD_BP (
    CLIENT,            -- Client [mandt]
    NODE_KEY,          -- Node Key [snwd_node_key]
    BP_CONTACT_GUID,   -- Node Key [snwd_node_key]
    BP_ID,             -- Business Partner ID [snwd_partner_id]
    BP_COMPANY_NAME,   -- Company [snwd_company_name]
    BP_LEGAL_FORM,     -- Legal Form [snwd_legal_form]
    BP_CURRENCY_CODE,  -- Currency Code [snwd_curr_code]
    PRIMARY KEY (CLIENT, NODE_KEY)
);