I_INSPECTIONCATALOG
Inspection Catalog
I_INSPECTIONCATALOG is a CDS View in S/4HANA. Inspection Catalog. It contains 1 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_MfgActnRsnCodeGrpCtlgVH | view | from | CONSUMPTION | MPE Reason Code Group Catalog Value Help |
| I_DefectLocationCatalog | view | from | COMPOSITE | Defect Location Catalog |
| I_InspectionCatalogStdVH | view | from | COMPOSITE | Inspection Catalog |
| I_InspSpecAdditionalCatalog | view | from | COMPOSITE | Additional Catalog of Master Charc |
| R_MaintNotifCodingCatalogTP | view | from | TRANSACTIONAL | Catalog for Coding |
| R_MaintNotifObjPrtCatalogTP | view | from | TRANSACTIONAL | Catalog for Object Parts |
| R_MaintNotifOvwDamageCatalogTP | view | from | TRANSACTIONAL | Catalog for Overview of Damage |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | InspectionCatalog | InspSpecAdditionalCatalog,MaintNotifCodingCatalog,MaintNotifObjPartCatalog,MaintNotifOvwDamageCatalog | 4 |
@AbapCatalog: {
sqlViewName: 'IINSPCATALOG',
preserveKey: true,
compiler.compareFilter: true //,
// buffering: { status: #ACTIVE, type: #FULL }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Inspection Catalog'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel: {
usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING },
representativeKey: 'InspectionCatalog'
}
@Metadata.ignorePropagatedAnnotations: true
define view I_Inspectioncatalog as select from tq15
association [0..*] to I_InspectionCatalogText as _InspectionCatalogText
on $projection.InspectionCatalog = _InspectionCatalogText.InspectionCatalog
{
@ObjectModel.text.association: '_InspectionCatalogText'
key tq15.katalogart as InspectionCatalog
/* Associations */
,_InspectionCatalogText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ15"
],
"ASSOCIATED":
[
"I_INSPECTIONCATALOGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/