I_PT_SAFTChkSlsInvcExist
Sales Invoices check exist
I_PT_SAFTChkSlsInvcExist is a Composite CDS View that provides data about "Sales Invoices check exist" in SAP S/4HANA. It reads from 1 data source (I_CalendarDate) and exposes 4 fields with key fields StatryRptgEntity, StatryRptCategory, StatryRptRunID, CalendarDate. Part of development package GLO_FIN_IS_SAFT_PT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CalendarDate | cal | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Invoices check exist | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatryRptgEntity | log | StatryRptgEntity | |
| KEY | StatryRptCategory | log | StatryRptCategory | |
| KEY | StatryRptRunID | log | StatryRptRunID | |
| KEY | CalendarDate | I_CalendarDate | CalendarDate |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Invoices check exist'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #D,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #COMPOSITE
define view entity I_PT_SAFTChkSlsInvcExist as select distinct from I_PT_SAFTSalesInvoicesLog as log
inner join I_CalendarDate as cal on cal.CalendarDate = log.PortugueseInvoiceDate
{
key log.StatryRptgEntity as StatryRptgEntity,
key log.StatryRptCategory as StatryRptCategory,
key log.StatryRptRunID as StatryRptRunID,
key cal.CalendarDate
}
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