A_DngrsGdsClassfctnSgrgtnCode

DDL: A_DNGRSGDSCLASSFCTNSGRGTNCODE Type: view_entity CONSUMPTION Package: EHDGM_API_ODATA_BSC_CLASSFCTN

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. It is exposed through 2 OData services (API_DNGRSGDSBASICCLASSFCTN, ASQL_F7359). Part of development package EHDGM_API_ODATA_BSC_CLASSFCTN.

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

OData Services (2)

ServiceBindingVersionContractRelease
API_DNGRSGDSBASICCLASSFCTN API_DNGRSGDSBASICCLASSFCTN V4 C2 C1
ASQL_F7359 ASQL_F7359 C2 NOT_RELEASED

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
;