I_EXPLICITASSORTMENTMODULETTP

CDS View

Assortment Module - Text

I_EXPLICITASSORTMENTMODULETTP is a CDS View in S/4HANA. Assortment Module - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_AssortmentModuleTextTP view_entity projection CONSUMPTION Assortment Module - Text

@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module - Text'

@VDM: {
  viewType: #TRANSACTIONAL,

  lifecycle: {
    contract: {
      type: #SAP_INTERNAL_API
    }
  }
}

@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'AssortmentModuleUUID',
    sapObjectNodeType.name: 'AssortmentModuleDescription',
    usageType: {
        serviceQuality: #C,
        sizeCategory: #S,
        dataClass: #META
   }
}
define view entity I_ExplicitAssortmentModuleTTP
  as select from I_AssortmentModuleText     as Text
    inner join   I_ExplicitAssortmentModule as ExplicitModule on Text.AssortmentModuleUUID = ExplicitModule.AssortmentModuleUUID

  association to parent I_ExplicitAssortmentModuleTP as _ExplicitAssortmentModule 
  on $projection.AssortmentModuleUUID = _ExplicitAssortmentModule.AssortmentModuleUUID
{
  key  Text.AssortmentModuleUUID,
  key  Text.Language,
       Text.AssortmentModuleObjectDesc,
       _ExplicitAssortmentModule,
       Text._LanguageText
       
}