I_OVERALLSDDOCUMENTRJCNSTATUS

CDS View

Overall SD Document Rejection Status

I_OVERALLSDDOCUMENTRJCNSTATUS is a CDS View in S/4HANA. Overall SD Document Rejection Status. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_Overallsddocumentrjcnstatus view from CONSUMPTION Overall SD Document Rejection Status

Fields (1)

KeyField CDS FieldsUsed in Views
KEY OverallSDDocumentRejectionSts OverallSDDocumentRejectionSts 1
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel: {
  representativeKey: 'OverallSDDocumentRejectionSts',
  sapObjectNodeType.name: 'OverallSDDocumentRejectionSts',
  usageType: {
    dataClass: #META, 
    serviceQuality: #A, 
    sizeCategory: #S
  },
  resultSet.sizeCategory: #XS,
  supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY ],
  modelingPattern: [ #ANALYTICAL_DIMENSION ]
}
@EndUserText.label: 'Overall SD Document Rejection Status'
@Analytics: { dataCategory: #DIMENSION}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDOVDOCRJCNSTS' 
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@Consumption.ranked: true

define view I_OverallSDDocumentRjcnStatus
as select from dd07l

association [0..*] to I_OverallSDDocumentRjcnStatusT as _Text on $projection.OverallSDDocumentRejectionSts = _Text.OverallSDDocumentRejectionSts
{
    @ObjectModel.text.association: '_Text'
    key cast (substring(dd07l.domvalue_l, 1, 1) as abstk preserving type ) as OverallSDDocumentRejectionSts,
    
    @Analytics.hidden: true
    @Consumption.hidden: true
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    domvalue_l as DomainValue,
    
    _Text
}
where (dd07l.domname = 'STATV') and (dd07l.as4local = 'A');
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_OVERALLSDDOCUMENTRJCNSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/