C_JointVentureCompanyCodeVH

DDL: C_JOINTVENTURECOMPANYCODEVH SQL: CJVCOMPCODEVH Type: view CONSUMPTION

JVA Company Code Value Help

C_JointVentureCompanyCodeVH is a Consumption CDS View that provides data about "JVA Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_JointVentureCompanyCodeVH) and exposes 2 fields with key field CompanyCode.

Data Sources (1)

SourceAliasJoin Type
I_JointVentureCompanyCodeVH I_JointVentureCompanyCodeVH from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName CJVCOMPCODEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CompanyCode view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
EndUserText.label JVA Company Code Value Help view
Analytics.settings.valueHelp.supressInitialValue true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
CompanyCodeName CompanyCodeName Company Name

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_JointVentureCompanyCodeVH.
-- 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: CJVCOMPCODEVH

CREATE VIEW C_JointVentureCompanyCodeVH AS
SELECT
  CompanyCode,
  CompanyCodeName
FROM I_JointVentureCompanyCodeVH
;