I_ProdCmplncLogsDocumentItemTP

DDL: I_PRODCMPLNCLOGSDOCUMENTITEMTP Type: view_entity TRANSACTIONAL

Prod Compliance Logs Document Item - TP

I_ProdCmplncLogsDocumentItemTP is a Transactional CDS View that provides data about "Prod Compliance Logs Document Item - TP" in SAP S/4HANA. It reads from 1 data source (R_ProdCmplncLogsDocumentItemTP) and exposes 26 fields with key fields ProdCmplncLogsDocumentUUID, ProdCmplncLogsDocumentItem.

Data Sources (1)

SourceAliasJoin Type
R_ProdCmplncLogsDocumentItemTP R_ProdCmplncLogsDocumentItemTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Prod Compliance Logs Document Item - TP view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (26)

KeyFieldSource TableSource FieldDescription
KEY ProdCmplncLogsDocumentUUID ProdCmplncLogsDocumentUUID Logistics Doc. UUID
KEY ProdCmplncLogsDocumentItem ProdCmplncLogsDocumentItem Item
CreationDateTime CreationDateTime Timestamp
CreatedByUser CreatedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
Product Product Product Sold
DepartureCountry DepartureCountry Departure Country / Region
DestinationCountry DestinationCountry Dest. Ctry/Reg
GoodsIssueDate GoodsIssueDate Goods Issue Date CCD
SalesOrganization SalesOrganization Sales Organization
Plant Plant Valuation Area
Supplier Supplier Supplier
Customer Customer Sold-to Party
DngrsGoodsMainModeOfTransport DngrsGoodsMainModeOfTransport Mode of Transport
ShippedQuantityInOrderQtyUnit ShippedQuantityInOrderQtyUnit Delivery Qty
OrderQuantityUnit OrderQuantityUnit Sales Unit
ProdCmplncLogsDocCntctPersnUsr ProdCmplncLogsDocCntctPersnUsr
ProdCmplncMarketabilityStatus ProdCmplncMarketabilityStatus Product Marketability Status
ProdCmplncMktbltyStatusReason ProdCmplncMktbltyStatusReason Check Result Reason
ProdCmplncDngrsGoodsStatus ProdCmplncDngrsGoodsStatus Transport Status
DangerousGoodsStatusReason DangerousGoodsStatusReason Reason
ProdCmplncSftyDataSheetStatus ProdCmplncSftyDataSheetStatus Safety Data Sheet Status
ProdCmplncSDSStatusReason ProdCmplncSDSStatusReason SDS Result Reason
ChmlSuplrChkStatus ChmlSuplrChkStatus Product Compliance Supplier Status
ChmlSuplrChkStatusReason ChmlSuplrChkStatusReason PCS Result Reason

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_ProdCmplncLogsDocumentItemTP.
-- 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_ProdCmplncLogsDocumentItemTP AS
SELECT
  ProdCmplncLogsDocumentUUID,
  ProdCmplncLogsDocumentItem,
  CreationDateTime,
  CreatedByUser,
  LastChangeDateTime,
  LastChangedByUser,
  Product,
  DepartureCountry,
  DestinationCountry,
  GoodsIssueDate,
  SalesOrganization,
  Plant,
  Supplier,
  Customer,
  DngrsGoodsMainModeOfTransport,
  ShippedQuantityInOrderQtyUnit,
  OrderQuantityUnit,
  ProdCmplncLogsDocCntctPersnUsr,
  ProdCmplncMarketabilityStatus,
  ProdCmplncMktbltyStatusReason,
  ProdCmplncDngrsGoodsStatus,
  DangerousGoodsStatusReason,
  ProdCmplncSftyDataSheetStatus,
  ProdCmplncSDSStatusReason,
  ChmlSuplrChkStatus,
  ChmlSuplrChkStatusReason
FROM R_ProdCmplncLogsDocumentItemTP
;