I_BUSINESSPARTNERLEGALFORMTEXT

CDS View

Business Partner Legal Form - Text

I_BUSINESSPARTNERLEGALFORMTEXT is a CDS View in S/4HANA. Business Partner Legal Form - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_LegalFormTextVHTemp view from CONSUMPTION
@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: #C,
  usageType.sizeCategory : #L,
  usageType.dataClass: #MASTER,
  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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB020"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/