Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

C_Salesorg_Land

DDL: C_SALESORG_LAND SQL: CSALESORGLAND Type: view CONSUMPTION

Country for Sales Organization

C_Salesorg_Land is a Consumption CDS View that provides data about "Country for Sales Organization" in SAP S/4HANA. It reads from 1 data source (I_SalesOrganization) and exposes 1 field with key field SalesOrganization.

Data Sources (1)

SourceAliasJoin Type
I_SalesOrganization I_SalesOrganization from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSALESORGLAND view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
Search.searchable true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Country for Sales Organization view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
VDM.lifecycle.status #DEPRECATED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization SalesOrganization Sales Organization

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_Salesorg_Land.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CSALESORGLAND

CREATE VIEW C_Salesorg_Land AS
SELECT
  SalesOrganization
FROM I_SalesOrganization
;