I_ScheduleLineCreateInd

DDL: I_SCHEDULELINECREATEIND SQL: ISLINECREATIND Type: view BASIC

Creation Indicator of Schedule Line

I_ScheduleLineCreateInd is a Basic CDS View (Dimension) that provides data about "Creation Indicator of Schedule Line" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SourceOfCreation. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ScheduleLineCreateIndT _Text

Annotations (17)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SourceOfCreation
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ISLINECREATIND'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'SourceOfCreation' 
@Search.searchable: true
@Analytics.dataExtraction.enabled:true
@Analytics.dataCategory:#DIMENSION
@VDM.viewType: #BASIC
@ObjectModel.type: #BASIC
@EndUserText.label: 'Creation Indicator of Schedule Line'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AbapCatalog.compiler.compareFilter:true
@Analytics.internalName:#LOCAL 
define root view I_ScheduleLineCreateInd
   as select from dd07l
  composition [0..*] of I_ScheduleLineCreateIndT as _Text 
{
      @ObjectModel.text.association: '_Text'
  key cast ( dd07l.domvalue_l as estkz ) as SourceOfCreation,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l  as DomainValue ,             

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