I_LglCntntMExtCntctType

DDL: I_LGLCNTNTMEXTCNTCTTYPE SQL: ILCMEXTCONT Type: view BASIC

External Contact Type

I_LglCntntMExtCntctType is a Basic CDS View that provides data about "External Contact Type" in SAP S/4HANA. It reads from 1 data source (I_LCMExtContactType) and exposes 2 fields with key field LglCntntMExtCntctType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_LCMExtContactType I_LCMExtContactType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LglCntntMExtCntctTypeText _LglCntntMExtCntctTypeText $projection.LglCntntMExtCntctType = _LglCntntMExtCntctTypeText.LglCntntMExtCntctType

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ILCMEXTCONT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey LglCntntMExtCntctType view
ObjectModel.sapObjectNodeType.name LegalExternalContactType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label External Contact Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMExtCntctType LglCntntMExtCntctType
_LglCntntMExtCntctTypeText _LglCntntMExtCntctTypeText
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ILCMEXTCONT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType : #BASIC

@ObjectModel: {
  representativeKey: 'LglCntntMExtCntctType',
  sapObjectNodeType.name: 'LegalExternalContactType',
  usageType.serviceQuality: #A,
  usageType.sizeCategory: #S,
  usageType.dataClass:  #CUSTOMIZING
}

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

@ObjectModel.modelingPattern: #NONE

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

@EndUserText.label: 'External Contact Type'
define view I_LglCntntMExtCntctType
  as select from I_LCMExtContactType
  association [0..*] to I_LglCntntMExtCntctTypeText as _LglCntntMExtCntctTypeText on $projection.LglCntntMExtCntctType = _LglCntntMExtCntctTypeText.LglCntntMExtCntctType
{
      @ObjectModel.text.association: '_LglCntntMExtCntctTypeText'
  key LglCntntMExtCntctType,

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