I_BusinessPartnerLegalForm

DDL: I_BUSINESSPARTNERLEGALFORM SQL: IBPLEGALFORM Type: view BASIC Package: MDC_BUPA_BO

Business Partner Legal Form

I_BusinessPartnerLegalForm is a Basic CDS View (Dimension) that provides data about "Business Partner Legal Form" in SAP S/4HANA. It reads from 1 data source (tb019) and exposes 2 fields with key field LegalForm. It has 1 association to related views. Part of development package MDC_BUPA_BO.

Data Sources (1)

SourceAliasJoin Type
tb019 tb019 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusinessPartnerLegalFormText _Text $projection.LegalForm = _Text.LegalForm

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IBPLEGALFORM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
EndUserText.label Business Partner Legal Form view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.sapObjectNodeType.name BusinessPartnerLegalForm view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey LegalForm view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalForm legal_enty
_Text _Text
@AbapCatalog.sqlViewName: 'IBPLEGALFORM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction: {
    enabled: true    
  }
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Business Partner Legal Form'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.sapObjectNodeType.name: 'BusinessPartnerLegalForm'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  representativeKey: 'LegalForm',
  usageType.serviceQuality: #A,
  usageType.sizeCategory : #M,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #ANALYTICAL_DIMENSION ,  
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, 
                          #EXTRACTION_DATA_SOURCE,#ANALYTICAL_DIMENSION]
}


define view I_BusinessPartnerLegalForm
  as select from tb019
  association [0..*] to I_BusinessPartnerLegalFormText as _Text on $projection.LegalForm = _Text.LegalForm
{
      @ObjectModel.text.association: '_Text'
  key legal_enty as LegalForm,
      _Text
}