I_ScheduleLineCreateIndT

DDL: I_SCHEDULELINECREATEINDT SQL: ISLINECREATINDT Type: view BASIC

Schedule Line Creation Indicator Text

I_ScheduleLineCreateIndT is a Basic CDS View that provides data about "Schedule Line Creation Indicator Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields SourceOfCreation, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISLINECREATINDT view
EndUserText.label Schedule Line Creation Indicator Text view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey SourceOfCreation view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY SourceOfCreation
KEY Language
DomainValue dd07t domvalue_l
CreationDescription
_ScheduleLineCreateInd _ScheduleLineCreateInd
_Language _Language
@AbapCatalog.sqlViewName: 'ISLINECREATINDT'
@EndUserText.label: 'Schedule Line Creation Indicator Text'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@Analytics.dataExtraction.enabled:true
@ObjectModel.representativeKey: 'SourceOfCreation'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_ScheduleLineCreateIndT  
as select from dd07t
  association to parent I_ScheduleLineCreateInd as _ScheduleLineCreateInd 
    on $projection.SourceOfCreation = _ScheduleLineCreateInd.SourceOfCreation
  association [0..1] to I_Language as _Language 
    on  $projection.Language = _Language.Language
{
      @ObjectModel.text.element: ['CreationDescription']
  key cast ( dd07t.domvalue_l as estkz ) as SourceOfCreation,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,      
      @Consumption.hidden: true
      dd07t.domvalue_l as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      cast (dd07t.ddtext  as ddtext preserving type )  as CreationDescription,
      _ScheduleLineCreateInd,
      _Language
}
where
      domname  = 'ESTKZ'
  and dd07t.as4local = 'A'
  and dd07t.as4vers = '0000'    
  





   
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SCHEDULELINECREATEIND"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/