P_PPM_Note
P_PPM_Note is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_TextObject) and exposes 1 field with key field TextObjectKeyString.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TextObject | I_TextObject | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PPPMNOTE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | TextObjectKeyString | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TextObjectKeyString |
@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PPPMNOTE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TextObjectKeyString'
define view P_PPM_Note as select from I_TextObject {
key left(I_TextObject.TextObjectKey, 32) as TextObjectKeyString
} where I_TextObject.TextObjectCategory = 'CGPL_TEXT' and I_TextObject.TextObjectType = 'LOG'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECT"
],
"ASSOCIATED":
[],
"BASE":
[],
"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