C_Overallsddocumentrjcnstatus
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)
| Source | Alias | Join Type |
|---|---|---|
| I_OverallSDDocumentRjcnStatus | Status | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_OverallSDDocumentRjcnStatusT | _Text | $projection.OverallSDDocumentRejectionSts = _Text.OverallSDDocumentRejectionSts |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA