I_PricingAccessField

DDL: I_PRICINGACCESSFIELD SQL: ICNDNACCF Type: view BASIC Package: VDM_SD_MD_CM

Field in Access for Pricing

I_PricingAccessField is a Basic CDS View that provides data about "Field in Access for Pricing" in SAP S/4HANA. It reads from 2 data sources (t682i, t682z) and exposes 15 fields with key fields ConditionUsage, ConditionApplication, AccessSequence, AccessNumberOfAccessSequence, ConditionTable. It has 1 association to related views. Part of development package VDM_SD_MD_CM.

Data Sources (2)

SourceAliasJoin Type
t682i t682i inner
t682z t682z from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_PricingAccess _PricingAccess $projection.ConditionUsage = _PricingAccess.ConditionUsage and $projection.ConditionApplication = _PricingAccess.ConditionApplication and $projection.AccessSequence = _PricingAccess.AccessSequence and $projection.AccessNumberOfAccessSequence = _PricingAccess.AccessNumberOfAccessSequence

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICNDNACCF view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_CUBE view
EndUserText.label Field in Access for Pricing view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY ConditionUsage t682z kvewe
KEY ConditionApplication t682z kappl
KEY AccessSequence t682z kozgf
KEY AccessNumberOfAccessSequence t682z kolnr
KEY ConditionTable
KEY PricingConditionField t682z zifna
PrcgCndnAccDocumentStructure t682z qustr
PrcgCndnAccessDocumentField t682z qufna
PrcgCndnAccConstantValueSource t682z qudiw
PrcgCndnValueInitialIsAllowed t682z kzini
PricingConditionAccessType t682z fstst
PricingConditionAccessPriority t682z mbwrt
PrcgConditionAccessDirection t682z direction_hier_eval
PrcgCndnAccessDistanceValue t682z dist_leaf_to_node_in_hlvls
_PricingAccess _PricingAccess
@AbapCatalog.sqlViewName: 'ICNDNACCF'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.modelingPattern: #ANALYTICAL_CUBE
@EndUserText.label: 'Field in Access for Pricing'
define view I_PricingAccessField
  as select from t682z
    inner join   t682i on  t682z.kvewe = t682i.kvewe
                       and t682z.kappl = t682i.kappl
                       and t682z.kozgf = t682i.kozgf
                       and t682z.kolnr = t682i.kolnr
  association [1..1] to I_PricingAccess as _PricingAccess on  $projection.ConditionUsage               = _PricingAccess.ConditionUsage
                                                          and $projection.ConditionApplication         = _PricingAccess.ConditionApplication
                                                          and $projection.AccessSequence               = _PricingAccess.AccessSequence
                                                          and $projection.AccessNumberOfAccessSequence = _PricingAccess.AccessNumberOfAccessSequence
{
  key t682z.kvewe                      as ConditionUsage,
  key t682z.kappl                      as ConditionApplication,
  key t682z.kozgf                      as AccessSequence,
  key t682z.kolnr                      as AccessNumberOfAccessSequence,
  key cast ( t682i.kotabnr as char03 ) as ConditionTable,
  key t682z.zifna                      as PricingConditionField,
      t682z.qustr                      as PrcgCndnAccDocumentStructure,
      t682z.qufna                      as PrcgCndnAccessDocumentField,
      t682z.qudiw                      as PrcgCndnAccConstantValueSource,
      t682z.kzini                      as PrcgCndnValueInitialIsAllowed,
      t682z.fstst                      as PricingConditionAccessType,
      t682z.mbwrt                      as PricingConditionAccessPriority,
      t682z.direction_hier_eval        as PrcgConditionAccessDirection,
      t682z.dist_leaf_to_node_in_hlvls as PrcgCndnAccessDistanceValue,
      _PricingAccess
}
where
  t682z.kvewe = 'A'