P_DRFBATCHMCH1
DRF filter for batches if batches are unique at mat/clnt lvl
P_DRFBATCHMCH1 is a Basic CDS View that provides data about "DRF filter for batches if batches are unique at mat/clnt lvl" in SAP S/4HANA. It reads from 2 data sources (mch1, mara) and exposes 4 fields with key fields matnr, charg. Part of development package LO_BM_BATCH_SERVICE_DRF.
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PDRFBATCHMCH1 | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
@AbapCatalog.sqlViewName: 'PDRFBATCHMCH1'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MASTER
@VDM.viewType: #BASIC
@VDM.private: true
define view P_DRFBATCHMCH1
as select from mch1
inner join mara as md on mch1.matnr = md.matnr
{
key mch1.matnr as matnr,
key mch1.charg as charg,
md.matkl,
md.mtart
}
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