I_AllocationTableDistrCtrSuplr

DDL: I_ALLOCATIONTABLEDISTRCTRSUPLR SQL: IALLOCTBLDCSUPLR Type: view COMPOSITE Package: VDM_RFM_ALLOCATION_TABLE

Allocation Table Supplier of Distribution Center

I_AllocationTableDistrCtrSuplr is a Composite CDS View that provides data about "Allocation Table Supplier of Distribution Center" in SAP S/4HANA. Part of development package VDM_RFM_ALLOCATION_TABLE.

Annotations (13)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IALLOCTBLDCSUPLR view
EndUserText.label Allocation Table Supplier of Distribution Center view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
ObjectModel.representativeKey Supplier view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AllocationTable AllocationTable Alloc. Table
KEY Supplier Supplier Supplier
_AllocationTable _AllocationTable
_Supplier _Supplier

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_AllocationTableDistrCtrSuplr.
-- 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.
-- SQL view name: IALLOCTBLDCSUPLR

CREATE VIEW I_AllocationTableDistrCtrSuplr AS
SELECT
  AllocationTable,
  Supplier
;