C_RecipeFinderPlantValueHelp
Recipe Finder Plant Value Help
C_RecipeFinderPlantValueHelp is a Consumption CDS View that provides data about "Recipe Finder Plant Value Help" in SAP S/4HANA. It reads from 1 data source (I_Plant) and exposes 2 fields with key field Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Plant | Plant | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRCPFINPLANTVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | Plant | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Recipe Finder Plant Value Help | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | Plant | ||
| PlantName | PlantName |
@AbapCatalog.sqlViewName: 'CRCPFINPLANTVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'Plant'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Recipe Finder Plant Value Help'
define view C_RecipeFinderPlantValueHelp
as select from I_Plant as Plant
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.element: [ 'PlantName' ]
key Plant as Plant,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
PlantName as PlantName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"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