I_IncidentInvestStepStatus

DDL: I_INCIDENTINVESTSTEPSTATUS SQL: IINCINVSTEPSTAT Type: view BASIC

Incident Investigation Step Status

I_IncidentInvestStepStatus is a Basic CDS View (Dimension) that provides data about "Incident Investigation Step Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InvestigationStepStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_IncidentInvestigationStatusT _Text $projection.InvestigationStepStatus = _Text.IncidentInvestigationStatus

Annotations (14)

NameValueLevelField
EndUserText.label Incident Investigation Step Status view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
ObjectModel.representativeKey InvestigationStepStatus view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IINCINVSTEPSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InvestigationStepStatus
_Text _Text
@EndUserText.label: 'Incident Investigation Step Status'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true, internalName:#LOCAL}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'InvestigationStepStatus'
@AccessControl.authorizationCheck: #NOT_REQUIRED
 
@AbapCatalog.sqlViewName: 'IINCINVSTEPSTAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #M, dataClass: #CUSTOMIZING}
// Begin correction 3255934 - 14.10.2022  **************************

define view I_IncidentInvestStepStatus
  as select from dd07l
  association [0..*] to I_IncidentInvestigationStatusT as _Text on $projection.InvestigationStepStatus = _Text.IncidentInvestigationStatus
{
      @ObjectModel.text.association: '_Text'
  key cast(dd07l.domvalue_l as ehhss_inv_step_status_code_nc) as InvestigationStepStatus,  
      _Text
}
where
      dd07l.domname  = 'EHFND_BO_STATUS_TRANSACT_CODE'
  and dd07l.as4local = 'A'
// End correction 3255934 - 14.10.2022  ****************************

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INCIDENTINVESTIGATIONSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/