I_LglTransDateChangeReason

DDL: I_LGLTRANSDATECHANGEREASON SQL: ILGLTRANDCR Type: view BASIC

Legal Transaction Date Change Reason

I_LglTransDateChangeReason is a Basic CDS View that provides data about "Legal Transaction Date Change Reason" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field LegalTransDateChangeReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LglTransDateChangeReasonText _Text $projection.LegalTransDateChangeReason = _Text.LegalTransDateChangeReason

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ILGLTRANDCR view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LegalTransDateChangeReason view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view
EndUserText.label Legal Transaction Date Change Reason view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalTransDateChangeReason
_Text _Text
@AbapCatalog.sqlViewName: 'ILGLTRANDCR'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'LegalTransDateChangeReason' 
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S  
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType : #BASIC
@EndUserText.label: 'Legal Transaction Date Change Reason'

define view I_LglTransDateChangeReason 
as select from  dd07l
  association [0..*] to I_LglTransDateChangeReasonText as _Text on $projection.LegalTransDateChangeReason = _Text.LegalTransDateChangeReason
 {
   @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as lcm_date_change_reason ) as LegalTransDateChangeReason,

      _Text

}
where
      domname  = 'LCM_DATE_CHANGE_REASON'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_LGLTRANSDATECHANGEREASONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/