I_UA_TAXCODEREASONTYPE

CDS View

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)

ViewTypeJoinVDMDescription
P_UA_TaxItemReasonCode view_entity inner COMPOSITE Private view to fetch reason codes

Fields (3)

KeyField CDS FieldsUsed 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

}