I_INDICATOR

CDS View

Indicator

I_INDICATOR is a CDS View in S/4HANA. Indicator. It contains 1 fields. 36 CDS views read from this table.

CDS Views using this table (36)

ViewTypeJoinVDMDescription
C_CAWriteOffIsReversed view from CONSUMPTION Wertehilfe ob Beleg storniert wurde
C_CAWriteOffIsStatistical view from CONSUMPTION Wertehilfe ob Beleg statistisch ist
C_ChgMgmtActyIsOverdueVH view from CONSUMPTION Change Management Act Overdue Value Help
C_ChgMgmtReqIsEmergencyVH view from CONSUMPTION Change Mgmt Request Emergency Value Help
C_DocumentInfoRecordDelInd view from CONSUMPTION Consumption View for Indicator
C_FMEAIsHeaderFMEAVH view_entity from CONSUMPTION FMEA Is Header FMEA
C_InsLotDeviationT view_entity from CONSUMPTION Inspection Lot Has Deviation
C_InsLotHasUsgeDcsnT view_entity from CONSUMPTION Inspection Lot Has Usage Decision
C_InsLotIsAutomUsgeDcsnPsbleT view_entity from CONSUMPTION Is Automatic Usage Decision Possible
C_InsLotIsBatchRqdT view_entity from CONSUMPTION Is Batch Required for Inspection Lot
C_InsLotIsDocumentationRqdT view_entity from CONSUMPTION Is Documentation Required
C_InsLotIsSkippedT view_entity from CONSUMPTION Inspection Lot Is Skipped
C_InsLotIsStkPostgCmpT view_entity from CONSUMPTION Stock Posting Completed
C_InsLotOverdueT view_entity from CONSUMPTION Inspection Lot Overdue
C_InsLotPlanPresent view_entity from CONSUMPTION Task List Required for Inspection Lot
C_InsLotRejCharT view_entity from CONSUMPTION Insp Lot Rejected Character
C_InsLotSmplDrwgPrcIsConfRqdT view_entity from CONSUMPTION Confirm Sample Drawing Procedure
C_InspDynStageIsInitial view_entity from CONSUMPTION Value Help for InspDynRuleStgeIsInitial
C_InspLotCrtd view_entity from CONSUMPTION InspectionLotIsCreated
C_InspLothasQtyFltT view_entity from CONSUMPTION Has Inspection Lot Quantity
C_InspLotIsCanceled view_entity from CONSUMPTION Inspection Lot Is Canceled
C_InspLotIsMatBatchRqdT view_entity from CONSUMPTION Material Batch Required
C_InspLotIsReleased view_entity from CONSUMPTION InspectionLotIsReleased
C_InspLotMngSrlNmbrIndVH view_entity from CONSUMPTION Serial Number Indicator
C_InspLotPlan view_entity from CONSUMPTION Task List Assigned to Inspection Lot
C_InspLotPlanRequired view_entity from CONSUMPTION Task List Required for Inspection Lot
C_InspLotRejCharT view_entity from CONSUMPTION InspectionLotRejCharac
C_MatlHasNoQltyInfoRecdVH view_entity from CONSUMPTION Matl with or without Q-Info Recd VH
C_MatlHasQltyInfoRecdVH view_entity from CONSUMPTION Material has Q-Info Record Value Help
C_MatlPrpslAdjmtFctrIsAppld view_entity from CONSUMPTION Adjusment Factor is applied on the Material Proposal
C_MRPIsAcceptedIndicatorVH view_entity from CONSUMPTION Is Accepted Value Help
C_RsceMrkdForDeletionVH view from CONSUMPTION Value Help for Resource Deletion Flag
I_CAIndicatorVH view from BASIC Indicator
I_CAPaymentTransToBeClarified view from BASIC Zahlung ist zu klären
I_RAIndicatorVH view_entity from COMPOSITE Value Help of Indicator in RA
I_SEPAMandateIndicatorVH view from COMPOSITE Value help of SEPA Indicator

Fields (1)

KeyField CDS FieldsUsed in Views
KEY IndicatorValue BillOfOperationsGroup,FMEAIsHeaderFMEA,HasNoQltyInfoRec,IndicatorValue,InspCharcHasRejection,InspCharRejectedCount,InspDynRuleStgeIsInitial,InspectionLotHasQuantity,InspectionLotHasUsageDecision,InspectionLotStatusCreated,InspectionLotStatusReleased,InspLotHasDeviations,InspLotHasSrlNmbr,InspLotIsAutomUsgeDcsnPossible,InspLotIsBatchRequired,InspLotIsDocumentationRequired,InspLotIsStockPostingCompleted,InspLotIsTaskListRequired,InspLotStatusCanceled,InspLotUsgeDcsnIsOverdue,MaterialHasQualityInfoRecord,MaterialIsBatchManaged,MatlPrpslAdjmtFctrIsApplied,SmplDrwgProcedIsConfRequired 26
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'IndicatorValue'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE ]
@AbapCatalog.sqlViewName: 'IINDICATOR'
@EndUserText.label: 'Indicator'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true 

//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'IndicatorValue'

//Commented by VDM CDS Suite Plugin:

define view I_Indicator as select from dd07l 
    association [0..*] to I_Indicatortext as _IndicatorText
      on  $projection.IndicatorValue = _IndicatorText.IndicatorValue 
{
   @ObjectModel.text.association: '_IndicatorText'
   @UI.textArrangement: #TEXT_ONLY
   key cast ( substring( domvalue_l, 1, 1 ) as xfeld ) as IndicatorValue,
   _IndicatorText
}where dd07l.domname = 'XFELD' and dd07l.as4local = 'A'