I_BUSPARTTAXTYPETEXT

CDS View

Business Partner Tax Type - Text

I_BUSPARTTAXTYPETEXT is a CDS View in S/4HANA. Business Partner Tax Type - Text. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PrepaymentAddressVH view inner BASIC Address for Prepayment

Fields (1)

KeyField CDS FieldsUsed in Views
TaxTypeName TaxTypeName 1
@AbapCatalog.sqlViewName: 'IBPTAXTYPETEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Business Partner Tax Type - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  representativeKey: 'BPTaxType',
  dataCategory: #TEXT,
  usageType.serviceQuality: #X,
  usageType.sizeCategory : #S,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
@Metadata.ignorePropagatedAnnotations: true
define view I_BusPartTaxTypeText
  as select from tfktaxnumtype_t
{
      @Semantics.language: true
  key spras   as Language,
  key taxtype as BPTaxType,
      @Semantics.text: true
      @EndUserText.label: 'Tax Category Description'
      @UI.identification:[{label: 'Tax Category Description'}]
      text    as TaxTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFKTAXNUMTYPE_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/