A_DngrsGdsClassfctnSgrgtnCode

DDL: A_DNGRSGDSCLASSFCTNSGRGTNCODE Type: view_entity CONSUMPTION

Segregation Code

A_DngrsGdsClassfctnSgrgtnCode is a Consumption CDS View that provides data about "Segregation Code" in SAP S/4HANA. It reads from 1 data source (R_DngrsGdsSgrgtnCodeTP) and exposes 3 fields with key field CmplRqRsltSegregationCodeUUID.

Data Sources (1)

SourceAliasJoin Type
R_DngrsGdsSgrgtnCodeTP R_DngrsGdsSgrgtnCodeTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Segregation Code view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name DngrsGdsBscClassfctnSgrgtnCode view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
OData.entityType.name DngrsGdsBscClassfctnSgrgtnCde_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltSegregationCodeUUID CmplRqRsltSegregationCodeUUID
CmplRqRsltUUID CmplRqRsltUUID SDS Assessment
SegregationCodeForProduct DangerousGoodsSegregationCode Segregation Code

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_DngrsGdsClassfctnSgrgtnCode.
-- 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_DngrsGdsClassfctnSgrgtnCode AS
SELECT
  CmplRqRsltSegregationCodeUUID,
  CmplRqRsltUUID,
  DangerousGoodsSegregationCode AS SegregationCodeForProduct
FROM R_DngrsGdsSgrgtnCodeTP
;