C_ProdToExplicitAsstmtMdl

DDL: C_PRODTOEXPLICITASSTMTMDL Type: view_entity CONSUMPTION Package: RFM_ASSIGN_PRODUCT_TO_EXPL_ASM

Product Assignment to Assortment Module

C_ProdToExplicitAsstmtMdl is a Consumption CDS View that provides data about "Product Assignment to Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_ProdToExplicitAsstmtMdlTP) and exposes 7 fields with key fields AssortmentModuleUUID, Product, AssortmentModuleName. It is exposed through 1 OData service (UI_RFM_PROD_ASSIGN_EXPL_ASM). Part of development package RFM_ASSIGN_PRODUCT_TO_EXPL_ASM.

Data Sources (1)

SourceAliasJoin Type
I_ProdToExplicitAsstmtMdlTP I_ProdToExplicitAsstmtMdlTP projection

Annotations (11)

NameValueLevelField
EndUserText.label Product Assignment to Assortment Module view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.sapObjectNodeType.name Product view

OData Services (1)

ServiceBindingVersionContractRelease
UI_RFM_PROD_ASSIGN_EXPL_ASM UI_RFM_PROD_ASSGN_EXPL_ASM V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
KEY Product Product
KEY AssortmentModuleName AssortmentModuleName
ProductIsMandatoryInAssortment ProductIsMandatoryInAssortment
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
RatioOfUsersWhoExcludedProdVal RatioOfUsersWhoExcludedProdVal
@EndUserText.label: 'Product Assignment to Assortment Module'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #BLOCKED_DATA_EXCLUDED
}

@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations:true

@VDM: {
  viewType: #CONSUMPTION,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],

  lifecycle: {
    contract: {
      type: #PUBLIC_LOCAL_API
    }
  }
}
@ObjectModel: {
    usageType: {
        serviceQuality: #C,
        sizeCategory: #L,
        dataClass: #MASTER
   },
   sapObjectNodeType.name: 'Product' 
}

define root view entity C_ProdToExplicitAsstmtMdl
  provider contract transactional_query
  as projection on I_ProdToExplicitAsstmtMdlTP
{
      @Semantics.uuid: true
  key AssortmentModuleUUID,
  key Product,
      @ObjectModel.text.element: ['AssortmentModuleObjectDesc']
  key AssortmentModuleName             as AssortmentModuleName,
      @Semantics.text: true
      _Text.AssortmentModuleObjectDesc as AssortmentModuleObjectDesc : localized,
      @Semantics.booleanIndicator: true
      ProductIsMandatoryInAssortment,
      ValidityStartDate,
      ValidityEndDate,
      RatioOfUsersWhoExcludedProdVal,
      _ModuleVersion     : redirected to C_ProdAssgblToExplctMdlVersion,
      _AssignableProduct : redirected to C_ProdAssgblToExplctAsstmtMdl,
      _ProdToExplctMdlVers : redirected to composition child C_ProductToAssortmentMdlVersTP    
}