I_InhRepairTypeStdVH

DDL: I_INHREPAIRTYPESTDVH Type: view_entity COMPOSITE Package: CRMS4_REPAIR_BO

Transaction Type for In-House Repairs

I_InhRepairTypeStdVH is a Composite CDS View that provides data about "Transaction Type for In-House Repairs" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentType) and exposes 2 fields with key field InhRepairType. Part of development package CRMS4_REPAIR_BO.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentType I_ServiceDocumentType from

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.internalName #LOCAL view
EndUserText.label Transaction Type for In-House Repairs view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InhRepairType view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName IIHRTYPESTDVH view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InhRepairType ServiceDocumentType
_InhRepairTypeText _ServiceDocumentTypeText
@AccessControl:
{
    authorizationCheck: #NOT_REQUIRED
}
@Analytics.internalName: #LOCAL
@EndUserText.label: 'Transaction Type for In-House Repairs'
@Metadata:
{
    ignorePropagatedAnnotations: true
}
@ObjectModel:
{
    representativeKey: 'InhRepairType',
    supportedCapabilities:[ #VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ],
    usageType: {serviceQuality: #B, sizeCategory: #M, dataClass: #CUSTOMIZING},
    resultSet: {sizeCategory: #XS},
    dataCategory:#VALUE_HELP
}
@Analytics.technicalName: 'IIHRTYPESTDVH'
@Search.searchable:true
@VDM:
{
    lifecycle.contract.type: #PUBLIC_LOCAL_API,
    viewType: #COMPOSITE
}

define view entity I_InhRepairTypeStdVH
  as select from I_ServiceDocumentType
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_InhRepairTypeText' 
  key ServiceDocumentType                              as InhRepairType,
      _ServiceDocumentTypeText as _InhRepairTypeText 
}
where
      ServiceObjectType                 = 'BUS2000256'
  and SrvcDocTypeBlockingStatus         = ''