I_FMEACustomValnProcedTxt
Custom Valuation Procedure - Text
I_FMEACustomValnProcedTxt is a Basic CDS View that provides data about "Custom Valuation Procedure - Text" in SAP S/4HANA. It reads from 1 data source (plmc_audit_calct) and exposes 4 fields with key fields FMEAValuationProcedure, Language. It has 1 association to related views. Part of development package PLM_FMEA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plmc_audit_calct | plmc_audit_calct | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_FMEACustomValnProcedure | _FMEACustomValnProcedure | $projection.FMEAValuationProcedure = _FMEACustomValnProcedure.FMEAValuationProcedure |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Custom Valuation Procedure - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEAValuationProcedure | plmc_audit_calct | calculation_procedure | |
| KEY | Language | plmc_audit_calct | langu | |
| FMEAValuationProcedureText | plmc_audit_calct | calculation_procedure_text | ||
| _FMEACustomValnProcedure | _FMEACustomValnProcedure |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Custom Valuation Procedure - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
define view entity I_FMEACustomValnProcedTxt as select from plmc_audit_calct
association [1] to I_FMEACustomValnProcedure as _FMEACustomValnProcedure on $projection.FMEAValuationProcedure = _FMEACustomValnProcedure.FMEAValuationProcedure
{
key plmc_audit_calct.calculation_procedure as FMEAValuationProcedure,
@Semantics.language: true
key plmc_audit_calct.langu as Language,
@Semantics.text: true
plmc_audit_calct.calculation_procedure_text as FMEAValuationProcedureText,
//Associations
_FMEACustomValnProcedure
}
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