A_SourcingProjectTypeText
Sourcing Project Type - Text
A_SourcingProjectTypeText is a Basic CDS View that provides data about "Sourcing Project Type - Text" in SAP S/4HANA. It reads from 1 data source (I_SourcingProjectTypeText) and exposes 3 fields with key fields SourcingProjectType, Language. It is exposed through 1 OData service (API_SOURCINGPROJECTTYPE). Part of development package ODATA_MM_PUR_SRCGPROJ_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SourcingProjectTypeText | I_SourcingProjectTypeText | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Search.searchable | true | view | |
| EndUserText.label | Sourcing Project Type - Text | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_SOURCINGPROJECTTYPE | API_SOURCINGPROJECTTYPE | V4 | C2 | Deprecated |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectType | SourcingProjectType | ||
| KEY | Language | Language | ||
| SourcingProjectTypeText | SourcingProjectTypeText |
@ObjectModel:{
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
dataCategory: #TEXT
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@Search.searchable: true
@EndUserText.label: 'Sourcing Project Type - Text'
define view entity A_SourcingProjectTypeText
as projection on I_SourcingProjectTypeText
{
@ObjectModel.text.element: ['SourcingProjectTypeText']
@ObjectModel.sapObjectNodeTypeReference: 'SourcingProjectType'
key SourcingProjectType,
@Semantics.language: true
key Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
SourcingProjectTypeText,
_SourcingProjectType : redirected to parent A_SourcingProjectType
}
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