I_JointVentureCompanyCodeVH

DDL: I_JOINTVENTURECOMPANYCODEVH SQL: IJVCOMPCODEVH Type: view BASIC Package: GJVA_UI_BACKEND

JVA Company Code

I_JointVentureCompanyCodeVH (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Cross Applications

I_JointVentureCompanyCodeVH is a Basic CDS View (Dimension) that provides data about "JVA Company Code" in SAP S/4HANA. It reads from 1 data source (t001) and exposes 2 fields with key field CompanyCode. It is exposed through 3 OData services (ASQL_F3516, ASQL_F4011, ASQL_F4169). Part of development package GJVA_UI_BACKEND.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCross Applications
Application ComponentCA-JVA
CapabilitiesData Provider for Value Help,Association Target for Defining CDS Entities,Analytical Dimension
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
t001 t001 from

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IJVCOMPCODEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #NOT_ALLOWED view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CompanyCode view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #A view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
EndUserText.label JVA Company Code view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F3516 ASQL_F3516 C2 NOT_RELEASED
ASQL_F4011 ASQL_F4011 C2 NOT_RELEASED
ASQL_F4169 ASQL_F4169 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode Company Code
CompanyCodeName butxt Name of Company Code or Company

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 I_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: IJVCOMPCODEVH

CREATE VIEW I_JointVentureCompanyCodeVH AS
SELECT
  cast(bukrs as fis_bukrs preserving type) AS CompanyCode,
  butxt AS CompanyCodeName
FROM t001
;