C_RevnVarSlsOrgVH

DDL: C_REVNVARSLSORGVH SQL: CRVASORGVH Type: view CONSUMPTION

Value help for Sales Organization

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

Data Sources (1)

SourceAliasJoin Type
I_SalesOrganization I_SalesOrganization from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CRVASORGVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value help for Sales Organization view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization SalesOrganization Sales Organization
CompanyCode CompanyCode Receiver Company Code
SalesOrganizationName Sales Organization Name
_Text _Text

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_RevnVarSlsOrgVH.
-- 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: CRVASORGVH

CREATE VIEW C_RevnVarSlsOrgVH AS
SELECT
  SalesOrganization,
  CompanyCode,
  _Text[1: Language = $session.system_language ].SalesOrganizationName AS SalesOrganizationName
FROM I_SalesOrganization
;