I_LglTransDateChangeType

DDL: I_LGLTRANSDATECHANGETYPE SQL: ILGLTRANDCT Type: view BASIC

Legal Transaction Date Change Type

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LglTransDateChangeTypeText _Text $projection.LegalTransDateChangeType = _Text.LegalTransDateChangeType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ILGLTRANDCT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LegalTransDateChangeType 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 Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalTransDateChangeType
_Text _Text
@AbapCatalog.sqlViewName: 'ILGLTRANDCT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'LegalTransDateChangeType'
@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 Type'
define view I_LglTransDateChangeType
  as select from dd07l
  association [0..*] to I_LglTransDateChangeTypeText as _Text on $projection.LegalTransDateChangeType = _Text.LegalTransDateChangeType

{
      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as lcm_date_change_type ) as LegalTransDateChangeType,

      _Text

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