C_MDChgProcessSourceStatusVH

DDL: C_MDCHGPROCESSSOURCESTATUSVH SQL: CMDCHGPROCSRCSTS Type: view CONSUMPTION

Source Data Information VH

C_MDChgProcessSourceStatusVH is a Consumption CDS View that provides data about "Source Data Information VH" in SAP S/4HANA. It reads from 1 data source (I_MasterDataDomainValueText) and exposes 2 fields with key field MDChgProcessSrceStatus.

Data Sources (1)

SourceAliasJoin Type
I_MasterDataDomainValueText I_MasterDataDomainValueText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHGPROCSRCSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Source Data Information VH view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessSrceStatus
MDChgProcessSourceStatusText DomainText MDC Process Status
@AbapCatalog.sqlViewName: 'CMDCHGPROCSRCSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Source Data Information VH'
@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #L,
    usageType.dataClass: #MIXED }
@VDM:           {viewType:           #CONSUMPTION}
@ClientHandling.algorithm: #SESSION_VARIABLE    
@Search.searchable: true
@Consumption.ranked: true 
//@Search.searchable: true

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view C_MDChgProcessSourceStatusVH as select from I_MasterDataDomainValueText
 { 
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      key substring(DomainValue, 1, 1 ) as MDChgProcessSrceStatus,
      @Semantics.text: true
      @Consumption.filter.hidden: true
      @EndUserText.label: 'MDC Process Status'
      @UI.hidden: true
      DomainText                                                                       as MDChgProcessSourceStatusText
}
where
      Name   =  'MDC_SOURCE_RECORD_STATUS'
      and
      Language = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MASTERDATADOMAINVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/