I_FldLogsRefDocTypeT

DDL: I_FLDLOGSREFDOCTYPET SQL: IFLDREFDOCTYPT Type: view BASIC

Text for Reference Document

I_FldLogsRefDocTypeT is a Basic CDS View that provides data about "Text for Reference Document" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key field FldLogsReferenceDocCategory.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IFLDREFDOCTYPT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Text for Reference Document view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey FldLogsReferenceDocCategory view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FldLogsReferenceDocCategory
Language ddlanguage
ReferenceDocumentCategoryName ddtext
@AbapCatalog.sqlViewName: 'IFLDREFDOCTYPT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Text for Reference Document'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #B
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'FldLogsReferenceDocCategory'

define view I_FldLogsRefDocTypeT
  as select from dd07v
{

      @ObjectModel.text.element: 'ReferenceDocumentCategoryName'
  key cast(domvalue_l as flog_doctyp) as FldLogsReferenceDocCategory,

      @Semantics.language: true
      ddlanguage                      as Language,

      @Semantics.text: true
      ddtext                          as ReferenceDocumentCategoryName

}
where
      domname    = 'FLOG_DOCTYP'
  and ddlanguage = $session.system_language