I_LglCntntMExtCntctType
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LCMExtContactType | I_LCMExtContactType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_LglCntntMExtCntctTypeText | _LglCntntMExtCntctTypeText | $projection.LglCntntMExtCntctType = _LglCntntMExtCntctTypeText.LglCntntMExtCntctType |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA