I_ACMBusPartCompanyCode

DDL: I_ACMBUSPARTCOMPANYCODE SQL: IBPCOMPANYCODE Type: view COMPOSITE

Business Partner Company Code Details

I_ACMBusPartCompanyCode is a Composite CDS View that provides data about "Business Partner Company Code Details" in SAP S/4HANA. It reads from 1 data source (I_ACMBusPartCompanyCodeDet) and exposes 3 fields with key fields BusinessPartnerNumber, CompanyCode.

Data Sources (1)

SourceAliasJoin Type
I_ACMBusPartCompanyCodeDet I_ACMBusPartCompanyCodeDet from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPCOMPANYCODE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Business Partner Company Code Details view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerNumber BusinessPartnerNumber
KEY CompanyCode CompanyCode
_BusPartValues _BusPartValues
@AbapCatalog.sqlViewName: 'IBPCOMPANYCODE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: '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_ACMBusPartCompanyCode
  as select from I_ACMBusPartCompanyCodeDet
  association to parent I_ACMBusPartValues as _BusPartValues on $projection.BusinessPartnerNumber = _BusPartValues.BusinessPartnerNumber
{
  key  BusinessPartnerNumber,
  key  CompanyCode,
       _BusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTCOMPANYCODEDET"
],
"ASSOCIATED":
[
"I_ACMBUSPARTVALUES"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/