I_MINORPRODUCTTEXT

CDS View

Minor Product - Text

I_MINORPRODUCTTEXT is a CDS View in S/4HANA. Minor Product - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PRAProductText view from BASIC PRA Product - Text
@EndUserText.label: 'Minor Product - Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVMINORPRODT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'MinorProduct'

@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: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META

define view I_MinorProductText
  as select from oiu_cm_pdcd_tx
  association [0..1] to I_MajorProduct as _MajorProduct on $projection.MajorProduct = _MajorProduct.MajorProduct
{
      @ObjectModel.foreignKey.association: '_MajorProduct'
  key majpd_cd                                     as MajorProduct,
  key pd_cd                                        as MinorProduct,
      @Semantics.language: true
  key spras                                        as Language,
      @Semantics.text: true
      cast( pd_de as oiu_vdm_minor_product_name )  as MinorProductName,
      _MajorProduct
}