I_ChgLgDatabaseTblFieldText

DDL: I_CHGLGDATABASETBLFIELDTEXT SQL: ICHGLGDBTFT Type: view COMPOSITE Package: VDM_LCM_LT

Change Log Database Table Field Text

I_ChgLgDatabaseTblFieldText is a Composite CDS View that provides data about "Change Log Database Table Field Text" in SAP S/4HANA. It reads from 1 data source (dd03m) and exposes 7 fields with key fields DatabaseTable, DatabaseTableField, Language, NestingDepthForIncludes, NumberOfPositions. It has 1 association to related views. Part of development package VDM_LCM_LT.

Data Sources (1)

SourceAliasJoin Type
dd03m dd03m from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey DatabaseTableField view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
EndUserText.label Change Log Database Table Field Text view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.sqlViewName ICHGLGDBTFT view
Search.searchable true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ChangeDocFieldNamesT view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY DatabaseTable tabname
KEY DatabaseTableField fieldname
KEY Language ddlanguage
KEY NestingDepthForIncludes adminfield
KEY NumberOfPositions position
DatabaseTableFieldText ddtext
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
              representativeKey: 'DatabaseTableField',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #B,
              usageType.sizeCategory: #L,
              dataCategory: #TEXT}

@EndUserText.label: 'Change Log Database Table Field Text'
@VDM.viewType: #COMPOSITE
//@AccessControl.authorizationCheck: #NOT_REQUIRED

@AccessControl.authorizationCheck: #PRIVILEGED_ONLY 
@AccessControl.personalData.blocking: #NOT_REQUIRED 
@AbapCatalog.sqlViewName: 'ICHGLGDBTFT'

@Search.searchable: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_ChangeDocFieldNamesT'

define view I_ChgLgDatabaseTblFieldText
  as select from dd03m
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
//      @ObjectModel.foreignKey.association

  key tabname    as DatabaseTable,
  key fieldname  as DatabaseTableField,
      @Semantics.language
  key ddlanguage as Language,
  key adminfield as NestingDepthForIncludes,
  key position as NumberOfPositions,

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @Semantics.text
      ddtext     as DatabaseTableFieldText,
      _Language
}
where fldstat = 'A' and domstat = 'A' and textstat = 'A' and rollstat = 'A'