FAC_Company_Code_VH

DDL: FAC_COMPANY_CODE_VH SQL: FACCMPCODEVH Type: view Package: FINS_GEN_UTILS

Company Code Value Help

FAC_Company_Code_VH is a CDS View that provides data about "Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (t001) and exposes 5 fields with key field bukrs. Part of development package FINS_GEN_UTILS.

Data Sources (1)

SourceAliasJoin Type
t001 t001 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName FACCMPCODEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Company Code Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BUKRS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY bukrs bukrs Value
butxt butxt Posting Text
ort01 ort01 Province
waers waers Transaction Currency
xtemplt xtemplt Template

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 FAC_Company_Code_VH.
-- 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: FACCMPCODEVH

CREATE VIEW FAC_Company_Code_VH AS
SELECT
  bukrs,
  butxt,
  ort01,
  waers,
  xtemplt
FROM t001
;