I_LglCntntMIntCntctType

DDL: I_LGLCNTNTMINTCNTCTTYPE SQL: ILCMINTCONT Type: view BASIC Package: VDM_LCM_LT

Internal Contact Type

I_LglCntntMIntCntctType is a Basic CDS View that provides data about "Internal Contact Type" in SAP S/4HANA. It reads from 1 data source (I_LCMIntContactType) and exposes 2 fields with key field LglCntntMIntCntctType. It has 1 association to related views. Part of development package VDM_LCM_LT.

Data Sources (1)

SourceAliasJoin Type
I_LCMIntContactType I_LCMIntContactType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LglCntntMIntCntctTypeText _LglCntntMIntCntctTypeText $projection.LglCntntMIntCntctType = _LglCntntMIntCntctTypeText.LglCntntMIntCntctType

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ILCMINTCONT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey LglCntntMIntCntctType view
ObjectModel.sapObjectNodeType.name LegalInternalContactType 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 Internal Contact Type view

Fields (2)

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

@ObjectModel: {
  representativeKey: 'LglCntntMIntCntctType',
  sapObjectNodeType.name: 'LegalInternalContactType',
  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: 'Internal Contact Type'
define view I_LglCntntMIntCntctType
  as select from I_LCMIntContactType
  association [0..*] to I_LglCntntMIntCntctTypeText as _LglCntntMIntCntctTypeText on $projection.LglCntntMIntCntctType = _LglCntntMIntCntctTypeText.LglCntntMIntCntctType
{
      @ObjectModel.text.association: '_LglCntntMIntCntctTypeText'
  key LglCntntMIntCntctType,

      _LglCntntMIntCntctTypeText
}