P_OpCharcWithRjcn
P_OpCharcWithRjcn is a Composite CDS View in SAP S/4HANA.
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | POPCHARCWRJCN | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | I_InspCharcRejection | InspectionLot | |
| KEY | InspPlanOperationInternalID | I_InspCharcRejection | InspPlanOperationInternalID |
@AbapCatalog.sqlViewName: 'POPCHARCWRJCN'
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #TRANSACTIONAL }
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Operations with Rejected Characteristics'
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view P_OpCharcWithRjcn as select distinct from I_InspCharcRejection
{
key I_InspCharcRejection.InspectionLot as InspectionLot,
key I_InspCharcRejection.InspPlanOperationInternalID as InspPlanOperationInternalID
}
where I_InspCharcRejection.InspCharcHasRejection = 'X'
group by I_InspCharcRejection.InspectionLot,
I_InspCharcRejection.InspPlanOperationInternalID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSPCHARCREJECTION"
],
"ASSOCIATED":
[],
"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