R_ACMBUSPARTCOMPANYCODETP

CDS View

Business Partner Company Code Mapping

R_ACMBUSPARTCOMPANYCODETP is a CDS View in S/4HANA. Business Partner Company Code Mapping. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMBusPartCompanyCode view_entity projection CONSUMPTION Business Partner Company Code entity
@AccessControl.authorizationCheck: #CHECK
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #L
}
}
@EndUserText.label: 'Business Partner Company Code Mapping'
@AccessControl.personalData.blocking: #NOT_REQUIRED
define view entity R_ACMBusPartCompanyCodeTP
  as select from I_ACMBusPartCompanyCode
  association to parent R_ACMBusPartValuesTP as _BusPartValues on $projection.BusinessPartnerNumber = _BusPartValues.BusinessPartnerNumber
{
  key BusinessPartnerNumber,
  key CompanyCode,
      _BusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTCOMPANYCODE"
],
"ASSOCIATED":
[
"R_ACMBUSPARTVALUESTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/