P_WithholdingTxCodeFmla

DDL: P_WITHHOLDINGTXCODEFMLA Type: view_entity BASIC Package: GLO_FIN_IS_WHT_KR

Private view for withholding tax code formula details

P_WithholdingTxCodeFmla is a Basic CDS View that provides data about "Private view for withholding tax code formula details" in SAP S/4HANA. It reads from 1 data source (t059fb) and exposes 11 fields with key fields land1, waers, witht, wt_withcd, qland. Part of development package GLO_FIN_IS_WHT_KR.

Data Sources (1)

SourceAliasJoin Type
t059fb t059fb from

Annotations (7)

NameValueLevelField
VDM.viewType #BASIC view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY land1 land1 Trip Ctry/Reg
KEY waers waers Transaction Currency
KEY witht witht WTax Type
KEY wt_withcd wt_withcd W/Tax Code
KEY qland qland WTax C/R Key
KEY wt_valid wt_valid Valid From
KEY wt_bbasb wt_bbasb "To" Base Amt
qsatz qsatz WTax Rate
qsatr qsatr Reduced Rate
qmbab qmbab Reduc. Base Amt
qmbar qmbar Dec.Red.Bse amt

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view P_WithholdingTxCodeFmla.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW P_WithholdingTxCodeFmla AS
SELECT
  land1,
  waers,
  witht,
  wt_withcd,
  qland,
  wt_valid,
  wt_bbasb,
  qsatz,
  qsatr,
  qmbab,
  qmbar
FROM t059fb
;