C_DefectCatVH

DDL: C_DEFECTCATVH Type: view_entity CONSUMPTION Package: ODATA_QM_TASK

Defect Category Value Help

C_DefectCatVH is a Consumption CDS View that provides data about "Defect Category Value Help" in SAP S/4HANA. It reads from 1 data source (I_DefectCategory) and exposes 2 fields with key field DefectCategory. It is exposed through 3 OData services (ASQL_F2929, ASQL_F2987, ASQL_F3381). Part of development package ODATA_QM_TASK.

Data Sources (1)

SourceAliasJoin Type
I_DefectCategory _DefectCategory from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Defect Category Value Help view
ObjectModel.representativeKey DefectCategory view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CDEFCATVH view
VDM.viewType #CONSUMPTION view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F2929 ASQL_F2929 C2 NOT_RELEASED
ASQL_F2987 ASQL_F2987 C2 NOT_RELEASED
ASQL_F3381 ASQL_F3381 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DefectCategory DefectCategory Violation Category
DefectCategoryText

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_DefectCatVH.
-- 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_DefectCatVH AS
SELECT
  DefectCategory,
  _Text[1:Language=$session.system_language].DefectCategoryText AS DefectCategoryText
FROM I_DefectCategory AS _DefectCategory
;