I_INDICATOR
Indicator
I_INDICATOR is a CDS View in S/4HANA. Indicator. It contains 1 fields. 39 CDS views read from this table.
CDS Views using this table (39)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CADocumentHasBeenReversed | view | from | CONSUMPTION | Wertehilfe ob Beleg storniert wurde |
| 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 | from | CONSUMPTION | FMEA Is Header FMEA |
| C_InsLotDeviationT | view | from | CONSUMPTION | Inspection Lot Has Deviation |
| C_InsLotHasUsgeDcsnT | view | from | CONSUMPTION | Inspection Lot Has Usage Decision |
| C_InsLotIsAutomUsgeDcsnPsbleT | view | from | CONSUMPTION | Is Automatic Usage Decision Possible |
| C_InsLotIsBatchRqdT | view | from | CONSUMPTION | Is Batch Required for Inspection Lot |
| C_InsLotIsDocumentationRqdT | view | from | CONSUMPTION | Is Documentation Required |
| C_InsLotIsSkippedT | view | from | CONSUMPTION | Inspection Lot Is Skipped |
| C_InsLotIsStkPostgCmpT | view | from | CONSUMPTION | Stock Posting Completed |
| C_InsLotOverdueT | view | from | CONSUMPTION | Inspection Lot Overdue |
| C_InsLotPlanPresent | view | from | CONSUMPTION | Task List Required for Inspection Lot |
| C_InsLotRejCharT | view | from | CONSUMPTION | Insp Lot Rejected Character |
| C_InsLotSmplDrwgPrcIsConfRqdT | view | from | CONSUMPTION | Confirm Sample Drawing Procedure |
| C_InspDynStageIsInitial | view | from | CONSUMPTION | Value Help for InspDynRuleStgeIsInitial |
| C_InspLotCrtd | view | from | CONSUMPTION | InspectionLotIsCreated |
| C_InspLothasQtyFltT | view | from | CONSUMPTION | Has Inspection Lot Quantity |
| C_InspLotIsCanceled | view | from | CONSUMPTION | Inspection Lot Is Canceled |
| C_InspLotIsMatBatchRqdT | view | from | CONSUMPTION | Material Batch Required |
| C_InspLotIsReleased | view | from | CONSUMPTION | InspectionLotIsReleased |
| C_InspLotMngSrlNmbrIndVH | view | from | CONSUMPTION | Serial Number Indicator |
| C_InspLotPlan | view | from | CONSUMPTION | Task List Assigned to Inspection Lot |
| C_InspLotPlanRequired | view | from | CONSUMPTION | Task List Required for Inspection Lot |
| C_InspLotRejCharT | view | from | CONSUMPTION | InspectionLotRejCharac |
| C_MatlHasNoQltyInfoRecdVH | view | from | CONSUMPTION | Matl with or without Q-Info Recd VH |
| C_MatlHasQltyInfoRecdVH | view | from | CONSUMPTION | Material has Q-Info Record Value Help |
| C_MatlPrpslAdjmtFctrIsAppld | view | from | CONSUMPTION | Adjusment Factor is applied on the Material Proposal |
| C_MRPIsAcceptedIndicatorVH | view | from | CONSUMPTION | Is Accepted Value Help |
| C_PPM_RlvtForApprovalValueHelp | view | from | CONSUMPTION | Relevant for Approval Value Help |
| C_QltyInfoRecdIsDeltdT | view | from | CONSUMPTION | View for drop down Quality Info Record is deleted |
| 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 | from | COMPOSITE | Value Help of Indicator in RA |
| I_SEPAMandateIndicatorVH | view | from | COMPOSITE | Value help of SEPA Indicator |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | IndicatorValue | BillOfOperationsGroup,FMEAIsHeaderFMEA,HasNoQltyInfoRec,IndicatorValue,InspCharcHasRejection,InspCharRejectedCount,InspDynRuleStgeIsInitial,InspectionLotHasQuantity,InspectionLotHasUsageDecision,InspectionLotStatusCreated,InspectionLotStatusReleased,InspLotHasDeviations,InspLotHasSrlNmbr,InspLotIsAutomUsgeDcsnPossible,InspLotIsBatchRequired,InspLotIsDocumentationRequired,InspLotIsStockPostingCompleted,InspLotIsTaskListRequired,InspLotStatusCanceled,InspLotUsgeDcsnIsOverdue,IsApprovalRelevant,MaterialHasQualityInfoRecord,MaterialIsBatchManaged,MatlPrpslAdjmtFctrIsApplied,QltyInfoRecdIsDeleted,SmplDrwgProcedIsConfRequired | 28 |
@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
@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'
key cast ( substring( domvalue_l, 1, 1 ) as xfeld ) as IndicatorValue,
_IndicatorText
}where dd07l.domname = 'XFELD' and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INDICATORTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/