R_ACMBUSPARTVALUESTP

CDS View

TP view for R_ACMBusPartValues

R_ACMBUSPARTVALUESTP is a CDS View in S/4HANA. TP view for R_ACMBusPartValues. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMBusPartValues view_entity projection CONSUMPTION Business Partner Values
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #CHECK
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #B,
sizeCategory: #XL
},
sapObjectNodeType.name:'BusinessPartner'
}
@EndUserText.label: 'TP view for R_ACMBusPartValues'

define root view entity R_ACMBusPartValuesTP
  as select from I_ACMBusPartValues as BusinessPartnerValues
  composition [*] of R_ACMBusPartCompanyCodeTP as _BPCompanyCodeMap
  composition [*] of R_ACMBusPartUoMConfignTP  as _BPUoMConfig
{
  key BusinessPartnerNumber,
      BusinessPartnerClassification,
      ACMBusinessPartnerType,
      ACMOnboardRelevant,
      IsBlocked,
      BPIsCentrallyArchived,
      CounterpartyFullName,
      ContractDataReplicationStatus,
      DeliveryDataReplicationStatus,
      SettlmtDataReplicationStatus,
      PODataReplicationStatus,
      SlsOrderDataReplicationStatus,
      NominationReplicationStatus,



      /* association */
      _BPCompanyCodeMap,
      _BPUoMConfig
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTVALUES"
],
"ASSOCIATED":
[
"R_ACMBUSPARTCOMPANYCODETP",
"R_ACMBUSPARTUOMCONFIGNTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/