C_ZA_SuplrCharcsAndTaxItemQry
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)
| Source | Alias | Join Type |
|---|---|---|
| C_ZA_SuplrCharcsAndTaxItemCube | C_ZA_SuplrCharcsAndTaxItemCube | from |
Parameters (9)
| Name | Type | Default |
|---|---|---|
| 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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA