I_PRALeasePlantIndicatorText

DDL: I_PRALEASEPLANTINDICATORTEXT SQL: IPVLSEPLANTINDT Type: view BASIC Package: OIU_VDM_CDS

PRA Lease Plant Indicator - Text

I_PRALeasePlantIndicatorText is a Basic CDS View that provides data about "PRA Lease Plant Indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields IsLeaseOrPlant, Language. Part of development package OIU_VDM_CDS.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (13)

NameValueLevelField
EndUserText.label PRA Lease Plant Indicator - Text view
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVLSEPLANTINDT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey IsLeaseOrPlant view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IsLeaseOrPlant
KEY Language
IsLeaseOrPlantName
@EndUserText.label: 'PRA Lease Plant Indicator - Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVLSEPLANTINDT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'IsLeaseOrPlant'

@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META

define view I_PRALeasePlantIndicatorText
  as select from dd07t

{
  @Semantics.booleanIndicator: true
  key cast (domvalue_l as oiu_lse_plt_cd )                  as IsLeaseOrPlant,
      @Semantics.language
  key cast( ddlanguage as spras )                           as Language,
      @Semantics.text
      cast (ddtext as oiu_vdm_lease_plant_ind_name )        as IsLeaseOrPlantName
}
where
      domname  = 'OIU_LSE_PLT_CD'
  and as4local = 'A';