I_CustMatlAddrDepdntInfoTP

DDL: I_CUSTMATLADDRDEPDNTINFOTP SQL: ICSTMTLADRDEPTP Type: view TRANSACTIONAL

Customer Material Address Dependent Info

I_CustMatlAddrDepdntInfoTP is a Transactional CDS View that provides data about "Customer Material Address Dependent Info" in SAP S/4HANA. It reads from 1 data source (I_CustMatlAddrDepdntInfo) and exposes 18 fields with key fields SalesOrganization, DistributionChannel, Customer, Material, AddressID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CustMatlAddrDepdntInfo CustMatlAddrDepdntInfo from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CustomerMaterialTP _CustomerMaterial $projection.SalesOrganization = _CustomerMaterial.SalesOrganization and $projection.DistributionChannel = _CustomerMaterial.DistributionChannel and $projection.Customer = _CustomerMaterial.Customer and $projection.Material = _CustomerMaterial.Material

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICSTMTLADRDEPTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.draftEnabled true view
ObjectModel.writeDraftPersistence ICSTMTLADRDEP_D view
ObjectModel.createEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
ObjectModel.writeEnabled true view
Search.searchable true view
EndUserText.label Customer Material Address Dependent Info view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization I_CustMatlAddrDepdntInfo SalesOrganization
KEY DistributionChannel I_CustMatlAddrDepdntInfo DistributionChannel
KEY Customer I_CustMatlAddrDepdntInfo Customer
KEY Material
KEY AddressID I_CustMatlAddrDepdntInfo AddressID
AddressIDForEdit I_CustMatlAddrDepdntInfo AddressID
SalesOrganizationForEdit I_CustMatlAddrDepdntInfo SalesOrganization
DistributionChannelForEdit I_CustMatlAddrDepdntInfo DistributionChannel
CustomerForEdit I_CustMatlAddrDepdntInfo Customer
MaterialForEdit I_CustMatlAddrDepdntInfo Material
BusinessPartner
Plant I_CustMatlAddrDepdntInfo Plant
_CustomerMaterial _CustomerMaterial
_Customer _Customer
_SalesOrganization _SalesOrganization
_DistributionChannel _DistributionChannel
_Plant _Plant
_Material _Material
@AbapCatalog.sqlViewName: 'ICSTMTLADRDEPTP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true



@ObjectModel: {
  draftEnabled: true,
  writeDraftPersistence: 'ICSTMTLADRDEP_D',
  semanticKey:           ['Material','SalesOrganization','DistributionChannel','Customer'],
  createEnabled:         true,
  deleteEnabled:         true,
  updateEnabled:         true,
  usageType.serviceQuality: #C,
  usageType.sizeCategory : #XXL,
  usageType.dataClass: #TRANSACTIONAL
}

@VDM.viewType: #TRANSACTIONAL

@ObjectModel.writeEnabled: true

@Search.searchable: true

@EndUserText.label: 'Customer Material Address Dependent Info'
define view I_CustMatlAddrDepdntInfoTP
  as select from I_CustMatlAddrDepdntInfo as CustMatlAddrDepdntInfo
  association [1..1] to I_CustomerMaterialTP as _CustomerMaterial on  $projection.SalesOrganization   = _CustomerMaterial.SalesOrganization
                                                                  and $projection.DistributionChannel = _CustomerMaterial.DistributionChannel
                                                                  and $projection.Customer            = _CustomerMaterial.Customer
                                                                  and $projection.Material            = _CustomerMaterial.Material
{
      @ObjectModel.readOnly:true
  key CustMatlAddrDepdntInfo.SalesOrganization,
      @ObjectModel.readOnly:true
  key CustMatlAddrDepdntInfo.DistributionChannel,
      @ObjectModel.readOnly:true
  key CustMatlAddrDepdntInfo.Customer,
      @ObjectModel.readOnly:true
  key cast (CustMatlAddrDepdntInfo.Material as productnumber preserving type) as Material,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.readOnly: true
  key CustMatlAddrDepdntInfo.AddressID,
      @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
      @ObjectModel.mandatory: true
      CustMatlAddrDepdntInfo.AddressID as AddressIDForEdit,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      CustMatlAddrDepdntInfo.SalesOrganization as SalesOrganizationForEdit,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      CustMatlAddrDepdntInfo.DistributionChannel as DistributionChannelForEdit,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      CustMatlAddrDepdntInfo.Customer as CustomerForEdit,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      CustMatlAddrDepdntInfo.Material as MaterialForEdit,

      @ObjectModel.readOnly:true
      CustMatlAddrDepdntInfo._Customer._CustomerToBusinessPartner._BusinessPartner.BusinessPartner,

      CustMatlAddrDepdntInfo.Plant,


      //Association

      @ObjectModel.association.type:[#TO_COMPOSITION_ROOT,#TO_COMPOSITION_PARENT]
      _CustomerMaterial,

      _Customer,
      _SalesOrganization,
      _DistributionChannel,
      _Plant,
      _Material


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNER",
"I_CUSTMATLADDRDEPDNTINFO",
"I_CUSTOMER",
"I_CUSTOMERTOBUSINESSPARTNER"
],
"ASSOCIATED":
[
"I_CUSTOMER",
"I_CUSTOMERMATERIALTP",
"I_DISTRIBUTIONCHANNEL",
"I_MATERIAL",
"I_PLANT",
"I_SALESORGANIZATION"
],
"BASE":
[
"I_CUSTMATLADDRDEPDNTINFO"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/