I_TrackToolUsageClaimType

DDL: I_TRACKTOOLUSAGECLAIMTYPE SQL: ITTUCLAIMTYPE Type: view BASIC

Track Tool Usage: Claim Type

I_TrackToolUsageClaimType is a Basic CDS View that provides data about "Track Tool Usage: Claim Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field EquipmentClaimType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_TrackToolUsageClaimTypeText _Text $projection.EquipmentClaimType = _Text.EquipmentClaimType and _Text.Language = $session.system_language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ITTUCLAIMTYPE view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey EquipmentClaimType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Track Tool Usage: Claim Type view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EquipmentClaimType
_Text _Text
@AbapCatalog.sqlViewName: 'ITTUCLAIMTYPE'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel:{representativeKey: 'EquipmentClaimType',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S}
@EndUserText.label:  'Track Tool Usage: Claim Type'
@VDM.viewType: #BASIC

define view I_TrackToolUsageClaimType
  as select from dd07l
  association [0..1] to I_TrackToolUsageClaimTypeText as _Text on  $projection.EquipmentClaimType = _Text.EquipmentClaimType
                                                               and _Text.Language                 = $session.system_language

{

  key cast(domvalue_l as mpe_tool_tracking_claim_type) as EquipmentClaimType,

      _Text
}
where
      domname  = 'MPE_TOOL_TRACKING_CLAIM_TYPE'
  and as4local = 'A'
  and as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRACKTOOLUSAGECLAIMTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/