I_SubsequentListingText

DDL: I_SUBSEQUENTLISTINGTEXT SQL: ISUBSQLISTTEXT Type: view BASIC Package: VDM_RFM_SITE

Desc for Subsequent Listing

I_SubsequentListingText is a Basic CDS View that provides data about "Desc for Subsequent Listing" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields SubsequentListingIsActive, Language. Part of development package VDM_RFM_SITE.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ISUBSQLISTTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SubsequentListingIsActive view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Desc for Subsequent Listing view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SubsequentListingIsActive
KEY Language
SubsequentListingName
@AbapCatalog.sqlViewName: 'ISUBSQLISTTEXT'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'SubsequentListingIsActive',
    usageType: {
        serviceQuality: #A,
        sizeCategory: #M,
        dataClass: #MASTER
   }
}
@EndUserText.label: 'Desc for Subsequent Listing'
define view I_SubsequentListingText
  as select from dd07t

{
      @UI.selectionField.exclude: true
      @ObjectModel.filter.enabled: false
      @UI.hidden: true
      @ObjectModel.text.element:  [ 'SubsequentListingName' ]
  key cast ( domvalue_l as nlmatfb )              as SubsequentListingIsActive,
      @UI.selectionField.exclude: true
      @ObjectModel.filter.enabled: false
      @UI.hidden: true
      @Semantics.language: true
  key cast( ddlanguage as spras preserving type ) as Language,
      @Semantics.text: true
      @UI.selectionField.exclude: true
      @ObjectModel.filter.enabled: false
      @UI.hidden: true
      cast ( ddtext as val_text )                 as SubsequentListingName
}
where
      domname    = 'NLMATFB'
  and ddlanguage = $session.system_language