I_InvoiceList
Invoice List
I_InvoiceList (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.
Invoice List · Sales
I_InvoiceList is a Basic CDS View (Dimension) that provides data about "Invoice List" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentBasic) and exposes 131 fields with key field InvoiceList. It has 6 associations to related views. Part of development package VDM_SD_BIL_IL.
SAP Help Documentation
| Category | Invoice Lists |
|---|---|
| Data Category | Dimension |
Purpose
This CDS view enables consumers to retrieve header-level data from invoice lists. Invoice lists are documents that contain a list of billing documents (either invoices, debit memos, or credit memos) that have already been posted to financial accounting and are intended for a single, designated payer. Example business questions could include: Who are the top 10 payers that use invoice lists to settle payments? What is the total amount invoiced to a particular customer through invoice lists in the last quarter? How much factoring discount was granted to a particular customer last year? How many invoice lists were canceled last year? What are the most common payment terms used by customers in different regions? How does the invoice list distribution vary across different distribution channels? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .
Prerequisites
Authorizations Users who want to use this CDS view must have a role with the following restriction types set to read access: FKART (Billing Type) VKORG (Sales Organization for Billing Process Documents) You can use the Display Restriction Types app to find out in which business catalogs these restriction types are included.
Structure
Important Fields Important fields in this view include the following: Field Name Description InvoiceListType Billing type InvoiceListBillingDate Billing date SalesOrganization Sales organization TotalNetAmount Net value TransactionCurrency Document currency PayerParty Payer CompanyCode Company code
Data Extraction
Data Extraction Type This CDS view is enabled for data extraction in full mode as well as in delta mode. Deltas are determined automatically by change data capture.
This CDS view enables consumers to retrieve header-level data from invoice lists. Invoice lists are documents that contain a list of billing documents (either invoices, debit memos, or credit memos) that have already been posted to financial accounting and are intended for a single, designated payer. Example business questions could include: Who are the top 10 payers that use invoice lists to settle payments? What is the total amount invoiced to a particular customer through invoice lists in the last quarter? How much factoring discount was granted to a particular customer last year? How many invoice lists were canceled last year? What are the most common payment terms used by customers in different regions? How does the invoice list distribution vary across different distribution channels? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .
Prerequisites
Authorizations Users who want to use this CDS view must have a role with the following restriction types set to read access: FKART (Billing Type) VKORG (Sales Organization for Billing Process Documents) You can use the Display Restriction Types app to find out in which business catalogs these restriction types are included.
Structure
Important Fields Important fields in this view include the following: Field Name Description InvoiceListType Billing type InvoiceListBillingDate Billing date SalesOrganization Sales organization TotalNetAmount Net value TransactionCurrency Document currency PayerParty Payer CompanyCode Company code
Data Extraction
Data Extraction Type This CDS view is enabled for data extraction in full mode as well as in delta mode. Deltas are determined automatically by change data capture.
SAP API Hub
| Category | Basic |
|---|---|
| State | C1 |
| Line of Business | Sales |
| Application Component | SD-BIL-IL-2CL |
| Capabilities | Data Source for Data Extraction,Analytical Dimension,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Data Source in SQL Select |
| Extensible (Key User) | No |
| Extensible (Developer) | No |
| Release State (Key User) | Released |
| Release State (Developer) | Released |
| Package | Sales for SAP S/4HANA Cloud Public Edition |
| Description | <p>This CDS view enables consumers to retrieve header-level data from invoice lists. Invoice lists are documents that contain a list of billing documents (either invoices, debit memos, or credit memos) that have already been posted to financial accounting and are intended for a single, designated payer.</p> <p>Example business questions could include:</p> <ul> <li><p>Who are the top 10 payers that use invoice lists to settle payments?</p></li> <li><p>What is the total amount invoiced to a particular customer through invoice lists in the last quarter?</p></li> <li><p>How much factoring discount was granted to a particular customer last year?</p></li> <li><p>How many invoice lists were canceled last year?</p></li> <li><p>What are the most common payment terms used by customers in different regions?</p></li> <li><p>How does the invoice list distribution vary across different distribution channels?</p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Public Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Public Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Public Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Custom Communication Scenarios — Create custom communication scenarios to configure custom communication arrangement
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Public Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillingDocumentBasic | I_BillingDocumentBasic | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InvoiceListItem | _Item | $projection.InvoiceList = _Item.InvoiceList |
| [1..*] | I_InvoiceListPartner | _Partner | $projection.InvoiceList = _Partner.InvoiceList |
| [0..*] | I_InvoiceListPrcgElmnt | _PricingElement | $projection.InvoiceList = _PricingElement.InvoiceList |
| [1..1] | I_InvoiceListType | _InvoiceListType | $projection.InvoiceListType = _InvoiceListType.InvoiceListType |
| [0..1] | I_InvoiceList | _CancelledInvoiceList | $projection.CancelledInvoiceList = _CancelledInvoiceList.InvoiceList |
| [1..1] | I_InvoiceListEnhancedFields | _EnhancedFields | $projection.InvoiceList = _EnhancedFields.InvoiceList |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | ISDINVOICELIST | view | |
| EndUserText.label | Invoice List | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | InvoiceList | view | |
| ObjectModel.sapObjectNodeType.name | InvoiceList | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view |
Fields (131)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvoiceList | Invoice List | ||
| SDDocumentCategory | SDDocumentCategory | SD Document Category | ||
| InvoiceListType | Invoice List Type | |||
| CreatedByUser | CreatedByUser | Name of Person Responsible for Creating the Object | ||
| CreationDate | CreationDate | Record Creation Date | ||
| CreationTime | CreationTime | Time of Change | ||
| LastChangeDate | LastChangeDate | Last Changed On | ||
| LastChangeDateTime | LastChangeDateTime | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | ||
| LogicalSystem | LogicalSystem | Logical System | ||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | Distribution Channel | ||
| Division | Division | Internal Division ID | ||
| InvoiceListBillingDate | BillingDocumentDate | Billing Date | ||
| InvoiceListIsCancelled | Invoice list is canceled | |||
| CancelledInvoiceList | Canceled Invoice List | |||
| InvoiceListCombinationCriteria | Combination criteria in the invoice list | |||
| TotalNetAmount | TotalNetAmount | Net Value in Document Currency | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| StatisticsCurrency | StatisticsCurrency | Statistics Currency | ||
| TotalTaxAmount | TotalTaxAmount | Tax Amount in Document Currency | ||
| CustomerPriceGroup | CustomerPriceGroup | Customer Price Group | ||
| PriceListType | PriceListType | Price List Type | ||
| TaxDepartureCountry | TaxDepartureCountry | Tax Departure Country/Region | ||
| VATRegistration | VATRegistration | VAT Registration Number | ||
| VATRegistrationOrigin | VATRegistrationOrigin | Origin of VAT Registration Number (VAT ID) | ||
| VATRegistrationCountry | VATRegistrationCountry | Country/Region of VAT Registration Number (VAT ID) | ||
| CustomerTaxClassification1 | CustomerTaxClassification1 | Tax Classification 1 for Customer | ||
| CustomerTaxClassification2 | CustomerTaxClassification2 | Tax Classification 2 for Customer | ||
| CustomerTaxClassification3 | CustomerTaxClassification3 | Tax Classification 3 for Customer | ||
| CustomerTaxClassification4 | CustomerTaxClassification4 | Tax Classification 4 for Customer | ||
| CustomerTaxClassification5 | CustomerTaxClassification5 | Tax Classification 5 for Customer | ||
| CustomerTaxClassification6 | CustomerTaxClassification6 | Tax Classification 6 for Customer | ||
| CustomerTaxClassification7 | CustomerTaxClassification7 | Tax Classification 7 for Customer | ||
| CustomerTaxClassification8 | CustomerTaxClassification8 | Tax Classification 8 for Customer | ||
| CustomerTaxClassification9 | CustomerTaxClassification9 | Tax Classification 9 for Customer | ||
| IsEUTriangularDeal | IsEUTriangularDeal | Indicator: Triangular Deal Within the EU | ||
| SDPricingProcedure | SDPricingProcedure | Pricing Procedure in Pricing | ||
| ShippingCondition | ShippingCondition | Shipping Conditions | ||
| IncotermsVersion | IncotermsVersion | Incoterms Version | ||
| IncotermsClassification | IncotermsClassification | Incoterms (Part 1) | ||
| IncotermsTransferLocation | IncotermsTransferLocation | Incoterms (Part 2) | ||
| IncotermsLocation1 | IncotermsLocation1 | Incoterms Location 1 | ||
| IncotermsLocation2 | IncotermsLocation2 | Incoterms Location 2 | ||
| PayerParty | PayerParty | Payer | ||
| ContractAccount | ContractAccount | Contract Account Number | ||
| CustomerPaymentTerms | CustomerPaymentTerms | Key for Terms of Payment | ||
| PaymentMethod | PaymentMethod | Payment Method | ||
| PaymentReference | PaymentReference | Payment Reference | ||
| FixedValueDate | FixedValueDate | Fixed Value Date | ||
| AdditionalValueDays | AdditionalValueDays | Additional Value Days | ||
| SEPAMandate | SEPAMandate | Unique Reference to Mandate for each Payee | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| FiscalYear | FiscalYear | G/L Fiscal Year | ||
| AccountingDocument | AccountingDocument | Document Number of an Accounting Document | ||
| FiscalPeriod | FiscalPeriod | Posting Period | ||
| CustomerAccountAssignmentGroup | CustomerAccountAssignmentGroup | Account Assignment Group for Customer | ||
| AccountingExchangeRateIsSet | AccountingExchangeRateIsSet | Indicator for Fixed Exchange Rate | ||
| AccountingExchangeRate | AccountingExchangeRate | Exchange Rate for FI Postings | ||
| ExchangeRateDate | ExchangeRateDate | Translation Date | ||
| ExchangeRateType | ExchangeRateType | Exchange Rate Type | ||
| DocumentReferenceID | DocumentReferenceID | Reference Document Number | ||
| AssignmentReference | AssignmentReference | Assignment Reference | ||
| DunningArea | DunningArea | Dunning Area | ||
| DunningBlockingReason | DunningBlockingReason | Set Dunning Block | ||
| DunningKey | DunningKey | Dunning Key | ||
| InternalFinancialDocument | InternalFinancialDocument | Financial doc. processing: Internal financial doc. number | ||
| SoldToParty | SoldToParty | Sold-to Party | ||
| PartnerCompany | PartnerCompany | Company ID of Trading Partner | ||
| PurchaseOrderByCustomer | PurchaseOrderByCustomer | Purchase Order Number | ||
| CustomerGroup | CustomerGroup | Customer Group | ||
| Country | Country | Destination Country/Region | ||
| CityCode | CityCode | IATA: City | ||
| SalesDistrict | SalesDistrict | Sales District | ||
| Region | Region | Region (State, Province, County) | ||
| County | County | Wyoming County | ||
| CreditControlArea | CreditControlArea | Credit Control Area | ||
| PricingDocument | PricingDocument | Number of the Document Condition | ||
| OverallSDProcessStatus | OverallSDProcessStatus | Overall Processing Status (Header/All Items) | ||
| AccountingPostingStatus | AccountingPostingStatus | Posting Status of Billing Document | ||
| AccountingTransferStatus | AccountingTransferStatus | Status for Transfer to Accounting | ||
| OvrlItmGeneralIncompletionSts | OvrlItmGeneralIncompletionSts | Incompletion Status (All Items) | ||
| OverallPricingIncompletionSts | OverallPricingIncompletionSts | Pricing Incompletion Status (All Items) | ||
| _EnhancedFields | _EnhancedFields | |||
| _Item | _Item | |||
| _Partner | _Partner | |||
| _PricingElement | _PricingElement | |||
| _InvoiceListType | _InvoiceListType | |||
| _CreatedByUser | _CreatedByUser | |||
| _LogicalSystem | _LogicalSystem | |||
| _SalesOrganization | _SalesOrganization | |||
| _DistributionChannel | _DistributionChannel | |||
| _Division | _Division | |||
| _CancelledInvoiceList | _CancelledInvoiceList | |||
| _TransactionCurrency | _TransactionCurrency | |||
| _StatisticsCurrency | _StatisticsCurrency | |||
| _CustomerPriceGroup | _CustomerPriceGroup | |||
| _PriceListType | _PriceListType | |||
| _TaxDepartureCountry | _TaxDepartureCountry | |||
| _VATRegistrationCountry | _VATRegistrationCountry | |||
| _SDPricingProcedure | _SDPricingProcedure | |||
| _ShippingCondition | _ShippingCondition | |||
| _IncotermsClassification | _IncotermsClassification | |||
| _IncotermsVersion | _IncotermsVersion | |||
| _PayerParty | _PayerParty | |||
| _CustomerPaymentTerms | _CustomerPaymentTerms | |||
| _CompanyCode | _CompanyCode | |||
| _FiscalYear | _FiscalYear | |||
| _AccountingDocument | _AccountingDocument | |||
| _CustomerAccountAssgmtGroup | _CustomerAccountAssgmtGroup | |||
| _ExchangeRateType | _ExchangeRateType | |||
| _DunningArea | _DunningArea | |||
| _DunningBlockingReason | _DunningBlockingReason | |||
| _SoldToParty | _SoldToParty | |||
| _CustomerGroup | _CustomerGroup | |||
| _Country | _Country | |||
| _CityCode | _CityCode | |||
| _SalesDistrict | _SalesDistrict | |||
| _Region | _Region | |||
| _County | _County_2 | |||
| _CreditControlArea | _CreditControlArea | |||
| _SDDocumentCategory | _SDDocumentCategory | |||
| _VATRegistrationOrigin | _VATRegistrationOrigin | |||
| _DunningKey | _DunningKey | |||
| _PaymentMethod | _PaymentMethod | |||
| _OverallSDProcessStatus | _OverallSDProcessStatus | |||
| _AccountingPostingStatus | _AccountingPostingStatus | |||
| _AccountingTransferStatus | _AccountingTransferStatus | |||
| _OvrlItmGeneralIncompletionSts | _OvrlItmGeneralIncompletionSts | |||
| _OverallPricingIncompletionSts | _OverallPricingIncompletionSts | |||
| _DunningAreaText | _DunningAreaText | |||
| _CreditControlAreaText | _CreditControlAreaText |
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_InvoiceList.
-- 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.
CREATE VIEW I_InvoiceList AS
SELECT
cast(BillingDocument as vbeln_rl preserving type) AS InvoiceList,
SDDocumentCategory,
cast(BillingDocumentType as invoicelisttype preserving type) AS InvoiceListType,
CreatedByUser,
CreationDate,
CreationTime,
LastChangeDate,
LastChangeDateTime,
LogicalSystem,
SalesOrganization,
DistributionChannel,
Division,
BillingDocumentDate AS InvoiceListBillingDate,
cast(BillingDocumentIsCancelled as invoice_list_is_canceled preserving type) AS InvoiceListIsCancelled,
cast(CancelledBillingDocument as canceled_invoice_list preserving type) AS CancelledInvoiceList,
cast(BillingDocCombinationCriteria as invoice_list_comb_criteria preserving type) AS InvoiceListCombinationCriteria,
TotalNetAmount,
TransactionCurrency,
StatisticsCurrency,
TotalTaxAmount,
CustomerPriceGroup,
PriceListType,
TaxDepartureCountry,
VATRegistration,
VATRegistrationOrigin,
VATRegistrationCountry,
CustomerTaxClassification1,
CustomerTaxClassification2,
CustomerTaxClassification3,
CustomerTaxClassification4,
CustomerTaxClassification5,
CustomerTaxClassification6,
CustomerTaxClassification7,
CustomerTaxClassification8,
CustomerTaxClassification9,
IsEUTriangularDeal,
SDPricingProcedure,
ShippingCondition,
IncotermsVersion,
IncotermsClassification,
IncotermsTransferLocation,
IncotermsLocation1,
IncotermsLocation2,
PayerParty,
ContractAccount,
CustomerPaymentTerms,
PaymentMethod,
PaymentReference,
FixedValueDate,
AdditionalValueDays,
SEPAMandate,
CompanyCode,
FiscalYear,
AccountingDocument,
FiscalPeriod,
CustomerAccountAssignmentGroup,
AccountingExchangeRateIsSet,
AccountingExchangeRate,
ExchangeRateDate,
ExchangeRateType,
DocumentReferenceID,
AssignmentReference,
DunningArea,
DunningBlockingReason,
DunningKey,
InternalFinancialDocument,
SoldToParty,
PartnerCompany,
PurchaseOrderByCustomer,
CustomerGroup,
Country,
CityCode,
SalesDistrict,
Region,
County,
CreditControlArea,
PricingDocument,
OverallSDProcessStatus,
AccountingPostingStatus,
AccountingTransferStatus,
OvrlItmGeneralIncompletionSts,
OverallPricingIncompletionSts
FROM I_BillingDocumentBasic
LEFT OUTER JOIN I_InvoiceListItem AS _Item ON InvoiceList = _Item.InvoiceList -- association [0..*]
LEFT OUTER JOIN I_InvoiceListPartner AS _Partner ON InvoiceList = _Partner.InvoiceList -- association [1..*]
LEFT OUTER JOIN I_InvoiceListPrcgElmnt AS _PricingElement ON InvoiceList = _PricingElement.InvoiceList -- association [0..*]
LEFT OUTER JOIN I_InvoiceListType AS _InvoiceListType ON InvoiceListType = _InvoiceListType.InvoiceListType -- association [1..1]
LEFT OUTER JOIN I_InvoiceList AS _CancelledInvoiceList ON CancelledInvoiceList = _CancelledInvoiceList.InvoiceList -- association [0..1]
LEFT OUTER JOIN I_InvoiceListEnhancedFields AS _EnhancedFields ON InvoiceList = _EnhancedFields.InvoiceList -- association [1..1]
;
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