I_INSPCHARCFRMTDVALUES
Formatted Values for Insp Characteristic
I_INSPCHARCFRMTDVALUES is a CDS View in S/4HANA. Formatted Values for Insp Characteristic. It contains 3 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_InspCharacteristicTP | view | inner | TRANSACTIONAL | Characteristic in Inspection Lot |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| InspSpecFrmtdLowerLimit | InspSpecFrmtdLowerLimit | 1 | |
| InspSpecFrmtdTargetValue | InspSpecFrmtdTargetValue | 1 | |
| InspSpecFrmtdUpperLimit | InspSpecFrmtdUpperLimit | 1 |
@AbapCatalog.sqlViewName: 'IINSPCHARCFORM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Formatted Values for Insp Characteristic'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #D
}
define view I_InspCharcFrmtdValues as select from P_InspCharcFrmtdValues
{
key InspectionLot,
key InspPlanOperationInternalID,
key InspectionCharacteristic,
InspSpecFrmtdTargetValue,
InspSpecFrmtdUpperLimit,
InspSpecFrmtdLowerLimit
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_INSPCHARCFRMTDVALUES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/