P_T030
P_T030 is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (t030) and exposes 7 fields with key fields ktopl, ktosl, bwmod, komok, bklas.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t030 | t030 | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PT030 | view | |
| AbapCatalog.compiler.compareFilter | true | view |
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@VDM.private:true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PT030'
@AbapCatalog.compiler.compareFilter: true
define view P_T030
as select from t030
{
key t030.ktopl,
key t030.ktosl,
key t030.bwmod,
key t030.komok,
key t030.bklas,
t030.konts,
t030.konth
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T030"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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