P_WithholdingTaxTypeText

DDL: P_WITHHOLDINGTAXTYPETEXT Type: view_entity BASIC Package: GLO_FIN_IS_WHT_GEN

Withholding Tax Type Description

P_WithholdingTaxTypeText is a Basic CDS View that provides data about "Withholding Tax Type Description" in SAP S/4HANA. It reads from 1 data source (t059u) and exposes 4 fields with key fields Language, CountryCode, WithholdingTaxType. Part of development package GLO_FIN_IS_WHT_GEN.

Data Sources (1)

SourceAliasJoin Type
t059u t059u from

Annotations (7)

NameValueLevelField
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Withholding Tax Type Description view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY CountryCode land1
KEY WithholdingTaxType witht
WithholdingTaxTypeName text40
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Withholding Tax Type Description'
define view entity P_WithholdingTaxTypeText
  as select from t059u
{
  key spras  as Language,
  key land1  as CountryCode,
  key witht  as WithholdingTaxType,
      text40 as WithholdingTaxTypeName

}