I_SALESAREA

CDS View

Sales Area

I_SALESAREA is a CDS View in S/4HANA. Sales Area. It contains 6 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
A_SalesArea view_entity from BASIC Sales Area
C_ACMSlsDivnVH view_entity from CONSUMPTION Val hel of sales division
C_JITSalesAreaValueHelp view_entity from CONSUMPTION Sales Area Value Help
C_OrgDivisionValueHelp view from CONSUMPTION Division by Distribution Chain
C_PrepaymentOrgDivisionVH view from CONSUMPTION Sales Org/Dis Ch specific Org Division
C_SalesAreaValueHelp view from CONSUMPTION Sales Area
C_SubscrpnMassProcgDivnVH view_entity from CONSUMPTION Division
C_TrdgContrSalesDivisionVH view_entity from CONSUMPTION Sales Division of Trading Contract
I_AllwdOrdTypPerSlsOrg view inner COMPOSITE Allowed Order Types per Sales Org
I_DigitalVehDistrChannel view_entity inner COMPOSITE Digital Vehicle Distribution Channel
I_DigitalVehicleDivision view_entity from BASIC Digital Vehicle Sales Division
I_DistributionChainCountry view from COMPOSITE Distribution Chain Country/Region
P_SrvcProdComDistrChnl view inner CONSUMPTION Common distribution Channel for Product

Fields (6)

KeyField CDS FieldsUsed in Views
KEY DistributionChannel DistributionChannel,ProductDistributionChnl 8
KEY Division Division 5
KEY SalesOrganization ProductSalesOrg,SalesOrganization 7
_DistributionChannel _DistributionChannel 2
_Division _Division 2
_SalesOrganization _SalesOrganization 2

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.

-- Sales Area
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SALESAREA (
    DISTRIBUTIONCHANNEL,
    DIVISION,
    SALESORGANIZATION,
    _DISTRIBUTIONCHANNEL,
    _DIVISION,
    _SALESORGANIZATION,
    PRIMARY KEY (DISTRIBUTIONCHANNEL, DIVISION, SALESORGANIZATION)
);