R_CUSTOMERCONTACTRELATIONTP

CDS View

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)

ViewTypeJoinVDMDescription
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' }

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

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