A_SourcingProjectItemNote
Note for Item
A_SourcingProjectItemNote is a Consumption CDS View that provides data about "Note for Item" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectItemNoteTP) and exposes 12 fields with key field NoteBasicUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SourcingProjectItemNoteTP | R_SourcingProjectItemNoteTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 | |
| EndUserText.label | Note for Item | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NoteBasicUUID | NoteBasicUUID | ||
| SourcingProjectItemUUID | SourcingProjectItemUUID | |||
| NoteBasicType | NoteBasicType | |||
| NoteBasicLanguage | NoteBasicLanguage | |||
| NoteBasicTitle | NoteBasicTitle | |||
| NoteBasicMimeType | NoteBasicMIMEType | |||
| NoteBasicCreatedByUser | NoteBasicCreatedByUser | |||
| NoteBasicCreationDateTime | NoteBasicCreationDateTime | |||
| NoteBasicChangedByUser | NoteBasicChangedByUser | |||
| NoteBasicChangeDateTime | NoteBasicChangeDateTime | |||
| NoteBasicContent | NoteBasicContent | |||
| SourcingProjectUUID | SourcingProjectUUID |
@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 }
@EndUserText.label: 'Note for Item'
define view entity A_SourcingProjectItemNote as projection on R_SourcingProjectItemNoteTP {
key NoteBasicUUID,
SourcingProjectItemUUID,
NoteBasicType,
NoteBasicLanguage,
NoteBasicTitle,
NoteBasicMIMEType as NoteBasicMimeType,
NoteBasicCreatedByUser,
NoteBasicCreationDateTime,
NoteBasicChangedByUser,
NoteBasicChangeDateTime,
NoteBasicContent,
SourcingProjectUUID ,
@Semantics.booleanIndicator: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SPITEM_NTE_TRANS_EXIT'
virtual SrcPrjItemNoteTypeIsInternal : mm_pur_sp_notetype_is_internal,
//SrcPrjItemNoteTypeIsInternal,
/* Associations */
_SourcingProject : redirected to A_SourcingProject,
_SourcingProjectItem : redirected to parent A_SourcingProjectItem
}
where NoteBasicObjectNodeType = 'SourcingProjectItem'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SOURCINGPROJECTITEMNOTETP"
],
"ASSOCIATED":
[
"A_SOURCINGPROJECT",
"A_SOURCINGPROJECTITEM",
"R_SOURCINGPROJECTITEMTP",
"R_SOURCINGPROJECTTP"
],
"BASE":
[
"R_SOURCINGPROJECTITEMNOTETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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