I_SafetyInstrnChapterType

DDL: I_SAFETYINSTRNCHAPTERTYPE SQL: IFSICHAPTERTYPE Type: view BASIC

FSI: Chaper Type

I_SafetyInstrnChapterType is a Basic CDS View that provides data about "FSI: Chaper Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field SafetyInstructionChapterType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SafetyInstrnChapterTypeText _SafetyInstrnChapterTypeText $projection.SafetyInstructionChapterType = _SafetyInstrnChapterTypeText.SafetyInstructionChapterType

Annotations (14)

NameValueLevelField
EndUserText.label FSI: Chaper Type view
AbapCatalog.sqlViewName IFSICHAPTERTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #SINGLE view
ObjectModel.representativeKey SafetyInstructionChapterType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SafetyInstructionChapterType domvalue_l
@EndUserText.label: 'FSI: Chaper Type'

@AbapCatalog.sqlViewName: 'IFSICHAPTERTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC

@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #SINGLE
}

@ObjectModel:{ representativeKey: 'SafetyInstructionChapterType',
               usageType:{ serviceQuality: #A,
                           sizeCategory:   #L,
                           dataClass:      #META },
               resultSet.sizeCategory: #XS }

@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SafetyInstrnChapterType
  as select from dd07l

  -- Text Associations
  association [0..*] to I_SafetyInstrnChapterTypeText as _SafetyInstrnChapterTypeText on $projection.SafetyInstructionChapterType = _SafetyInstrnChapterTypeText.SafetyInstructionChapterType

{

  key domvalue_l     as SafetyInstructionChapterType,

      -- Text Associations
      _SafetyInstrnChapterTypeText

}
where
      dd07l.domname  = 'EHHSS_FSI_CHAPTER_TYPE'
  and dd07l.as4local = 'A'