I_LCMEXTCONTACTTYPE
Basic view for External Contact Type
I_LCMEXTCONTACTTYPE is a CDS View in S/4HANA. Basic view for External Contact Type. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_LCMExtContactTypeValueHelp | view | from | CONSUMPTION | Value Help for LCM External Contact |
| I_LglCntntMContactType | view_entity | union_all | COMPOSITE | Contact Types |
| I_LglCntntMExtCntctType | view | from | BASIC | External Contact Type |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.representativeKey: 'LglCntntMExtCntctType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.sqlViewName: 'ILCMECNTCTTYP'
@EndUserText.label: 'Basic view for External Contact Type'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@Search.searchable: true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_LCMExtContactType
as select from lcm_cextcontype
association [0..*] to I_LCMExtContactTypeText as _Text on $projection.LglCntntMExtCntctType = _Text.LglCntntMExtCntctType
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key lglcntntmextcntcttype as LglCntntMExtCntctType,
@UI.hidden: true
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_CEXTCONTYPE"
],
"ASSOCIATED":
[
"I_LCMEXTCONTACTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/