I_SupplierConfControlKeyText

DDL: I_SUPPLIERCONFCONTROLKEYTEXT SQL: ISUPLRCONFCTRLKT Type: view BASIC

Supplier Confirmation Control Key - Text

I_SupplierConfControlKeyText is a Basic CDS View that provides data about "Supplier Confirmation Control Key - Text" in SAP S/4HANA. It reads from 1 data source (t163m) and exposes 5 fields with key fields SupplierConfirmationControlKey, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
t163m t163m from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_SupplierConfControlKey _SupplierConfControlKey $projection.SupplierConfirmationControlKey = _SupplierConfControlKey.SupplierConfirmationControlKey
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName ISUPLRCONFCTRLKT view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Supplier Confirmation Control Key - Text view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SupplierConfirmationControlKey bstae
KEY Language spras
SupplierConfControlKeyName bsbez
_Language _Language
_SupplierConfControlKey _SupplierConfControlKey
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'ISUPLRCONFCTRLKT'
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: ['SupplierConfirmationControlKey']
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Supplier Confirmation Control Key - Text'
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view I_SupplierConfControlKeyText
  as select from t163m

  association [1..1] to I_SupplierConfControlKey as _SupplierConfControlKey on $projection.SupplierConfirmationControlKey = _SupplierConfControlKey.SupplierConfirmationControlKey
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
  key bstae                                                               as SupplierConfirmationControlKey,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras                                                               as Language,
      @Semantics.text: true
      bsbez                                                               as SupplierConfControlKeyName,
      _Language,
      _SupplierConfControlKey
}