R_LstMiRteReloadCheckInTP

DDL: R_LSTMIRTERELOADCHECKINTP Type: view_entity TRANSACTIONAL

LMD Route Reload Check-In Stop - TP

R_LstMiRteReloadCheckInTP is a Transactional CDS View that provides data about "LMD Route Reload Check-In Stop - TP" in SAP S/4HANA. It reads from 1 data source (I_LstMiRteReloadCheckIn) and exposes 17 fields with key field LstMiRouteReloadCheckInUUID.

Data Sources (1)

SourceAliasJoin Type
I_LstMiRteReloadCheckIn I_LstMiRteReloadCheckIn from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label LMD Route Reload Check-In Stop - TP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.personalData.blocking #REQUIRED view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY LstMiRouteReloadCheckInUUID LstMiRouteReloadCheckInUUID
LastMileRouteUUID LastMileRouteUUID
LastMileRouteStopType LastMileRouteStopType
ShipToParty ShipToParty Ship-To Party (obsolete)
LastMileRouteStop LastMileRouteStop
LastMileRouteStage LastMileRouteStage
LastMileRouteStopSequenceValue LastMileRouteStopSequenceValue
TranspOrdStopLocation TranspOrdStopLocation
LstMiRouteStopProcessingStatus LstMiRouteStopProcessingStatus
LastMileRouteStopCOCIBehavior LastMileRouteStopCOCIBehavior
LastMileRouteOriginCode LastMileRouteOriginCode
LstMiReplicationRequestStatus LstMiReplicationRequestStatus
LstMiRteStopDataVersionUUID LstMiRteStopDataVersionUUID
AddressID AddressID Ship-to address
LstMiRteRldChkOutRelationUUID LstMiRteRldChkOutRelationUUID
_Route _Route
_ShipToPartyVH _ShipToPartyVH

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 R_LstMiRteReloadCheckInTP.
-- 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 R_LstMiRteReloadCheckInTP AS
SELECT
  LstMiRouteReloadCheckInUUID,
  LastMileRouteUUID,
  LastMileRouteStopType,
  ShipToParty,
  LastMileRouteStop,
  LastMileRouteStage,
  LastMileRouteStopSequenceValue,
  TranspOrdStopLocation,
  LstMiRouteStopProcessingStatus,
  LastMileRouteStopCOCIBehavior,
  LastMileRouteOriginCode,
  LstMiReplicationRequestStatus,
  LstMiRteStopDataVersionUUID,
  AddressID,
  LstMiRteRldChkOutRelationUUID
FROM I_LstMiRteReloadCheckIn
;