I_ChgRecdRefCharcValDpndcy

DDL: I_CHGRECDREFCHARCVALDPNDCY SQL: ICHGRECCHRVDEP Type: view BASIC

Characteristic Value Dependencies

I_ChgRecdRefCharcValDpndcy is a Basic CDS View that provides data about "Characteristic Value Dependencies" in SAP S/4HANA. It reads from 1 data source (cawn) and exposes 4 fields with key fields CharcInternalID, ReleaseInternalCounter, CharcValuePositionNumber.

Data Sources (1)

SourceAliasJoin Type
cawn cawn from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICHGRECCHRVDEP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Characteristic Value Dependencies view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #XXL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CharcInternalID
KEY ReleaseInternalCounter atzhl
KEY CharcValuePositionNumber adzhl
ObjDpnAssignmentNumber knobj
@AbapCatalog.sqlViewName: 'ICHGRECCHRVDEP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#NOT_ALLOWED
@EndUserText.label: 'Characteristic Value Dependencies'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #C,
                        dataClass: #MIXED,
                        sizeCategory: #XXL}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ChgRecdRefCharcValDpndcy
  as select from cawn
{
  key cast ( atinn as atinn_no_conv preserving type ) as CharcInternalID,
  key atzhl                                           as ReleaseInternalCounter,
  key adzhl                                           as CharcValuePositionNumber,
      knobj                                           as ObjDpnAssignmentNumber
}