I_QA_CertificationStatusDesc

DDL: I_QA_CERTIFICATIONSTATUSDESC Type: view_entity BASIC

Desc of QA No Object Certificate Status

I_QA_CertificationStatusDesc is a Basic CDS View that provides data about "Desc of QA No Object Certificate Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields QA_CertStatusWithoutObjection, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Desc of QA No Object Certificate Status view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey QA_CertStatusWithoutObjection view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY QA_CertStatusWithoutObjection
KEY Language ddlanguage Lang.
QA_CertStsWthoutObjectionDesc ddtext Desc. of No Objection Certificate Status
_Language _Language

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_QA_CertificationStatusDesc.
-- 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 I_QA_CertificationStatusDesc AS
SELECT
  cast ( substring( domvalue_l, 1, 1 ) as fiapqa_noc_new ) AS QA_CertStatusWithoutObjection,
  ddlanguage AS Language,
  ddtext AS QA_CertStsWthoutObjectionDesc
FROM dd07t
;