I_EntProjectLongTextTP
Long Text on Project Level
I_EntProjectLongTextTP is a Transactional CDS View that provides data about "Long Text on Project Level" in SAP S/4HANA. It reads from 1 data source (I_EntProjectLongText) and exposes 3 fields with key field ProjectUUID. It has 1 association to related views. Part of development package VDM_PPM_OBJECTS_TP_PROJECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EntProjectLongText | longtext | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_PPM_ProjectTP | _Root | $projection.ProjectUUID = _Root.ProjectUUID |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IENTPROJLTXTTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Long Text on Project Level | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.writeDraftPersistence | PPM_PROJ_LTXT_D | view | |
| ObjectModel.representativeKey | ProjectUUID | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectUUID | ProjectUUID | ||
| LongText | LongText | |||
| _Root | _Root |
@AbapCatalog.sqlViewName: 'IENTPROJLTXTTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Long Text on Project Level'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel: {
writeDraftPersistence: 'PPM_PROJ_LTXT_D',
representativeKey: 'ProjectUUID',
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
usageType:
{
serviceQuality: #B,
dataClass: #MASTER,
sizeCategory: #L
}
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_EntProjectLongTextTP as select from I_EntProjectLongText as longtext
association [1..1] to I_PPM_ProjectTP as _Root on $projection.ProjectUUID = _Root.ProjectUUID
{
@ObjectModel.readOnly:true
key ProjectUUID,
LongText,
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
_Root
}
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