I_BusinessPartnerLegalForm

DDL: I_BUSINESSPARTNERLEGALFORM SQL: IBPLEGALFORM Type: view BASIC

Business Partner Legal Form

I_BusinessPartnerLegalForm is a Basic CDS View 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.

Data Sources (1)

SourceAliasJoin Type
tb019 tb019 from

Associations (1)

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

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPLEGALFORM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED 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 #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #NONE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalForm legal_enty
_Text _Text
@AbapCatalog.sqlViewName: 'IBPLEGALFORM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@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: #X,
  usageType.sizeCategory : #S,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #NONE,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}


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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB019"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERLEGALFORMTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/