I_CntrlPurContrDistrTypeText

DDL: I_CNTRLPURCONTRDISTRTYPETEXT SQL: ICNTRLPCONDISVH Type: view BASIC

View for Distribution Type in Central Purchase Contract

I_CntrlPurContrDistrTypeText is a Basic CDS View that provides data about "View for Distribution Type in Central Purchase Contract" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields DistributionType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICNTRLPCONDISVH view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ClientHandling.type #INHERITED view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.semanticKey DistributionType view
ObjectModel.representativeKey DistributionType view
ObjectModel.dataCategory #TEXT view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label View for Distribution Type in Central Purchase Contract view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY DistributionType domvalue_l
KEY Language ddlanguage
PurgDocDistributionTypeDesc ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ICNTRLPCONDISVH'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ClientHandling.type: #INHERITED
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC

@ObjectModel.semanticKey: 'DistributionType'
@ObjectModel.representativeKey: 'DistributionType'
//@Analytics.dataCategory: #TEXT

@ObjectModel.dataCategory: #TEXT

@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'View for Distribution Type in Central Purchase Contract'
define view I_CntrlPurContrDistrTypeText
  as select from dd07t

//  association [0..1] to I_CentralPurchaseContract as _CentralPurchaseContract on  _CentralPurchaseContract.PurchaseContractType = PurchasingDocumentType

  association [0..1] to I_Language                as _Language                on $projection.Language = _Language.Language
//  association [1..1] to C_CntrlPurContrTypeValueHelp     as _CntrlPurContrTypeValueHelp     on  _CentralPurchaseContract.PurchaseContractType = _CntrlPurContrTypeValueHelp.PurchasingDocumentType

{

      //dd07t

  key domvalue_l as DistributionType,
     
      @Semantics.language: true
  key ddlanguage as Language,

      @Semantics.text: true
       ddtext as PurgDocDistributionTypeDesc,
      _Language
//      _CentralPurchaseContract



}
where
      domname  = 'MM_PUR_CCTR_DIST_VALUES'
  and as4local = 'A' and ddlanguage = $session.system_language 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/