I_ChangeMasterFunction

DDL: I_CHANGEMASTERFUNCTION SQL: IECNFUNCTION Type: view BASIC

Change Number Function

I_ChangeMasterFunction is a Basic CDS View that provides data about "Change Number Function" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChangeNumberFunction. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChangeMasterFunctionText _Text $projection.ChangeNumberFunction = _Text.ChangeNumberFunction

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IECNFUNCTION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey ChangeNumberFunction view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Change Number Function view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChangeNumberFunction
_Text _Text
@AbapCatalog.sqlViewName: 'IECNFUNCTION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.representativeKey: 'ChangeNumberFunction'
@ObjectModel.semanticKey: [ 'ChangeNumberFunction' ]

@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE ]

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API

@EndUserText.label: 'Change Number Function'
define view I_ChangeMasterFunction
  as select from dd07l
  association [0..*] to I_ChangeMasterFunctionText as _Text on $projection.ChangeNumberFunction = _Text.ChangeNumberFunction
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as cc_aefun ) as ChangeNumberFunction,
      _Text
}
where
      domname  = 'CC_AEFUN'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CHANGEMASTERFUNCTIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/