P_CZ_StRpEUTaxClassification

DDL: P_CZ_STRPEUTAXCLASSIFICATION SQL: PCZSRECSLITMCLFN Type: view CONSUMPTION

Rptd and NonRptd items for ECSL - Corr.

P_CZ_StRpEUTaxClassification is a Consumption CDS View that provides data about "Rptd and NonRptd items for ECSL - Corr." in SAP S/4HANA.

Parameters (4)

NameTypeDefault
P_StatryRptgEntity srf_reporting_entity
P_StatryRptCategory srf_rep_cat_id
P_StatryRptRunID srf_report_run_id
P_RelocationDocumentType farp_blart

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PCZSRECSLITMCLFN view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
VDM.private true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Rptd and NonRptd items for ECSL - Corr. view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #BLOCKED_DATA_INCLUDED view

Fields (29)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode I_StRpTaxItmWithEUTaxClass CompanyCode Receiver Company Code
KEY AccountingDocument I_StRpTaxItmWithEUTaxClass AccountingDocument Journal Entry
KEY FiscalYear I_StRpTaxItmWithEUTaxClass FiscalYear G/L Fiscal Year
KEY TaxCode TaxCode Tax Code
KEY TransactionTypeDetermination TransactionTypeDetermination Transaction Key
KEY CARptgDateTypeForECSalesList I_StRpTaxItmWithEUTaxClass CARptgDateTypeForECSalesList Reporting Date
KEY ECSalesListReportingDate I_StRpTaxItmWithEUTaxClass ECSalesListReportingDate Date
KEY CADocument I_StRpTaxItmWithEUTaxClass CADocument CA Document No.
KEY CASqncNumberForECSalesList I_StRpTaxItmWithEUTaxClass CASqncNumberForECSalesList Sequence Number
KEY BusinessPartner I_StRpTaxItmWithEUTaxClass BusinessPartner Issuing Authority
CAReconciliationKey I_StRpTaxItmWithEUTaxClass CAReconciliationKey Reconcil. Key
Creditor Creditor Supplier
Debtor Debtor Debtor
VATRegistration VATRegistration VAT Registration No.
TaxableEntity TaxableEntity
ReportingDate ReportingDate
PostingDate I_StRpTaxItmWithEUTaxClass PostingDate Posting Date for GR
DocumentDate I_StRpTaxItmWithEUTaxClass DocumentDate Journal Entry Date
TaxReportingDate I_StRpTaxItmWithEUTaxClass TaxReportingDate Tax Reporting Date
ReportingCountry ReportingCountry
IsEUTriangularDeal IsEUTriangularDeal Is EU Triangular Deal
DelivOfGoodsDestCountry DelivOfGoodsDestCountry Dest. C/R
DelivOfGoodsOriginCountry DelivOfGoodsOriginCountry
EUTaxClassification EUTaxClassification
TaxType TaxType Tax Type
BusinessPartnerName I_StRpTaxItmWithEUTaxClass BusinessPartnerName Extracted Customer Name
StatryRptgEntity
StatryRptCategory
StatryRptRunID

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_CZ_StRpEUTaxClassification.
-- 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: PCZSRECSLITMCLFN
-- Parameters: P_StatryRptgEntity : srf_reporting_entity, P_StatryRptCategory : srf_rep_cat_id, P_StatryRptRunID : srf_report_run_id, P_RelocationDocumentType : farp_blart

CREATE VIEW P_CZ_StRpEUTaxClassification AS
SELECT
  I_StRpTaxItmWithEUTaxClass.CompanyCode AS CompanyCode,
  I_StRpTaxItmWithEUTaxClass.AccountingDocument AS AccountingDocument,
  I_StRpTaxItmWithEUTaxClass.FiscalYear AS FiscalYear,
  TaxCode,
  TransactionTypeDetermination,
  I_StRpTaxItmWithEUTaxClass.CARptgDateTypeForECSalesList AS CARptgDateTypeForECSalesList,
  I_StRpTaxItmWithEUTaxClass.ECSalesListReportingDate AS ECSalesListReportingDate,
  I_StRpTaxItmWithEUTaxClass.CADocument AS CADocument,
  I_StRpTaxItmWithEUTaxClass.CASqncNumberForECSalesList AS CASqncNumberForECSalesList,
  I_StRpTaxItmWithEUTaxClass.BusinessPartner AS BusinessPartner,
  I_StRpTaxItmWithEUTaxClass.CAReconciliationKey AS CAReconciliationKey,
  Creditor,
  Debtor,
  VATRegistration,
  TaxableEntity,
  ReportingDate,
  I_StRpTaxItmWithEUTaxClass.PostingDate AS PostingDate,
  I_StRpTaxItmWithEUTaxClass.DocumentDate AS DocumentDate,
  I_StRpTaxItmWithEUTaxClass.TaxReportingDate AS TaxReportingDate,
  ReportingCountry,
  IsEUTriangularDeal,
  DelivOfGoodsDestCountry,
  DelivOfGoodsOriginCountry,
  EUTaxClassification,
  TaxType,
  I_StRpTaxItmWithEUTaxClass.BusinessPartnerName AS BusinessPartnerName,
  $parameters.P_StatryRptgEntity AS StatryRptgEntity,
  $parameters.P_StatryRptCategory AS StatryRptCategory,
  $parameters.P_StatryRptRunID AS StatryRptRunID
;