Atpc_Cds_Ebkn
CDS View on EBKN Table for ATP
Atpc_Cds_Ebkn is a CDS View that provides data about "CDS View on EBKN Table for ATP" in SAP S/4HANA. It reads from 1 data source (ebkn) and exposes 6 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ebkn | ebkn | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ATPC_EBKN | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | CDS View on EBKN Table for ATP | view |
@AbapCatalog.sqlViewName: 'ATPC_EBKN'
@ObjectModel.usageType: {
serviceQuality: #X,
sizeCategory: #XXL,
dataClass: #MIXED
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'CDS View on EBKN Table for ATP'
define view Atpc_Cds_Ebkn as
select from ebkn as ebkn
{
ebkn.mandt,
ebkn.banfn,
ebkn.bnfpo,
min(ebkn.vbeln) as vbeln,
min(ebkn.vbelp) as vbelp,
min(ebkn.ps_psp_pnr) as ps_psp_pnr
}
where
loekz = ''
group by
banfn,
bnfpo
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EBKN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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