CUST_SLSTAX_D

Transparent Table Application Table

Draft table for entity I_CUSTOMERSALESAREATAXTP

CUST_SLSTAX_D is an SAP database table in S/4HANA. Draft table for entity I_CUSTOMERSALESAREATAXTP. It contains 22 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_CustomerSalesAreaTaxDraft view_entity from BASIC Customer sales tax draft

Fields (22)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY customer kunnr Customer
KEY businesspartner bu_partner Busn. Partner
KEY departurecountry aland Dep. Ctry/Reg.
KEY customertaxcategory tatyp Tax Cndn Type
KEY salesorganization vkorg Sales Org.
KEY distributionchannel vtwku RefDistCh-Cust/Mat.
KEY division spart Division
KEY draftuuid sdraft_uuid Draft Document ID
parentdraftuuid sdraft_uuid Draft Document ID
salesorganizationforedit vkorg Sales Org.
distributionchannelforedit vtwku RefDistCh-Cust/Mat.
divisionforedit spart Division
departurecountryforedit aland Dep. Ctry/Reg.
customertaxcategoryforedit tatyp Tax Cndn Type
customertaxclassification takld Tax Classific.
businesspartneruuid bu_partner_guid BP GUID
customercompanyauthzngroup brgru Authorization
authorizationgroup bu_augrp Authorization Group
isbusinesspurposecompleted bu_xpcpt Purpose Completed
businesspartnerdraftuuid sdraft_uuid Draft Document ID
buspartcustomerdraftuuid sdraft_uuid Draft Document 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.

-- Draft table for entity I_CUSTOMERSALESAREATAXTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CUST_SLSTAX_D (
    MANDT,                       -- Client [mandt]
    CUSTOMER,                    -- Customer [kunnr]
    BUSINESSPARTNER,             -- Busn. Partner [bu_partner]
    DEPARTURECOUNTRY,            -- Dep. Ctry/Reg. [aland]
    CUSTOMERTAXCATEGORY,         -- Tax Cndn Type [tatyp]
    SALESORGANIZATION,           -- Sales Org. [vkorg]
    DISTRIBUTIONCHANNEL,         -- RefDistCh-Cust/Mat. [vtwku]
    DIVISION,                    -- Division [spart]
    DRAFTUUID,                   -- Draft Document ID [sdraft_uuid]
    PARENTDRAFTUUID,             -- Draft Document ID [sdraft_uuid]
    SALESORGANIZATIONFOREDIT,    -- Sales Org. [vkorg]
    DISTRIBUTIONCHANNELFOREDIT,  -- RefDistCh-Cust/Mat. [vtwku]
    DIVISIONFOREDIT,             -- Division [spart]
    DEPARTURECOUNTRYFOREDIT,     -- Dep. Ctry/Reg. [aland]
    CUSTOMERTAXCATEGORYFOREDIT,  -- Tax Cndn Type [tatyp]
    CUSTOMERTAXCLASSIFICATION,   -- Tax Classific. [takld]
    BUSINESSPARTNERUUID,         -- BP GUID [bu_partner_guid]
    CUSTOMERCOMPANYAUTHZNGROUP,  -- Authorization [brgru]
    AUTHORIZATIONGROUP,          -- Authorization Group [bu_augrp]
    ISBUSINESSPURPOSECOMPLETED,  -- Purpose Completed [bu_xpcpt]
    BUSINESSPARTNERDRAFTUUID,    -- Draft Document ID [sdraft_uuid]
    BUSPARTCUSTOMERDRAFTUUID,    -- Draft Document ID [sdraft_uuid]
    PRIMARY KEY (MANDT, CUSTOMER, BUSINESSPARTNER, DEPARTURECOUNTRY, CUSTOMERTAXCATEGORY, SALESORGANIZATION, DISTRIBUTIONCHANNEL, DIVISION, DRAFTUUID)
);