I_UA_TAXCODEREASONTYPE
UA VAT Reason Type for Tax Code
I_UA_TAXCODEREASONTYPE is a CDS View in S/4HANA. UA VAT Reason Type for Tax Code. It contains 3 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_UA_TaxItemReasonCode | view_entity | inner | COMPOSITE | Private view to fetch reason codes |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | TaxCode | TaxCode | 1 |
| KEY | UA_InvoiceDocumentDirection | UA_InvoiceDocumentDirection | 1 |
| KEY | UA_SpecialTaxCodeReason | UA_SpecialTaxCodeReason | 1 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'UA VAT Reason Type for Tax Code'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_UA_TaxCodeReasonType as select from j_1ufdi_sptxcode
{
key bukrs as CompanyCode,
key doc_directn as UA_InvoiceDocumentDirection,
key reason as UA_SpecialTaxCodeReason,
key taxcode as TaxCode
//category as UA_SpecialTaxCodeCategory
}