C_InspSpecFormulaParameter
Formula Parameter and text
C_InspSpecFormulaParameter is a Consumption CDS View that provides data about "Formula Parameter and text" in SAP S/4HANA. It reads from 1 data source (I_InspSpecFormulaParameter) and exposes 3 fields with key field InspSpecFormulaParameter. It is exposed through 1 OData service (UI_INSPLOT_RSLTRECG). It is used in 1 Fiori application: Record Inspection Results (Version 2).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InspSpecFormulaParameter | I_InspSpecFormulaParameter | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CINSPFORMLPARAM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| EndUserText.label | Formula Parameter and text | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_INSPLOT_RSLTRECG | UI_INSPLOT_RSLTRECG | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F1685A | Record Inspection Results (Version 2) | Transactional | An application to record results for inspection characteristics. |
Record Inspection Results (Version 2)
Business Role: Quality Technician
With the new Record Inspection Results app, you can record and process results for characteristics for one or more inspection lots effectively. You can also use this app to create defects manually for different categories, such as inspection lots, inspection operations, and characteristics.
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspSpecFormulaParameter | InspSpecFormulaParameter | ||
| InspSpecFormulaParameterText | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CINSPFORMLPARAM'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel:{
usageType:{
sizeCategory: #S,
serviceQuality: #A,
dataClass:#CUSTOMIZING
}
}
@EndUserText.label: 'Formula Parameter and text'
define view C_InspSpecFormulaParameter as select from I_InspSpecFormulaParameter {
@ObjectModel.text.element: ['InspSpecFormulaParameterText']
key InspSpecFormulaParameter,
@Semantics.text: true
_Text[1:Language=$session.system_language].InspSpecFormulaParameterText,
/* Associations */
_Text
}
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