P_WithholdingTaxTypeText

DDL: P_WITHHOLDINGTAXTYPETEXT Type: view_entity BASIC

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.

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

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T059U"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/