I_BPLegalEntity

DDL: I_BPLEGALENTITY Type: view BASIC

BP Legal Entity

I_BPLegalEntity is a Basic CDS View that provides data about "BP Legal Entity" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BusinessPartnerLegalEntity. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BPLegalEntityText _Text $projection.BusinessPartnerLegalEntity = _Text.BusinessPartnerLegalEntity

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IBPLGLENTITY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey BusinessPartnerLegalEntity view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
EndUserText.label BP Legal Entity view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerLegalEntity
_Text _Text
@AbapCatalog: { sqlViewName: 'IBPLGLENTITY',
                compiler.compareFilter: true,
                buffering.status: #NOT_ALLOWED,
                preserveKey: true
              }
@ObjectModel: { usageType: { dataClass: #CUSTOMIZING,
                             serviceQuality: #B,
                             sizeCategory: #M
                           },
                representativeKey:'BusinessPartnerLegalEntity'
              }       
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@EndUserText.label: 'BP Legal Entity'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view I_BPLegalEntity as select from dd07l
association [0..*] to I_BPLegalEntityText as _Text on $projection.BusinessPartnerLegalEntity = _Text.BusinessPartnerLegalEntity
{
   @ObjectModel.text.association: '_Text'
  key cast ( dd07l.domvalue_l as bp_entity_report ) as BusinessPartnerLegalEntity,
      _Text
}
where
      dd07l.domname  = 'BP_ENTITY_REPORT'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BPLEGALENTITYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/