A_FuncnlLocWarrantyAssgmt

DDL: A_FUNCNLLOCWARRANTYASSGMT Type: view_entity COMPOSITE Package: IEQM

Functional Location Warranty

A_FuncnlLocWarrantyAssgmt is a Composite CDS View that provides data about "Functional Location Warranty" in SAP S/4HANA. It reads from 1 data source (R_FuncnlLocWrntyAssgmtTP) and exposes 8 fields with key fields FunctionalLocation, WarrantyType. It is exposed through 1 OData service (API_FUNCTIONALLOCATION). Part of development package IEQM.

Data Sources (1)

SourceAliasJoin Type
R_FuncnlLocWrntyAssgmtTP R_FuncnlLocWrntyAssgmtTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Functional Location Warranty view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

OData Services (1)

ServiceBindingVersionContractRelease
API_FUNCTIONALLOCATION API_FUNCTIONALLOCATION V2 C2 C1

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocation FunctionalLocation
KEY WarrantyType WarrantyType
FunctionalLocationLabelName FunctionalLocationLabelName
MasterWarranty MasterWarranty
WarrantyStartDate WarrantyStartDate
WarrantyEndDate WarrantyEndDate
WrntyIsInhtdFromSuperiorObject WrntyIsInhtdFromSuperiorObject
WrntyIsPassedOnToChildObject WrntyIsPassedOnToChildObject
@EndUserText.label: 'Functional Location Warranty'
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}

define  view entity A_FuncnlLocWarrantyAssgmt
  as projection on R_FuncnlLocWrntyAssgmtTP as _FuncnlLocWrntyAssgmtTP
{
  key FunctionalLocation,
  key WarrantyType,
      FunctionalLocationLabelName,
      MasterWarranty,
      WarrantyStartDate,
      WarrantyEndDate,
      WrntyIsInhtdFromSuperiorObject,
      WrntyIsPassedOnToChildObject,
      
      _FunctionalLocation: redirected to parent A_FunctionalLocation

}