C_InspSpecFormulaParameter

DDL: C_INSPSPECFORMULAPARAMETER SQL: CINSPFORMLPARAM Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_InspSpecFormulaParameter I_InspSpecFormulaParameter from

Annotations (10)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_INSPLOT_RSLTRECG UI_INSPLOT_RSLTRECG V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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
}