A_AssMdlUserToExplicitAssMdl

DDL: A_ASSMDLUSERTOEXPLICITASSMDL Type: view_entity CONSUMPTION Package: ODATA_RFM_ASM_EXPLICIT

Assortment User Assignment to Assortment Module

A_AssMdlUserToExplicitAssMdl is a Consumption CDS View that provides data about "Assortment User Assignment to Assortment Module" in SAP S/4HANA. It reads from 1 data source (I_AssMdlUserToExplicitAssMdlTP) and exposes 8 fields with key fields AssortmentModuleUUID, AssortmentModuleUser. It is exposed through 1 OData service (API_RFM_ASSORTMENT_MODULE). Part of development package ODATA_RFM_ASM_EXPLICIT.

Data Sources (1)

SourceAliasJoin Type
I_AssMdlUserToExplicitAssMdlTP I_AssMdlUserToExplicitAssMdlTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Assortment User Assignment to Assortment Module view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_RFM_ASSORTMENT_MODULE API_RFM_ASSORTMENT_MODULE V4 C2 Deprecated

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY AssortmentModuleUUID AssortmentModuleUUID
KEY AssortmentModuleUser AssortmentModuleUser
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
LastChangeDate LastChangeDate
LastChangedByUserName LastChangedByUserName
SalesOrganization SalesOrganization
DistributionChannel DistributionChannel
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment User Assignment to Assortment Module'

@VDM: {
  viewType: #CONSUMPTION,
  usage: { type: [#TRANSACTIONAL_PROCESSING_SERVICE] },
  lifecycle: {
    contract: {
      type: #PUBLIC_REMOTE_API
    }
  }
}
@ObjectModel: {
    usageType: {
        serviceQuality: #C,
        sizeCategory: #M,
        dataClass: #MASTER
   }
}
@Metadata.ignorePropagatedAnnotations:true
define root view entity A_AssMdlUserToExplicitAssMdl
  provider contract transactional_query
  as projection on I_AssMdlUserToExplicitAssMdlTP
{
  key AssortmentModuleUUID,
  key AssortmentModuleUser,
      ValidityStartDate,
      ValidityEndDate,
      LastChangeDate,
      LastChangedByUserName,

      @Consumption.hidden: true
      SalesOrganization,
      @Consumption.hidden: true
      DistributionChannel,
      _ExplicitAssortmentModule : redirected to A_ExplicitAssortmentModule


}