P_WithholdingTaxTypeText
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)
| Source | Alias | Join Type |
|---|---|---|
| t059u | t059u | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA