I_PT_SupplierCategoryText

DDL: I_PT_SUPPLIERCATEGORYTEXT Type: view_entity BASIC

Supplier Category in Self Billing - Text

I_PT_SupplierCategoryText is a Basic CDS View that provides data about "Supplier Category in Self Billing - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, PT_SupplierCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Lang $projection.Language = _Lang.Language

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Supplier Category in Self Billing - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey PT_SupplierCategory view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY PT_SupplierCategory
PT_SupplierCategoryText ddtext
_Lang _Lang
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Supplier Category in Self Billing - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory:#TEXT
@ObjectModel.representativeKey: 'PT_SupplierCategory'
define view entity I_PT_SupplierCategoryText 
    as select from dd07t
    association [0..1] to I_Language as _Lang on $projection.Language = _Lang.Language
{
  
   @ObjectModel.foreignKey.association: '_Lang'
   @Semantics.language: true
   key ddlanguage      as Language,
   @ObjectModel.text.element: ['PT_SupplierCategory']
   key cast( dd07t.domvalue_l as glo_pt_sup_cat ) as PT_SupplierCategory,
   @Semantics.text: true
   ddtext       as   PT_SupplierCategoryText,
   _Lang
   
}
where 
 domname = 'GLO_PT_SUP_CAT'
 and as4local = 'A'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/