A_DngrsGdsBasicClassfctnText

DDL: A_DNGRSGDSBASICCLASSFCTNTEXT Type: view_entity CONSUMPTION

Basic Classification Text

A_DngrsGdsBasicClassfctnText is a Consumption CDS View that provides data about "Basic Classification Text" in SAP S/4HANA. It reads from 1 data source (R_DngrsGdsBasicClassfctnTextTP) and exposes 2 fields with key fields CmplRqRsltUUID, Language. It is exposed through 1 OData service (API_DNGRSGDSBASICCLASSFCTN).

Data Sources (1)

SourceAliasJoin Type
R_DngrsGdsBasicClassfctnTextTP R_DngrsGdsBasicClassfctnTextTP projection

Annotations (11)

NameValueLevelField
EndUserText.label Basic Classification Text view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.sapObjectNodeType.name DngrsGdsBscClassfctnText view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
OData.entityType.name DngrsGdsBscClassfctnText_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
API_DNGRSGDSBASICCLASSFCTN API_DNGRSGDSBASICCLASSFCTN V4 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltUUID CmplRqRsltUUID SDS Assessment
KEY Language Language Report Text 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 A_DngrsGdsBasicClassfctnText.
-- 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 A_DngrsGdsBasicClassfctnText AS
SELECT
  CmplRqRsltUUID,
  Language
FROM R_DngrsGdsBasicClassfctnTextTP
;