I_ACMBUSPARTCOMPANYCODEDET

CDS View

ACM Business Partner Company Code Details

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMBusPartCompanyCode view from COMPOSITE Business Partner Company Code Details
@AbapCatalog.sqlViewName: 'IBPCOMPNYCODEDET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'ACM Business Partner Company Code Details'
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view I_ACMBusPartCompanyCodeDet
  as select from I_ACMSupplierCompanyCode // vendor 

{
  key  BusinessPartnerNumber,
  key  CompanyCode
}
union select from I_ACMCustomerCompanyCode // customer

{
  key  BusinessPartnerNumber,
  key  CompanyCode
}