C_OrgDivisionValueHelp
Division by Distribution Chain
C_OrgDivisionValueHelp is a Consumption CDS View that provides data about "Division by Distribution Chain" in SAP S/4HANA. It reads from 1 data source (I_SalesArea) and exposes 7 fields with key fields SalesOrganization, DistributionChannel, Division. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesArea | SalesArea | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DivisionText | _Text | $projection.Division = _Text.Division |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSORGDIVISIONVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientDependent | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Division by Distribution Chain | view | |
| VDM.viewType | #CONSUMPTION | view | |
| UI.headerInfo.typeName | Division | view | |
| UI.headerInfo.typeNamePlural | Divisions | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Consumption.valueHelpDefault.fetchValues | #AUTOMATICALLY_WHEN_DISPLAYED | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrganization | I_SalesArea | SalesOrganization | Sales Organization |
| KEY | DistributionChannel | I_SalesArea | DistributionChannel | RefDistCh-Cust/Mat. |
| KEY | Division | I_SalesArea | Division | Internal Division ID |
| DivisionName | ||||
| _SalesOrganization | I_SalesArea | _SalesOrganization | ||
| _DistributionChannel | I_SalesArea | _DistributionChannel | ||
| _Division | I_SalesArea | _Division |
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_OrgDivisionValueHelp.
-- 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.
CREATE VIEW C_OrgDivisionValueHelp AS
SELECT
SalesArea.SalesOrganization AS SalesOrganization,
SalesArea.DistributionChannel AS DistributionChannel,
SalesArea.Division AS Division,
_Text[1:Language=$session.system_language].DivisionName AS DivisionName,
SalesArea._SalesOrganization AS _SalesOrganization,
SalesArea._DistributionChannel AS _DistributionChannel,
SalesArea._Division AS _Division
FROM I_SalesArea AS SalesArea
LEFT OUTER JOIN I_DivisionText AS _Text ON Division = _Text.Division -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA