I_SafetyInstructionSubType

DDL: I_SAFETYINSTRUCTIONSUBTYPE Type: view BASIC Package: EHHSS_BO_FSI

Safety Instruction Subtype

I_SafetyInstructionSubType is a Basic CDS View that provides data about "Safety Instruction Subtype" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SafetyInstructionSubType. It has 1 association to related views. Part of development package EHHSS_BO_FSI.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SafetyInstructionSubTypeText _Text $projection.SafetyInstructionSubType = _Text.SafetyInstructionSubType

Annotations (12)

NameValueLevelField
EndUserText.label Safety Instruction Subtype view
AbapCatalog.sqlViewName IFSISUBTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey SafetyInstructionSubType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SafetyInstructionSubType domvalue_l
_Text _Text
@EndUserText.label: 'Safety Instruction Subtype'

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

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: { representativeKey: 'SafetyInstructionSubType',

                usageType:{ serviceQuality: #A,
                            sizeCategory:  #L,
                            dataClass: #META },
                resultSet.sizeCategory: #XS }

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SafetyInstructionSubType
  as select from dd07l
  association [0..*] to I_SafetyInstructionSubTypeText as _Text on $projection.SafetyInstructionSubType = _Text.SafetyInstructionSubType
{
      @EndUserText: { label: 'Safety Instruction Subtype', quickInfo: 'Safety Instruction Subtype' }
  key domvalue_l as SafetyInstructionSubType,
      _Text
}
where
      dd07l.domname  = 'EHHSS_FSI_SUBTYPE'
  and dd07l.as4local = 'A'