I_BusPartSuplmntNameText

DDL: I_BUSPARTSUPLMNTNAMETEXT SQL: IBPSUPPNAMTXT Type: view BASIC

View shows BUPA Supplement Name Text

I_BusPartSuplmntNameText is a Basic CDS View that provides data about "View shows BUPA Supplement Name Text" in SAP S/4HANA. It reads from 1 data source (tsad5t) and exposes 3 fields with key fields Language, BusinessPartnerSupplementName.

Data Sources (1)

SourceAliasJoin Type
tsad5t tsad5t from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPSUPPNAMTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey BusinessPartnerSupplementName view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label View shows BUPA Supplement Name Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu
KEY BusinessPartnerSupplementName title_key
BusPartSuplmntNameDescription title_dscr
@AbapCatalog.sqlViewName: 'IBPSUPPNAMTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'BusinessPartnerSupplementName'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'View shows  BUPA Supplement Name Text'
define view I_BusPartSuplmntNameText as select from tsad5t {

  @Semantics.language: true
key langu as Language ,
key title_key as BusinessPartnerSupplementName ,
  @Semantics.text: true
title_dscr   as BusPartSuplmntNameDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD5T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/