I_PT_SAFTSalesInvoiceCube
Reading information for the SAFT PT Billing SalesInv - Cube
I_PT_SAFTSalesInvoiceCube is a Composite CDS View (Cube) that provides data about "Reading information for the SAFT PT Billing SalesInv - Cube" in SAP S/4HANA. It reads from 1 data source (I_PT_SAFTSlsInvoiceStructure) and exposes 44 fields with key fields CompanyCode, PT_SAFTDocumentNumber, PT_SAFTLineNumber, PortugueseInvoiceDate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PT_SAFTSlsInvoiceStructure | a | from |
Parameters (3)
| Name | Type | Default |
|---|---|---|
| P_CompanyCode | bukrs | |
| P_StartDate | begda | |
| P_EndDate | endda |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Reading information for the SAFT PT Billing SalesInv - Cube | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| Analytics.dataCategory | #CUBE | view | |
| Analytics.readClassName | CL_SAFT_PT_DRC_ANALY_SALESINV | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (44)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | Receiver Company Code | |
| KEY | PT_SAFTDocumentNumber | PT_SAFTDocumentNumber | ||
| KEY | PT_SAFTLineNumber | PT_SAFTLineNumber | ||
| KEY | PortugueseInvoiceDate | PortugueseInvoiceDate | Date | |
| PT_SeriesDocumentNumber | PT_SeriesDocumentNumber | ATCUD Code | ||
| DocumentBillingStatus | DocumentBillingStatus | PBEE BDR Status | ||
| DocumentType | DocumentType | Order Type | ||
| DocumentTransaction | DocumentTransaction | Transaction ID | ||
| SourceDocument | SourceDocument | Document | ||
| UnitOfMeasure | UnitOfMeasure | Unit Protected Qty | ||
| UnitOfMeasureName | UnitOfMeasureName | Meas. Unit Text | ||
| TaxReportingDate | TaxReportingDate | Tax Reporting Date | ||
| Quantity | Quantity | Value | ||
| BusinessPartnerCustomer | BusinessPartnerCustomer | CHAR35 | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| PT_SAFTUnitPriceValue | PT_SAFTUnitPriceValue | |||
| PT_SAFTDebitLineValue | PT_SAFTDebitLineValue | |||
| PT_SAFTCreditLineValue | PT_SAFTCreditLineValue | |||
| PT_SAFTCashDiscountValue | PT_SAFTCashDiscountValue | |||
| PT_SAFTInvoiceReference | PT_SAFTInvoiceReference | |||
| SDDocumentReasonText | SDDocumentReasonText | Description | ||
| DestinationLocationName | DestinationLocationName | Name | ||
| ActualDeliveryDate | ActualDeliveryDate | Delivery Date | ||
| TranspDestLocationCityName | TranspDestLocationCityName | Destination City | ||
| TranspDestLocationPostalCode | TranspDestLocationPostalCode | Destination ZIP Code | ||
| TranspOrdStageDestLocCntry | TranspOrdStageDestLocCntry | Stage Destination Location Ctry/Region | ||
| TranspOrdSrceLocationName | TranspOrdSrceLocationName | Source Location Name | ||
| TranspSourceLocationPostalCode | TranspSourceLocationPostalCode | Source ZIP Code | ||
| TranspOrdStageSrceLocCntry | TranspOrdStageSrceLocCntry | Country/Reg. | ||
| TotalTaxAmount | TotalTaxAmount | Tax Amount | ||
| TotalNetAmount | TotalNetAmount | Total Net Amount | ||
| TotalGrossAmount | TotalGrossAmount | Total Gross Amount | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| InvoiceAmountInFrgnCurrency | InvoiceAmountInFrgnCurrency | Invc. Amt Frgn Crcy | ||
| ExchangeRate | ExchangeRate | Exchange rate | ||
| TaxRate | TaxRate | Tax Rate | ||
| PT_SAFTTaxCode | PT_SAFTTaxCode | Tax Code | ||
| TaxAmount | TaxAmount | Tax Amt in Rptg Crcy | ||
| PT_SAFTTaxType | PT_SAFTTaxType | Tax Type | ||
| PT_SAFTCountryText | PT_SAFTCountryText | |||
| ExemptionReason | ExemptionReason | Exempt. Reason | ||
| ExemptionReasonText | ExemptionReasonText | |||
| PT_SAFTProductCode | PT_SAFTProductCode | |||
| ProductDescription | ProductDescription | Description |
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 I_PT_SAFTSalesInvoiceCube.
-- 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.
-- Parameters: P_CompanyCode : bukrs, P_StartDate : begda, P_EndDate : endda
CREATE VIEW I_PT_SAFTSalesInvoiceCube AS
SELECT
CompanyCode,
PT_SAFTDocumentNumber,
PT_SAFTLineNumber,
PortugueseInvoiceDate,
PT_SeriesDocumentNumber,
DocumentBillingStatus,
DocumentType,
DocumentTransaction,
SourceDocument,
UnitOfMeasure,
UnitOfMeasureName,
TaxReportingDate,
Quantity,
BusinessPartnerCustomer,
CompanyCodeCurrency,
PT_SAFTUnitPriceValue,
PT_SAFTDebitLineValue,
PT_SAFTCreditLineValue,
PT_SAFTCashDiscountValue,
PT_SAFTInvoiceReference,
SDDocumentReasonText,
DestinationLocationName,
ActualDeliveryDate,
TranspDestLocationCityName,
TranspDestLocationPostalCode,
TranspOrdStageDestLocCntry,
TranspOrdSrceLocationName,
TranspSourceLocationPostalCode,
TranspOrdStageSrceLocCntry,
TotalTaxAmount,
TotalNetAmount,
TotalGrossAmount,
TransactionCurrency,
InvoiceAmountInFrgnCurrency,
ExchangeRate,
TaxRate,
PT_SAFTTaxCode,
TaxAmount,
PT_SAFTTaxType,
PT_SAFTCountryText,
ExemptionReason,
ExemptionReasonText,
PT_SAFTProductCode,
ProductDescription
FROM I_PT_SAFTSlsInvoiceStructure AS a
;
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