I_CndnValueZeroProcessingCode

DDL: I_CNDNVALUEZEROPROCESSINGCODE SQL: ICNDNVALZPC Type: view BASIC

Zero Condition Value Processing Indicator

I_CndnValueZeroProcessingCode is a Basic CDS View that provides data about "Zero Condition Value Processing Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CndnValueZeroProcgCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CndnValZeroProcgCodeText _Text $projection.CndnValueZeroProcgCode = _Text.CndnValueZeroProcgCode

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICNDNVALZPC view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
EndUserText.label Zero Condition Value Processing Indicator view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #ANALYTICAL_CUBE view
ObjectModel.representativeKey CndnValueZeroProcgCode view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnValueZeroProcgCode
_Text _Text
@AbapCatalog.sqlViewName: 'ICNDNVALZPC'
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@EndUserText.label: 'Zero Condition Value Processing Indicator'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.modelingPattern: #ANALYTICAL_CUBE
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.representativeKey: 'CndnValueZeroProcgCode'
@Metadata.ignorePropagatedAnnotations:true
//@ObjectModel.sapObjectNodeType.name: 'CndnValueZeroProcgCode'

define view I_CndnValueZeroProcessingCode
  as select from dd07l
  association [0..*] to I_CndnValZeroProcgCodeText as _Text on $projection.CndnValueZeroProcgCode = _Text.CndnValueZeroProcgCode
{

      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as val_zero ) as CndnValueZeroProcgCode,
      _Text

}

where
      domname  = 'VAL_ZERO'
  and as4local = 'A'
  and as4vers  = '0000'