I_BusinessPartnerGroupTypeText

DDL: I_BUSINESSPARTNERGROUPTYPETEXT SQL: IBPGRPTYPETXT Type: view BASIC Package: MDC_BUPA_BO

Business Partner Group Type - Text

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

Data Sources (1)

SourceAliasJoin Type
tb026 tb026 from

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IBPGRPTYPETXT 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 BusinessPartnerGroupType 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 Group Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY BusinessPartnerGroupType partgrptyp
BusPartGroupTypeShortDesc textshort
BusinessPartnerGroupTypeDesc textlong
@AbapCatalog.sqlViewName: 'IBPGRPTYPETXT'
@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: 'BusinessPartnerGroupType',
  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 Group Type - Text'
define view I_BusinessPartnerGroupTypeText
  as select from tb026
{
      @Semantics.language: true
  key spras      as Language,
  key partgrptyp as BusinessPartnerGroupType,      
      @Semantics.text: true
      @Search.defaultSearchElement: true      
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Consumption.filter.hidden: true
      textshort  as BusPartGroupTypeShortDesc,
      textlong   as BusinessPartnerGroupTypeDesc
}