I_InvoiceListStdVH
Invoice List
I_InvoiceListStdVH is a Composite CDS View that provides data about "Invoice List" in SAP S/4HANA. It reads from 1 data source (I_InvoiceList) and exposes 3 fields with key field InvoiceList. Part of development package VDM_SD_BIL_IL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InvoiceList | I_InvoiceList | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.technicalName | ISDINVOICLIST_VH | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Invoice List | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | InvoiceList | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvoiceList | InvoiceList | ||
| InvoiceListType | InvoiceListType | |||
| SalesOrganization | SalesOrganization |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')
@Analytics.technicalName: 'ISDINVOICLIST_VH'
@Consumption.ranked: true
@EndUserText.label: 'Invoice List'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'InvoiceList'
@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ]
@ObjectModel.usageType: { dataClass: #TRANSACTIONAL, serviceQuality: #A, sizeCategory: #L }
@Search.searchable: true
@VDM.viewType: #COMPOSITE
define view entity I_InvoiceListStdVH
as select from I_InvoiceList
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key InvoiceList,
@Consumption.hidden: true
InvoiceListType,
@Consumption.hidden: true
SalesOrganization
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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