C_APARIntrstRunOutpReq
Output Request Projection
C_APARIntrstRunOutpReq is a Consumption CDS View that provides data about "Output Request Projection" in SAP S/4HANA. It reads from 1 data source (R_OutputRequestTP) and exposes 3 fields with key field OutputRequestUUID. It is exposed through 1 OData service (UI_MANAGE_INTEREST_RUNS_V4). Part of development package ODATA_INTEREST_RUNS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_OutputRequestTP | R_OutputRequestTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Output Request Projection | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.representativeKey | OutputRequestUUID | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MANAGE_INTEREST_RUNS_V4 | UI_MANAGE_INTEREST_RUNS_V4 | V4 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OutputRequestUUID | OutputRequestUUID | ||
| OutputControlApplObjectType | OutputControlApplObjectType | |||
| OutputControlApplicationObject | OutputControlApplicationObject |
@EndUserText.label: 'Output Request Projection'
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
privilegedAssociations: ['_OutputRequestItem'] }
@VDM: {
viewType: #CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]}
@Metadata.allowExtensions: true
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.dataClass: #TRANSACTIONAL,
usageType.sizeCategory: #L,
semanticKey: ['OutputRequestUUID'],
representativeKey: 'OutputRequestUUID'
}
define root view entity C_APARIntrstRunOutpReq
provider contract transactional_query
as projection on R_OutputRequestTP
{
key OutputRequestUUID,
OutputControlApplObjectType,
OutputControlApplicationObject,
/* Associations */
_OutputRequestItem : redirected to composition child C_APARIntrstRunOutpReqItem
}
where
OutputControlApplObjectType = 'FFO_ITEM_INTEREST_CALCULATION'
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