C_OutputRequestStandard
Output Request for RAP
C_OutputRequestStandard is a Consumption CDS View that provides data about "Output Request for RAP" in SAP S/4HANA. It reads from 1 data source (I_OutputRequestTP) and exposes 7 fields with key field OutputRequestUUID. It is exposed through 5 OData services (NJIT_UI_JITCOMPONENTPROCG, UI_MAINTENANCENOTIFICATION, UI_PI_MANAGE_ITEM_LIST, ...). Part of development package ODATA_CA_OC_OR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OutputRequestTP | I_OutputRequestTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Output Request for RAP | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.sapObjectNodeType.name | OutputRequest | view | |
| Metadata.allowExtensions | true | view |
OData Services (5)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| NJIT_UI_JITCOMPONENTPROCG | NJIT_UI_JITCOMPONENTPROCG | V4 | C1 | NOT_RELEASED |
| UI_MAINTENANCENOTIFICATION | UI_MAINTENANCENOTIFICATION | V4 | C1 | NOT_RELEASED |
| UI_PI_MANAGE_ITEM_LIST | UI_PI_MANAGE_ITEM_LIST | V4 | C1 | NOT_RELEASED |
| UI_QLTYCMPLAGNSTSUPLRMNG | UI_QLTYCMPLAGNSTSUPLRMNG | V4 | C1 | NOT_RELEASED |
| UI_REOUTPUTREQUEST | UI_REOUTPUTREQUEST | V4 | C1 | NOT_RELEASED |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OutputRequestUUID | OutputRequestUUID | ||
| OutputControlApplObjectType | OutputControlApplObjectType | |||
| OutputControlApplicationObject | OutputControlApplicationObject | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser |
@EndUserText.label: 'Output Request for RAP'
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
privilegedAssociations: ['_OutputRequestItem']
}
@VDM: {
viewType: #CONSUMPTION,
lifecycle.contract.type: #NONE,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
usageType.serviceQuality: #B,
usageType.sizeCategory: #XXL,
usageType.dataClass: #TRANSACTIONAL
}
@ObjectModel.sapObjectNodeType.name: 'OutputRequest'
@Metadata.allowExtensions: true
define root view entity C_OutputRequestStandard
provider contract transactional_query
as projection on I_OutputRequestTP as OutputRequest
{
key OutputRequestUUID,
OutputControlApplObjectType,
OutputControlApplicationObject,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDateTime.localInstanceLastChangedAt: true
LastChangeDateTime,
@Semantics.user.localInstanceLastChangedBy: true
LastChangedByUser,
/* Associations */
_OutputRequestItem : redirected to composition child C_OutputRequestItemStandard
}
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