I_SafetyInstrnIsTemplate

DDL: I_SAFETYINSTRNISTEMPLATE Type: view BASIC

Safety Instruction IsTemplate Value

I_SafetyInstrnIsTemplate is a Basic CDS View that provides data about "Safety Instruction IsTemplate Value" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SafetyInstructionIsTemplate. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SafetyInstrnIsTemplateText _Text $projection.SafetyInstructionIsTemplate = _Text.SafetyInstructionIsTemplate

Annotations (11)

NameValueLevelField
EndUserText.label Safety Instruction IsTemplate Value view
AbapCatalog.sqlViewName IFSIISTMPLT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey SafetyInstructionIsTemplate view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SafetyInstructionIsTemplate
_Text _Text
@EndUserText.label: 'Safety Instruction IsTemplate Value'

@AbapCatalog: { sqlViewName: 'IFSIISTMPLT',
                compiler.compareFilter: true,
                preserveKey: true
              }

@ObjectModel: { representativeKey: 'SafetyInstructionIsTemplate',
                usageType.dataClass: #MASTER,
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #XL
              }

@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType : #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SafetyInstrnIsTemplate
  as select from dd07l
  association [0..*] to I_SafetyInstrnIsTemplateText as _Text on $projection.SafetyInstructionIsTemplate = _Text.SafetyInstructionIsTemplate
{

      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as ehhss_fsi_is_template ) as SafetyInstructionIsTemplate,

      _Text

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