R_OIL_TransptSystLocAssgmtTP

DDL: R_OIL_TRANSPTSYSTLOCASSGMTTP Type: view_entity TRANSACTIONAL

Transport syst location assignment - TP

R_OIL_TransptSystLocAssgmtTP is a Transactional CDS View that provides data about "Transport syst location assignment - TP" in SAP S/4HANA. It reads from 1 data source (I_OIL_TransptSystLocAssgmt) and exposes 22 fields with key fields TransportSystem, TSWLocationID.

Data Sources (1)

SourceAliasJoin Type
I_OIL_TransptSystLocAssgmt I_OIL_TransptSystLocAssgmt from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Transport syst location assignment - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY TransportSystem TransportSystem Transport System
KEY TSWLocationID TSWLocationID Location ID
TSWLocationName TSWLocationName Location name
TranspSystLocID TranspSystLocID TS loc. ID
TransportSystemLocationName TransportSystemLocationName TS loc. name
BusinessLocationIsOrigin BusinessLocationIsOrigin Origin
BusinessLocationIsDestination BusinessLocationIsDestination Destination
LocationIsBunkerConsumption LocationIsBunkerConsumption Consumption Loc.
CreationDate CreationDate Time Stamp
CreationTime CreationTime Time of Change
CreatedByUser CreatedByUser User Name
LastChangeDate LastChangeDate Time Stamp
LastChangeTime LastChangeTime Time changed
LastChangedByUser LastChangedByUser User Name
IsBlocked IsBlocked Boolean Variable (X = True, - = False, Space = Unknown)
IsDeleted IsDeleted TRUE
TicketIsSelectable TicketIsSelectable Flag to Select Tkt
TSWLocationIdentifierParent TSWLocationIdentifierParent Parent Loc of Branch
TSWBifurcationBranchNumber TSWBifurcationBranchNumber Number of Branch
TSWSequenceNumber TSWSequenceNumber Sequence number
_BusinessLocation _BusinessLocation
_TransportSystem _TransportSystem

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_OIL_TransptSystLocAssgmtTP.
-- 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_OIL_TransptSystLocAssgmtTP AS
SELECT
  TransportSystem,
  TSWLocationID,
  TSWLocationName,
  TranspSystLocID,
  TransportSystemLocationName,
  BusinessLocationIsOrigin,
  BusinessLocationIsDestination,
  LocationIsBunkerConsumption,
  CreationDate,
  CreationTime,
  CreatedByUser,
  LastChangeDate,
  LastChangeTime,
  LastChangedByUser,
  IsBlocked,
  IsDeleted,
  TicketIsSelectable,
  TSWLocationIdentifierParent,
  TSWBifurcationBranchNumber,
  TSWSequenceNumber
FROM I_OIL_TransptSystLocAssgmt
;