C_ZA_SuplrCharcsAndTaxItemQry

DDL: C_ZA_SUPLRCHARCSANDTAXITEMQRY SQL: CZASUPCHARTXITMQ Type: view CONSUMPTION Package: GLO_FIN_IS_VAT_ZA

Analytical query South Africa BBBEE Supplier Classification

C_ZA_SuplrCharcsAndTaxItemQry is a Consumption CDS View that provides data about "Analytical query South Africa BBBEE Supplier Classification" in SAP S/4HANA. It reads from 1 data source (C_ZA_SuplrCharcsAndTaxItemCube) and exposes 26 fields with key fields CompanyCode, AccountingDocument, FiscalYear, TaxItem, TaxCode. Part of development package GLO_FIN_IS_VAT_ZA.

Data Sources (1)

SourceAliasJoin Type
C_ZA_SuplrCharcsAndTaxItemCube C_ZA_SuplrCharcsAndTaxItemCube from

Parameters (9)

NameTypeDefault
P_KeyDate sydate
P_SupplierRecognitionLevel fiza_bee_level
P_ZA_OrgIsEligibleToBBBEE050 fiza_bee_charc_blackowned
P_ZA_OrgIsEligibleToBBBEE030 fiza_bee_charc_blackwomenowned
P_SupplierTurnoverLevel fiza_bee_turnover_level
P_SupplierIsEmpowering fiza_bee_charc_empowering_sup
P_HasSupplierRole fiza_bee_charc_entdev_sup
P_ConversionFactor fiza_bee_mulfactor
P_ContractExpiryPredictedDate fiza_bee_sup_expirydate

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CZASUPCHARTXITMQ view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Analytical query South Africa BBBEE Supplier Classification view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.query true view
AccessControl.blocking #BLOCKED_DATA_INCLUDED view

Fields (26)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY AccountingDocument AccountingDocument Journal Entry
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY TaxItem TaxItem Tax Item
KEY TaxCode TaxCode Tax Code
KEY TransactionTypeDetermination TransactionTypeDetermination Transaction Key
KEY Supplier Supplier Supplier
KEY ClfnObjectID ClfnObjectID
KEY StatryRptgEntity StatryRptgEntity Reporting Entity
KEY StatryRptCategory StatryRptCategory Report ID
KEY StatryRptRunID StatryRptRunID Report Run ID
SupplierVATRegistration SupplierVATRegistration VAT Registration No.
ConversionFactor ConversionFactor
ReportingDate ReportingDate
BPSupplierName BPSupplierName Supplier Name
SupplierRecognitionLevel SupplierRecognitionLevel
ZA_OrgIsEligibleToBBBEE050 ZA_OrgIsEligibleToBBBEE050
ZA_OrgIsEligibleToBBBEE030 ZA_OrgIsEligibleToBBBEE030
SupplierTurnoverLevel SupplierTurnoverLevel
SupplierIsEmpowering SupplierIsEmpowering
SupplierIsEnterpriseDeveloped SupplierIsEnterpriseDeveloped
ContractExpiryPredictedDate ContractExpiryPredictedDate Predicted Expry Date
TaxBaseAmountInCoCodeCrcy TaxBaseAmountInCoCodeCrcy TxBaseAmt CoCodeCrcy
TaxAmountInCoCodeCrcy TaxAmountInCoCodeCrcy Tax Amount in Company Code Currency
RevenueAdjustmentAmount RevenueAdjustmentAmount Revenue Adjustment
CompanyCodeCurrency CompanyCodeCurrency Local Currency

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 C_ZA_SuplrCharcsAndTaxItemQry.
-- 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: CZASUPCHARTXITMQ
-- Parameters: P_KeyDate : sydate, P_SupplierRecognitionLevel : fiza_bee_level, P_ZA_OrgIsEligibleToBBBEE050 : fiza_bee_charc_blackowned, P_ZA_OrgIsEligibleToBBBEE030 : fiza_bee_charc_blackwomenowned, P_SupplierTurnoverLevel : fiza_bee_turnover_level, P_SupplierIsEmpowering : fiza_bee_charc_empowering_sup, P_HasSupplierRole : fiza_bee_charc_entdev_sup, P_ConversionFactor : fiza_bee_mulfactor, P_ContractExpiryPredictedDate : fiza_bee_sup_expirydate

CREATE VIEW C_ZA_SuplrCharcsAndTaxItemQry AS
SELECT
  CompanyCode,
  AccountingDocument,
  FiscalYear,
  TaxItem,
  TaxCode,
  TransactionTypeDetermination,
  Supplier,
  ClfnObjectID,
  StatryRptgEntity,
  StatryRptCategory,
  StatryRptRunID,
  SupplierVATRegistration,
  ConversionFactor,
  ReportingDate,
  BPSupplierName,
  SupplierRecognitionLevel,
  ZA_OrgIsEligibleToBBBEE050,
  ZA_OrgIsEligibleToBBBEE030,
  SupplierTurnoverLevel,
  SupplierIsEmpowering,
  SupplierIsEnterpriseDeveloped,
  ContractExpiryPredictedDate,
  TaxBaseAmountInCoCodeCrcy,
  TaxAmountInCoCodeCrcy,
  RevenueAdjustmentAmount,
  CompanyCodeCurrency
FROM C_ZA_SuplrCharcsAndTaxItemCube
;