A_SourcingProjectReason
Reason
A_SourcingProjectReason is a Basic CDS View that provides data about "Reason" in SAP S/4HANA. It reads from 1 data source (I_ProductSourcingReason) and exposes 1 field with key field SourcingProjectReason. It is exposed through 1 OData service (API_SOURCINGPROJECTREASON). Part of development package ODATA_MM_PUR_SRCGPROJ_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductSourcingReason | I_ProductSourcingReason | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | SourcingProjectReason_Type | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Search.searchable | true | view | |
| EndUserText.label | Reason | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_SOURCINGPROJECTREASON | API_SOURCINGPROJECTREASON | V4 | C2 | Deprecated |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectReason | ProductSourcingReason |
@ObjectModel:{
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'SourcingProjectReason_Type'
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@Search.searchable: true
@EndUserText.label: 'Reason'
define root view entity A_SourcingProjectReason
as projection on I_ProductSourcingReason
{
@ObjectModel.text.element: ['SourcingProjectReasonText']
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.sapObjectNodeTypeReference: 'ProductSourcingReason'
key ProductSourcingReason as SourcingProjectReason,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text: true
_SourcingProjectReasonText.ProductSourcingReasonText as SourcingProjectReasonText : localized,
_SourcingProjectReasonText : redirected to composition child A_SourcingProjectReasonText
}
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