C_InspWorkCenterRsltRec

DDL: C_INSPWORKCENTERRSLTREC Type: view_entity CONSUMPTION Package: ODATA_QM_INSPSUBSET_RR

Inspection Operation

C_InspWorkCenterRsltRec is a Consumption CDS View that provides data about "Inspection Operation" in SAP S/4HANA. It reads from 1 data source (I_InspectionOperation) and exposes 15 fields with key fields InspectionLot, InspPlanOperationInternalID. Part of development package ODATA_QM_INSPSUBSET_RR.

Data Sources (1)

SourceAliasJoin Type
I_InspectionOperation I_InspectionOperation from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Inspection Operation view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY InspectionLot InspectionLot
KEY InspPlanOperationInternalID InspPlanOperationInternalID
InspectionOperation InspectionOperation Inspection Operation
OperationText OperationText Inspection Operation Text
InspSbstIsTimeRelated InspSbstIsTimeRelated
InspSbstHasNoTimeOrQuantity InspSbstHasNoTimeOrQuantity
WorkCenterInternalID WorkCenterInternalID
WorkCenterTypeCode
WorkCenter
WorkCenterText
WorkCenterCategoryCode
WorkCenterUsage
Plant
ValidityStartDate
ValidityEndDate
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Inspection Operation'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view entity C_InspWorkCenterRsltRec as select from I_InspectionOperation                                                       

{       @Consumption.filter.hidden: true
   key  InspectionLot,
        @Consumption.filter.hidden: true
   key  InspPlanOperationInternalID,
        @EndUserText.label: 'Inspection Operation'
        @Consumption.valueHelpDefinition: [ { entity: { name: 'I_InspectionOperationStdVH', element: 'InspectionOperation' } } ]
        InspectionOperation,
        @Consumption.filter.hidden: true
        @EndUserText.label: 'Inspection Operation Text'
        OperationText,
        @Consumption.filter.hidden: true
        InspSbstIsTimeRelated,
        @Consumption.filter.hidden: true
        InspSbstHasNoTimeOrQuantity,
        @Consumption.filter.hidden: true
        WorkCenterInternalID,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.WorkCenterTypeCode, 
        I_InspectionOperation._WorkCenter.WorkCenter,
        @Consumption.filter.hidden: true
        _WorkCenter._Text[1:Language=$session.system_language].WorkCenterText,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.WorkCenterCategoryCode,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.WorkCenterUsage,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.Plant,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.ValidityStartDate,
        @Consumption.filter.hidden: true
        I_InspectionOperation._WorkCenter.ValidityEndDate      
      
}
where
InspSbstIsTimeRelated                                  =  'X'
or
InspSbstHasNoTimeOrQuantity                            =  'X'