R_CUSTOMERCONTACTRELATIONTP
Customer Contact Relation
R_CUSTOMERCONTACTRELATIONTP is a CDS View in S/4HANA. Customer Contact Relation. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CustomerContactRelationTP | view_entity | projection | CONSUMPTION | Customer Contact Relation |
@AccessControl: { authorizationCheck: #MANDATORY }
@EndUserText: { label: 'Customer Contact Relation' }
@VDM: { viewType: #TRANSACTIONAL,
lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL },
semanticKey: [ 'CustomerContactUUID', 'CaseUUID' ],
representativeKey: 'CaseUUID' }
@Consumption: { dbHints: [ 'USE_HEX_PLAN' ] }
define view entity R_CustomerContactRelationTP
as select from I_CustomerContactRelation
// BO Associations
association to parent R_CustomerContactAttributeTP as _Parent on $projection.CustomerContactUUID = _Parent.CustomerContactUUID
{
// VDM Fields
key CustomerContactUUID,
key CaseUUID,
CustomerCntctFollowUpObjType,
CustomerCntctFollowUpObjStatus,
// Exposed Associations
_Parent
}