I_SERVICEPERFORMERTOSUPLR

CDS View

Service Performer to Supplier

I_SERVICEPERFORMERTOSUPLR is a CDS View in S/4HANA. Service Performer to Supplier. It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_WrkOrdForOPg view from CONSUMPTION Work Order Details for Object Page
P_PersonRelnMinAct view from COMPOSITE
P_PrimarySupplier view from COMPOSITE
P_SERVICEPERFORMRTOSUPLRMINACT view from CONSUMPTION

Fields (5)

KeyField CDS FieldsUsed in Views
KEY BusinessPartnerSupplier BusinessPartnerSupplier 3
KEY EndDate EndDate 2
KEY Person Person 3
KEY RelationshipCategory RelationshipCategory 2
StartDate StartDate 2
@AbapCatalog.sqlViewName: 'ISERVPERFTOSUPP'
@VDM.viewType: #COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck:  #CHECK
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Service Performer to Supplier'
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities: #CDS_MODELING_ASSOCIATION_TARGET
define view I_ServicePerformerToSuplr
 // as select from WFD_TF_ServicePerformerToSuplr(p_client: $session.client)

 as select from P_WFD_TF_SERVICEPERFORMERSUPLR(p_client: $session.client)
 
  association [1..1] to I_BusinessPartner as _BusinessPartnerSupplier on _BusinessPartnerSupplier.BusinessPartner = $projection.BusinessPartnerSupplier
  association [1..1] to I_BusinessPartner as _ServicePerformer        on _ServicePerformer.BusinessPartner = $projection.Person
{
  key BusinessPartnerSupplier,
  key Person,
  key EndDate,
      StartDate,
      RelationshipCategory,
      
      /* Associations */  
        _ServicePerformer,
        _BusinessPartnerSupplier

  }
  
/*  
  select from but050
  association [1..1] to I_BusinessPartner as _BusinessPartnerSupplier on _BusinessPartnerSupplier.BusinessPartner = $projection.BusinessPartnerSupplier
  association [1..1] to I_BusinessPartner as _ServicePerformer        on _ServicePerformer.BusinessPartner = $projection.Person
{
  key partner1          as BusinessPartnerSupplier,
  key partner2          as Person,
  key date_to           as EndDate,
      date_from         as StartDate,
      reltyp            as RelationshipCategory,

      /* Associations */  /*
        _ServicePerformer,
        _BusinessPartnerSupplier

  }
  where
    reltyp = 'BUR025'

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