R_FUNCNLLOCWRNTYASSGMTTP

CDS View

Functional Location Warranty

R_FUNCNLLOCWRNTYASSGMTTP is a CDS View in S/4HANA. Functional Location Warranty. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_FuncnlLocWarrantyAssgmt view_entity projection COMPOSITE Functional Location Warranty
I_FuncnlLocWarrantyAssgmtTP view_entity projection TRANSACTIONAL FL warranty assignment - TP
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Functional Location Warranty'

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
define view entity R_FuncnlLocWrntyAssgmtTP
  as select from I_FunctionalLocation
    left outer to many join I_MasterWrntyObjectAssgmt on I_MasterWrntyObjectAssgmt.ObjectInternalID = I_FunctionalLocation.MaintObjectInternalID
  association to parent R_FunctionalLocationTP as _FunctionalLocation on $projection.FunctionalLocation = _FunctionalLocation.FunctionalLocation

{
  key cast(I_FunctionalLocation.FunctionalLocation  as tplnr_unconverted preserving type) as FunctionalLocation,
  key I_MasterWrntyObjectAssgmt.WarrantyType,
      _FunctionalLocation.FunctionalLocationLabelName,
      I_MasterWrntyObjectAssgmt.MasterWarranty,
      I_MasterWrntyObjectAssgmt.WarrantyStartDate,
      I_MasterWrntyObjectAssgmt.WarrantyEndDate,
      @Semantics.booleanIndicator 
      I_MasterWrntyObjectAssgmt.WrntyIsInhtdFromSuperiorObject,
      @Semantics.booleanIndicator 
      I_MasterWrntyObjectAssgmt.WrntyIsPassedOnToChildObject,
      _FunctionalLocation
}where I_MasterWrntyObjectAssgmt.WarrantyType is not null