C_APARIntrstRunOutpReq

DDL: C_APARINTRSTRUNOUTPREQ Type: view_entity CONSUMPTION Package: ODATA_INTEREST_RUNS

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)

SourceAliasJoin Type
R_OutputRequestTP R_OutputRequestTP projection

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_MANAGE_INTEREST_RUNS_V4 UI_MANAGE_INTEREST_RUNS_V4 V4 C1 NOT_TO_BE_RELEASED_STABLE

Fields (3)

KeyFieldSource TableSource FieldDescription
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'