R_ACMBUSPARTCOMPANYCODETP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}