C_BR_ReportingNFItemCube
EFD-C170-L012 - NF Document Item Cube
C_BR_ReportingNFItemCube is a Consumption CDS View (Cube) that provides data about "EFD-C170-L012 - NF Document Item Cube" in SAP S/4HANA. It reads from 1 data source (P_BR_RptgNFTaxAggregation) and exposes 39 fields with key fields CompanyCode, BusinessPlace, BR_NotaFiscal, BR_NotaFiscalItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_BR_RptgNFTaxAggregation | P_BR_RptgNFTaxAggregation | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | CBRNDOCITCUBE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #CUBE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | EFD-C170-L012 - NF Document Item Cube | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | view |
Fields (39)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | BusinessPlace | BusinessPlace | Business place | |
| KEY | BR_NotaFiscal | BR_NotaFiscal | Nota Fiscal | |
| KEY | BR_NotaFiscalItem | |||
| NUM_ITEMBR_NFIssuedBy | ||||
| BR_NFPostingDate | BR_NFPostingDate | |||
| BR_NFeNumber | BR_NFeNumber | |||
| BR_NFModel | BR_NFModel | |||
| BR_NFSituationCode | BR_NFSituationCode | |||
| BR_NFExternalItemNumber | BR_NFExternalItemNumber | |||
| SalesDocumentCurrency | SalesDocumentCurrency | Currency | ||
| HeaderWeightUnit | HeaderWeightUnit | |||
| MaterialType | MaterialType | Material Type | ||
| BR_SPEDReportRegister | ||||
| REGMaterial | ||||
| COD_ITEMMaterialName | ||||
| dec255asQuantityInBaseUnit | Quantity | |||
| QTDBaseUnit | ||||
| VL_ITEMBR_NFDiscountAmountWithTaxes | ||||
| VL_DESCBR_NFIsPhysicalMvtOfMaterial | ||||
| IND_MOVBR_ICMSTaxSituation | ||||
| CST_ICMSNFOperationNature | ||||
| CFOPBR_CFOPCode | ||||
| COD_NATICMSBR_ICMSTaxBaseAmount | ||||
| dec252asBR_ICMSTaxRate | ||||
| VL_ICMSICMSSTBR_ICMSSTTaxBaseAmount | ||||
| 00endasBR_ICMSSTTaxRate | ||||
| CST_IPIasIPILegalClassfctn | ||||
| COD_ENQBR_IPITaxBaseAmount | ||||
| dec252asBR_IPITaxRate | ||||
| ALIQ_IPIBR_IPITaxAmount | ||||
| VL_IPIPISBR_PISTaxSituation | ||||
| CST_PISBR_PISTaxBaseAmount | ||||
| dec252asBR_PISQuantityBaseAmount | ||||
| QUANT_BC_PISBR_AppliedPISTaxAmount | ||||
| ALIQ_PISBR_PISTaxAmount | ||||
| VL_PISCOFINSBR_COFINSTaxSituation | ||||
| CST_COFINSBR_COFINSTaxBaseAmount | ||||
| ALIQ_COFINSBR_COFINSTaxAmount |
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_BR_ReportingNFItemCube.
-- 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: CBRNDOCITCUBE
CREATE VIEW C_BR_ReportingNFItemCube AS
SELECT
CompanyCode,
BusinessPlace,
BR_NotaFiscal,
right(BR_NotaFiscalItem,3) AS BR_NotaFiscalItem,
BR_NFPostingDate,
BR_NFeNumber,
BR_NFModel,
BR_NFSituationCode,
BR_NFExternalItemNumber,
SalesDocumentCurrency,
HeaderWeightUnit,
MaterialType,
'C170' AS BR_SPEDReportRegister
FROM P_BR_RptgNFTaxAggregation
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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