I_SupplierConfControlKey

DDL: I_SUPPLIERCONFCONTROLKEY SQL: ISUPLCONFCTRLK Type: view BASIC

Control Key for Supplier Confirmation

I_SupplierConfControlKey is a Basic CDS View that provides data about "Control Key for Supplier Confirmation" in SAP S/4HANA. It reads from 1 data source (t163l) and exposes 2 fields with key field SupplierConfirmationControlKey. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t163l t163l from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_SupplierConfControlKeyText _Text _Text.SupplierConfirmationControlKey = $projection.SupplierConfirmationControlKey and _Text.Language = $session.system_language

Annotations (14)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName ISUPLCONFCTRLK view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name SupplierConfirmationControlKey view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Control Key for Supplier Confirmation view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SupplierConfirmationControlKey bstae
_Text _Text
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'ISUPLCONFCTRLK'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.representativeKey: ['SupplierConfirmationControlKey']
@ObjectModel.sapObjectNodeType.name: 'SupplierConfirmationControlKey'
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Control Key for Supplier Confirmation'
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view I_SupplierConfControlKey
  as select from t163l

  association [0..1] to I_SupplierConfControlKeyText as _Text on  _Text.SupplierConfirmationControlKey = $projection.SupplierConfirmationControlKey
                                                              and _Text.Language                       = $session.system_language
{
      @ObjectModel.text.association: '_Text'
      @Search: { defaultSearchElement: true }
      key bstae                                                               as SupplierConfirmationControlKey,

      _Text
}


/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T163L"
],
"ASSOCIATED":
[
"I_SUPPLIERCONFCONTROLKEYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/