C_Overallsddocumentrjcnstatus

DDL: C_OVERALLSDDOCUMENTRJCNSTATUS SQL: CSDOVDOCRJCNSTS Type: view CONSUMPTION

Overall SD Document Rejection Status

C_Overallsddocumentrjcnstatus is a Consumption CDS View that provides data about "Overall SD Document Rejection Status" in SAP S/4HANA. It reads from 1 data source (I_OverallSDDocumentRjcnStatus) and exposes 2 fields with key field OverallSDDocumentRejectionSts. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_OverallSDDocumentRjcnStatus Status from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OverallSDDocumentRjcnStatusT _Text $projection.OverallSDDocumentRejectionSts = _Text.OverallSDDocumentRejectionSts

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CSDOVDOCRJCNSTS view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey OverallSDDocumentRejectionSts view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Overall SD Document Rejection Status view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OverallSDDocumentRejectionSts I_OverallSDDocumentRjcnStatus OverallSDDocumentRejectionSts
_Text _Text
@AbapCatalog.sqlViewName: 'CSDOVDOCRJCNSTS'
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'OverallSDDocumentRejectionSts'

@ObjectModel.usageType.dataClass: #META 
@ObjectModel.usageType.serviceQuality: #A 
@ObjectModel.usageType.sizeCategory: #S 

@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Overall SD Document Rejection Status'
@Search.searchable: true
define view C_Overallsddocumentrjcnstatus 
as select from I_OverallSDDocumentRjcnStatus as Status 

association [0..*] to I_OverallSDDocumentRjcnStatusT as _Text on $projection.OverallSDDocumentRejectionSts = _Text.OverallSDDocumentRejectionSts
{
    @ObjectModel.text.association: '_Text'
    key Status.OverallSDDocumentRejectionSts,
    
    @Search.defaultSearchElement: true
    _Text
    
} where Status.OverallSDDocumentRejectionSts <> ''
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OVERALLSDDOCUMENTRJCNSTATUS"
],
"ASSOCIATED":
[
"I_OVERALLSDDOCUMENTRJCNSTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/