A_AssortmentMdlUsrProdExclsn

DDL: A_ASSORTMENTMDLUSRPRODEXCLSN Type: view_entity CONSUMPTION

Product Exclusion from Assortment Module for Assortment User

A_AssortmentMdlUsrProdExclsn is a Consumption CDS View that provides data about "Product Exclusion from Assortment Module for Assortment User" in SAP S/4HANA. It reads from 1 data source (I_ExplctAssMdlUsrProdExclsnTP) and exposes 7 fields with key fields AssortmentModuleUUID, Product, AssortmentModuleUser.

Data Sources (1)

SourceAliasJoin Type
I_ExplctAssMdlUsrProdExclsnTP I_ExplctAssMdlUsrProdExclsnTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Product Exclusion from Assortment Module for Assortment User view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleObjectUUID
KEY Product Product
KEY AssortmentModuleUser AssortmentModuleUser
LastChangeDate LastChangeDate
DistributionChannel DistributionChannel
SalesOrganization SalesOrganization
_Customer _Customer
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Product Exclusion from Assortment Module for Assortment User'

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

  lifecycle: {
    contract: {
      type: #PUBLIC_REMOTE_API
    }
  }
}
@ObjectModel: {
    usageType: {
        serviceQuality: #C,
        sizeCategory: #S,
        dataClass: #MASTER
   }
}
@Metadata.ignorePropagatedAnnotations:true
define root view entity A_AssortmentMdlUsrProdExclsn
  provider contract transactional_query
  as projection on I_ExplctAssMdlUsrProdExclsnTP
{
  key  AssortmentModuleObjectUUID as AssortmentModuleUUID,
  key  Product,
  key  AssortmentModuleUser,
       LastChangeDate,
       _ExplicitAssortmentModule : redirected to A_ExplicitAssortmentModule,

       /*For DCL*/
       @Consumption.hidden: true
       DistributionChannel,
       @Consumption.hidden: true
       SalesOrganization,
       @Consumption.hidden: true
       _Customer

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EXPLCTASSMDLUSRPRODEXCLSNTP"
],
"ASSOCIATED":
[
"A_EXPLICITASSORTMENTMODULE",
"I_CUSTOMER",
"I_EXPLICITASSORTMENTMODULETP"
],
"BASE":
[
"I_EXPLCTASSMDLUSRPRODEXCLSNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/