P_Arlockboxbatchlatest
Latest lockbox Batches
P_Arlockboxbatchlatest is a Composite CDS View that provides data about "Latest lockbox Batches" in SAP S/4HANA. It reads from 1 data source (P_Arlockboxbatch) and exposes 3 fields with key field LockboxBatchInternalKey. Part of development package ODATA_LOCKBOX.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_Arlockboxbatch | P_Arlockboxbatch | from |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LockboxBatchInternalKey | LockboxBatchInternalKey | ||
| Lockbox | Lockbox | |||
| LockboxBatch |
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_Arlockboxbatchlatest
as select from P_Arlockboxbatch{
key LockboxBatchInternalKey,
Lockbox,
max(LockboxBatch) as LockboxBatch
}
group by LockboxBatchInternalKey,
Lockbox
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