I_BusinessPartnerGroupingText

DDL: I_BUSINESSPARTNERGROUPINGTEXT SQL: IBPGROUPINGTXT Type: view BASIC

Business Partner Grouping - Text

I_BusinessPartnerGroupingText is a Basic CDS View that provides data about "Business Partner Grouping - Text" in SAP S/4HANA. It reads from 1 data source (tb002) and exposes 3 fields with key fields Language, BusinessPartnerGrouping.

Data Sources (1)

SourceAliasJoin Type
tb002 tb002 from

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IBPGROUPINGTXT 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 BusinessPartnerGrouping view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER 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 Grouping - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY BusinessPartnerGrouping bu_group
BusinessPartnerGroupingText txt40 Grouping Description
@AbapCatalog.sqlViewName: 'IBPGROUPINGTXT'
@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: 'BusinessPartnerGrouping',
  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 Grouping - Text'
define view I_BusinessPartnerGroupingText
  as select from tb002 
{
      @Semantics.language: true
  key spras    as Language,
  key bu_group as BusinessPartnerGrouping,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @EndUserText.label: 'Grouping Description'
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Consumption.filter.hidden: true
      txt40    as BusinessPartnerGroupingText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB002"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/