A_FrtUnitStopLocAddrAddlRprstn

DDL: A_FRTUNITSTOPLOCADDRADDLRPRSTN Type: view_entity CONSUMPTION Package: ODATA_TM_FU_API

Freight Unit Stop Loc Addr Addl Rpn

A_FrtUnitStopLocAddrAddlRprstn is a Consumption CDS View that provides data about "Freight Unit Stop Loc Addr Addl Rpn" in SAP S/4HANA. It reads from 1 data source (R_TrOrdStopLocAddrAddlRprstnTP) and exposes 11 fields with key fields TransportationOrderStopUUID, AddressRepresentationCode. It is exposed through 1 OData service (API_FREIGHTUNIT). Part of development package ODATA_TM_FU_API.

Data Sources (1)

SourceAliasJoin Type
R_TrOrdStopLocAddrAddlRprstnTP R_TrOrdStopLocAddrAddlRprstnTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Freight Unit Stop Loc Addr Addl Rpn view
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
OData.entityType.name FrtUnitStopLocAddrAddlRprstn_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_FREIGHTUNIT API_FREIGHTUNIT V4 C2 C1

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY TransportationOrderStopUUID TransportationOrderStopUUID
KEY AddressRepresentationCode AddressRepresentationCode
TransportationOrderUUID TransportationOrderUUID
AddressID AddressID
AddresseeFullName AddresseeFullName
CityName CityName
PostalCode PostalCode
StreetName StreetName
HouseNumber HouseNumber
Country Country
Region Region
@EndUserText.label: 'Freight Unit Stop Loc Addr Addl Rpn'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
    usageType: {
        sizeCategory: #L,
        serviceQuality: #C,
        dataClass: #TRANSACTIONAL
    }}
@VDM.viewType: #CONSUMPTION
@OData.entityType.name: 'FrtUnitStopLocAddrAddlRprstn_Type'
@Metadata.ignorePropagatedAnnotations: true

define view entity A_FrtUnitStopLocAddrAddlRprstn
  as projection on R_TrOrdStopLocAddrAddlRprstnTP as FrtUnitStopLocAddrAddlRprstn
{
  key TransportationOrderStopUUID,
  key AddressRepresentationCode,
      TransportationOrderUUID,

      // Identification for Address

      AddressID,

      // Postal Address

      AddresseeFullName,
      CityName,
      PostalCode,
      StreetName,
      HouseNumber,
      Country,
      Region,

      /* Redirections */
      _TransportationOrder         as _FreightUnit                  : redirected to A_FreightUnit,
      _TrOrdStopLocAddrDfltRprstn  as _FrtUnitStopLocAddrDfltRprstn : redirected to parent A_FrtUnitStopLocAddrDfltRprstn
}
where
  TransportationOrderCategory = 'FU'