Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

Srf_Ushlptaxrate

DDL: SRF_USHLPTAXRATE SQL: USHLPTAXRATE Type: view

Helper view for Exemption tax rate

Srf_Ushlptaxrate is a CDS View that provides data about "Helper view for Exemption tax rate" in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Parameters (1)

NameTypeDefault
p_exemrate abap.dec( 5, 2 )

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName USHLPTAXRATE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Helper view for Exemption tax rate view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.status #DEPRECATED view

Fields (1)

KeyFieldSource TableSource FieldDescription
WithholdingTaxExmptPercent

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 Srf_Ushlptaxrate.
-- 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.
-- SQL view name: USHLPTAXRATE
-- Parameters: p_exemrate : abap.dec( 5, 2 )

CREATE VIEW Srf_Ushlptaxrate AS
SELECT
  $parameters.p_exemrate AS WithholdingTaxExmptPercent
FROM I_SAPClient
;