I_WasteDsplChnlFclty

DDL: I_WASTEDSPLCHNLFCLTY Type: view_entity BASIC

Disposal Channel Facility without restrictions

I_WasteDsplChnlFclty is a Basic CDS View that provides data about "Disposal Channel Facility without restrictions" in SAP S/4HANA. It reads from 1 data source (I_EnvrmtWastePartDsplFclty) and exposes 7 fields with key field EnvrmtWastePartDsplFcltyUUID.

Data Sources (1)

SourceAliasJoin Type
I_EnvrmtWastePartDsplFclty I_EnvrmtWastePartDsplFclty from

Annotations (7)

NameValueLevelField
EndUserText.label Disposal Channel Facility without restrictions view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey EnvrmtWastePartDsplFcltyUUID view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY EnvrmtWastePartDsplFcltyUUID EnvrmtWastePartDsplFcltyUUID Waste Facility UUID
EnvrmtWastePartnerUUID EnvrmtWastePartnerUUID Waste Partner UUID
AddressNumber AddressNumber Src Address No
EnvrmtWastePartFcltyName EnvrmtWastePartFcltyName Waste Facility Name
EnvrmtWasteFcltyRegistrationID EnvrmtWasteFcltyRegistrationID Waste Rgstn No
_BusinessPartnerAddress _BusinessPartnerAddress
_EnvrmtWastePartner _EnvrmtWastePartner

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_WasteDsplChnlFclty.
-- 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_WasteDsplChnlFclty AS
SELECT
  EnvrmtWastePartDsplFcltyUUID,
  EnvrmtWastePartnerUUID,
  AddressNumber,
  EnvrmtWastePartFcltyName,
  EnvrmtWasteFcltyRegistrationID
FROM I_EnvrmtWastePartDsplFclty
;