I_BusinessPartnerLegalFormText

DDL: I_BUSINESSPARTNERLEGALFORMTEXT SQL: IBPLEGALFORMTXT Type: view BASIC Package: MDC_BUPA_BO

Business Partner Legal Form - Text

I_BusinessPartnerLegalFormText is a Basic CDS View that provides data about "Business Partner Legal Form - Text" in SAP S/4HANA. It reads from 1 data source (tb020) and exposes 4 fields with key fields Language, LegalForm. Part of development package MDC_BUPA_BO.

Data Sources (1)

SourceAliasJoin Type
tb020 tb020 from

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IBPLEGALFORMTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey LegalForm view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Business Partner Legal Form - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY LegalForm legal_enty
LegalFormShortName textshort
LegalFormDescription textlong
@AbapCatalog.sqlViewName: 'IBPLEGALFORMTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
  representativeKey: 'LegalForm',
  dataCategory: #TEXT,
  usageType.serviceQuality: #A,
  usageType.sizeCategory : #M,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
}
@Analytics.dataExtraction.enabled: true 
@Analytics.internalName: #LOCAL
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@EndUserText.label: 'Business Partner Legal Form - Text'
define view I_BusinessPartnerLegalFormText
  as select from tb020
{
      @Semantics.language: true
  key spras      as Language,
  key legal_enty as LegalForm,
      @Semantics.text: true
      @Search.defaultSearchElement: true  
      textshort  as LegalFormShortName,
      textlong   as LegalFormDescription
}