A_SourcingProjectNote
Note
A_SourcingProjectNote is a Consumption CDS View that provides data about "Note" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectNoteTP) and exposes 11 fields with key field NoteBasicUUID. It is exposed through 1 OData service (API_SOURCINGPROJECT).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SourcingProjectNoteTP | R_SourcingProjectNoteTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Note | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_SOURCINGPROJECT | API_SOURCINGPROJECT | V4 | C2 | C1 |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NoteBasicUUID | NoteBasicUUID | ||
| SourcingProjectUUID | SourcingProjectUUID | |||
| NoteBasicLanguage | NoteBasicLanguage | |||
| NoteBasicType | NoteBasicType | |||
| NoteBasicTitle | NoteBasicTitle | |||
| NoteBasicMimeType | NoteBasicMIMEType | |||
| NoteBasicCreatedByUser | NoteBasicCreatedByUser | |||
| NoteBasicCreationDateTime | NoteBasicCreationDateTime | |||
| NoteBasicChangedByUser | NoteBasicChangedByUser | |||
| NoteBasicChangeDateTime | NoteBasicChangeDateTime | |||
| NoteBasicContent | NoteBasicContent |
@EndUserText.label: 'Note'
@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel: {
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #B,
usageType.sizeCategory: #L }
define view entity A_SourcingProjectNote
as projection on R_SourcingProjectNoteTP
{
key NoteBasicUUID,
SourcingProjectUUID,
NoteBasicLanguage,
NoteBasicType,
NoteBasicTitle,
NoteBasicMIMEType as NoteBasicMimeType,
NoteBasicCreatedByUser,
NoteBasicCreationDateTime,
NoteBasicChangedByUser,
NoteBasicChangeDateTime,
NoteBasicContent,
@Semantics.booleanIndicator: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_NTE_TRANS_EXIT'
virtual SrcPrjNoteTypeIsInternal : mm_pur_sp_notetype_is_internal,
//SrcPrjNoteTypeIsInternal,
/* Associations */
_SourcingProject : redirected to parent A_SourcingProject
}
where NoteBasicObjectNodeType = 'SourcingProject'
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