C_KW_SuplrRtntnOvwQry

DDL: C_KW_SUPLRRTNTNOVWQRY SQL: CKWSUPLRRTNTNQ Type: view CONSUMPTION Package: GLO_LOG_MENA

Kuwait Supplier Retention Header Query

C_KW_SuplrRtntnOvwQry is a Consumption CDS View that provides data about "Kuwait Supplier Retention Header Query" in SAP S/4HANA. It reads from 1 data source (C_KW_SupplierRetentionHeader) and exposes 9 fields with key fields CompanyCode, Supplier. Part of development package GLO_LOG_MENA.

Data Sources (1)

SourceAliasJoin Type
C_KW_SupplierRetentionHeader C_KW_SupplierRetentionHeader from

Parameters (2)

NameTypeDefault
P_FromPostingDate budat
P_ToPostingDate budat

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CKWSUPLRRTNTNQ view
EndUserText.label Kuwait Supplier Retention Header Query view
VDM.viewType #CONSUMPTION view
Analytics.query true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Company Code
KEY Supplier Supplier Vendor Number
CompanyCodeCurrency CompanyCodeCurrency Currency
SupplierName SupplierName Vendor Name
ContractValueInPaytCurrency ContractValueInPaytCurrency Contract Value
BilledAmountInTransacCrcy BilledAmountInTransacCrcy Current Year Billing
RetentionAmountInDocCurrency RetentionAmountInDocCurrency Retention till Date
KW_RetentionAmtClrdInDocCrcy KW_RetentionAmtClrdInDocCrcy Retention cleared till Date
KW_RetentionToBeClearedAmount KW_RetentionToBeClearedAmount Retention Still to Clear

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_KW_SuplrRtntnOvwQry.
-- 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: CKWSUPLRRTNTNQ
-- Parameters: P_FromPostingDate : budat, P_ToPostingDate : budat

CREATE VIEW C_KW_SuplrRtntnOvwQry AS
SELECT
  CompanyCode,
  Supplier,
  CompanyCodeCurrency,
  SupplierName,
  ContractValueInPaytCurrency,
  BilledAmountInTransacCrcy,
  RetentionAmountInDocCurrency,
  KW_RetentionAmtClrdInDocCrcy,
  KW_RetentionToBeClearedAmount
FROM C_KW_SupplierRetentionHeader
;