I_SftyDataShtOutpReqItemTP

DDL: I_SFTYDATASHTOUTPREQITEMTP Type: view TRANSACTIONAL Package: EHSDS_BO_OUTPUT_REQUEST

Item of an SDS Output Request

I_SftyDataShtOutpReqItemTP is a Transactional CDS View that provides data about "Item of an SDS Output Request" in SAP S/4HANA. It reads from 1 data source (I_SftyDataShtOutpReqItem) and exposes 37 fields with key field SftyDataShtOutpReqItemUUID. It has 6 associations to related views. Part of development package EHSDS_BO_OUTPUT_REQUEST.

Data Sources (1)

SourceAliasJoin Type
I_SftyDataShtOutpReqItem I_SftyDataShtOutpReqItem from

Associations (6)

CardinalityTargetAliasCondition
[1..1] I_SftyDataShtOutpReqTP _Request $projection.SftyDataShtOutpReqUUID = _Request.SftyDataShtOutpReqUUID
[1..1] I_Product _Product $projection.Material = _Product.Product
[0..1] I_DeliveryDocument _Delivery $projection.DeliveryDocument = _Delivery.DeliveryDocument
[0..1] I_DeliveryDocumentItem _DeliveryItem $projection.DeliveryDocument = _DeliveryItem.DeliveryDocument and $projection.DeliveryDocumentItem = _DeliveryItem.DeliveryDocumentItem
[0..1] I_Customer _RecipientParty $projection.SftyDataShtRcpntPty = _RecipientParty.Customer
[0..1] I_Customer _ShipToParty $projection.ShipToParty = _ShipToParty.Customer

Annotations (17)

NameValueLevelField
EndUserText.label Item of an SDS Output Request view
AbapCatalog.sqlViewName ISDSORITMTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.modelCategory #BUSINESS_OBJECT view
ObjectModel.writeActivePersistence EHSDSV_OR_ITEM view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (37)

KeyFieldSource TableSource FieldDescription
KEY SftyDataShtOutpReqItemUUID SftyDataShtOutpReqItemUUID SDS Output Request Item
SftyDataShtOutpReqUUID SftyDataShtOutpReqUUID SDS Output Request
CreationUTCDateTime CreationUTCDateTime Time Stamp
CreatedByUser CreatedByUser User Name
LastChangeUTCDateTime LastChangeUTCDateTime Time Stamp
LastChangedByUser LastChangedByUser User Name
Material Material Vehicle Model
DeliveryDocument DeliveryDocument Outbound Delivery
DeliveryDocumentItem DeliveryDocumentItem Outb. Delivery Item
SftyDataShtRcpntPty SftyDataShtRcpntPty SDS Recipient (obsolete)
ShipToParty ShipToParty Ship-To Party (obsolete)
Country Country Venue: Ctry/Reg
SftyDataShtOutpReqOriginType SftyDataShtOutpReqOriginType Origin of SDS Shipment
SftyDataShtCmplncRqmt SftyDataShtCmplncRqmt SDS Compliance Requirement
GoodsIssueDateTime GoodsIssueDateTime Delivery Goods Issue
CmplRqRsltUUID CmplRqRsltUUID SDS Assessment
ChmlCmplncInfoUUID ChmlCmplncInfoUUID Chemical Compliance Information PP
ChmlCmplncProdUUID ChmlCmplncProdUUID Product Assignment
BrnddChmlCmplncInfoUUID BrnddChmlCmplncInfoUUID
SftyDataShtOutpReqItemStatus SftyDataShtOutpReqItemStatus Shipment Status
SftyDataShtOutpReqItemReason SftyDataShtOutpReqItemReason Reason
SftyDataShtProductName SftyDataShtProductName Product Name on SDS
MultiComponentProduct MultiComponentProduct
SftyDtaShtAssmtFllbckIsUsd SftyDtaShtAssmtFllbckIsUsd
SftyDataShtOutpReqChkCntry SftyDataShtOutpReqChkCntry
_Request _Request
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
_Product _Product
_DeliveryItem _DeliveryItem
_SftyDataShtOutpReqItmSts _SftyDataShtOutpReqItmSts
_RecipientParty _RecipientParty
_ShipToParty _ShipToParty
_Delivery _Delivery
_Country _Country
_OriginType _OriginType
_SftyDataShtOutpReqItmRsn _SftyDataShtOutpReqItmRsn

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_SftyDataShtOutpReqItemTP.
-- 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_SftyDataShtOutpReqItemTP AS
SELECT
  SftyDataShtOutpReqItemUUID,
  SftyDataShtOutpReqUUID,
  CreationUTCDateTime,
  CreatedByUser,
  LastChangeUTCDateTime,
  LastChangedByUser,
  Material,
  DeliveryDocument,
  DeliveryDocumentItem,
  SftyDataShtRcpntPty,
  ShipToParty,
  Country,
  SftyDataShtOutpReqOriginType,
  SftyDataShtCmplncRqmt,
  GoodsIssueDateTime,
  CmplRqRsltUUID,
  ChmlCmplncInfoUUID,
  ChmlCmplncProdUUID,
  BrnddChmlCmplncInfoUUID,
  SftyDataShtOutpReqItemStatus,
  SftyDataShtOutpReqItemReason,
  SftyDataShtProductName,
  MultiComponentProduct,
  SftyDtaShtAssmtFllbckIsUsd,
  SftyDataShtOutpReqChkCntry
FROM I_SftyDataShtOutpReqItem
LEFT OUTER JOIN I_SftyDataShtOutpReqTP AS _Request ON SftyDataShtOutpReqUUID = _Request.SftyDataShtOutpReqUUID  -- association [1..1]
LEFT OUTER JOIN I_Product AS _Product ON Material = _Product.Product  -- association [1..1]
LEFT OUTER JOIN I_DeliveryDocument AS _Delivery ON DeliveryDocument = _Delivery.DeliveryDocument  -- association [0..1]
LEFT OUTER JOIN I_DeliveryDocumentItem AS _DeliveryItem ON DeliveryDocument = _DeliveryItem.DeliveryDocument AND DeliveryDocumentItem = _DeliveryItem.DeliveryDocumentItem  -- association [0..1]
LEFT OUTER JOIN I_Customer AS _RecipientParty ON SftyDataShtRcpntPty = _RecipientParty.Customer  -- association [0..1]
LEFT OUTER JOIN I_Customer AS _ShipToParty ON ShipToParty = _ShipToParty.Customer  -- association [0..1]
;