C_REOutpReqProcess

DDL: C_REOUTPREQPROCESS Type: view_entity CONSUMPTION

Real Estate Process for Output Request

C_REOutpReqProcess is a Consumption CDS View that provides data about "Real Estate Process for Output Request" in SAP S/4HANA. It reads from 1 data source (I_REProcess) and exposes 11 fields with key fields REProcessUUID, REProcessVersion. It has 1 association to related views. It is exposed through 1 OData service (UI_REOUTPUTREQUEST).

Data Sources (1)

SourceAliasJoin Type
I_REProcess I_REProcess from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_REProcessTypeText _TypeText _TypeText.REProcessType = $projection.REProcessType and _TypeText.Language = $session.system_language

Annotations (8)

NameValueLevelField
EndUserText.label Real Estate Process for Output Request view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey REProcessUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_REOUTPUTREQUEST UI_REOUTPUTREQUEST V4 C1 NOT_RELEASED

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY REProcessUUID REProcessUUID
KEY REProcessVersion REProcessVersion
RealEstateProcess RealEstateProcess
RealEstateProcessExternal RealEstateProcessExternal
REProcessType REProcessType
REProcessMode REProcessMode
REProcessNumberInFiscalYear REProcessNumberInFiscalYear
FiscalYear FiscalYear
REProcessDescription REProcessDescription
REProcessIsReversed REProcessIsReversed
REProcessTypeText _TypeText REProcessTypeText
@EndUserText.label: 'Real Estate Process for Output Request'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'REProcessUUID'
@ObjectModel.semanticKey: ['RealEstateProcess']
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #CONSUMPTION

@Metadata.allowExtensions: true
define view entity C_REOutpReqProcess
  as select from I_REProcess
  association [1..1] to I_REProcessTypeText as _TypeText on  _TypeText.REProcessType = $projection.REProcessType
                                                         and _TypeText.Language      = $session.system_language
{
  key REProcessUUID,
  key REProcessVersion,
      @ObjectModel.text.element: ['REProcessDescription']
      //@Consumption.semanticObject: 'RECostSettlementProcess'

      RealEstateProcess,
      RealEstateProcessExternal,
      @ObjectModel.text.element: ['REProcessTypeText']
      REProcessType,
      REProcessMode,
      REProcessNumberInFiscalYear,
      FiscalYear,
      @UI.hidden: true
      REProcessDescription,
      REProcessIsReversed,
      @UI.hidden: true
      _TypeText.REProcessTypeText
}