C_REContractStatusObjectTP

DDL: C_RECONTRACTSTATUSOBJECTTP Type: view_entity CONSUMPTION Package: ODATA_RE_CONTRACT_APP

RE Contract Status

C_REContractStatusObjectTP is a Consumption CDS View that provides data about "RE Contract Status" in SAP S/4HANA. It reads from 1 data source (R_REContrStatusObjectTP) and exposes 8 fields with key fields InternalRealEstateNumber, StatusProfile, StatusCode. It is exposed through 1 OData service (UI_RECONTRACT). It is used in 1 Fiori application: Contract Management. Part of development package ODATA_RE_CONTRACT_APP.

Data Sources (1)

SourceAliasJoin Type
R_REContrStatusObjectTP R_REContrStatusObjectTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label RE Contract Status view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_RECONTRACT UI_RECONTRACT V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F5273 Contract Management Transactional This Fiori App allows customers to manage and maintain their Real Estate Contracts. Through the App customers get the ability to easily understand their contracts and liabilities.

Contract Management

Business Role: Contract Specialist - Leasing

The term section of the contract has been restructured. It now includes subsections for dates, renewal terms, and notice terms to ease navigation inside the contract.

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber
KEY StatusProfile StatusProfile
KEY StatusCode StatusCode
StatusCodeForEdit StatusCodeForEdit
REStatusObject REStatusObject
IsUserStatus IsUserStatus
StatusIsInactive StatusIsInactive
StatusNameasStatusNamelocalized
@AccessControl.authorizationCheck: #CHECK
//@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED


@VDM : {
    usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ],
    viewType: #CONSUMPTION
    }

@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #C,
  sizeCategory: #L
}

@ObjectModel.semanticKey: [ 'InternalRealEstateNumber', 'StatusProfile', 'StatusCode'  ]
@EndUserText.label: 'RE Contract Status'
@Metadata.allowExtensions: true

define view entity C_REContractStatusObjectTP
  as projection on R_REContrStatusObjectTP

{
       @UI.hidden: true
  key  InternalRealEstateNumber,
       @Consumption.valueHelpDefinition: [{entity: {name: 'I_REStatusProfileVH', element: 'StatusProfile' },
                                           additionalBinding: [{ element: 'StatusObjectCategory', localConstant: 'ISC', usage: #FILTER }]}]
  key  StatusProfile,
       @UI.hidden: true
  key  StatusCode,
       @Consumption.valueHelpDefinition: [   { entity: {  name: 'I_REUserStatusVH',
                                                          element: 'UserStatus' },
                                                          additionalBinding: [ { element: 'StatusProfile', localElement: 'StatusProfile', usage: #FILTER } ]  } ]
       @ObjectModel.text.element: ['StatusName']
       @ObjectModel.editableFieldFor: 'StatusCode'
       StatusCodeForEdit,

       @UI.hidden: true
       REStatusObject,
       IsUserStatus,
       StatusIsInactive,

       @UI.hidden: true
       _StatusCode._StatusCodeText.StatusName as StatusName : localized,

       _REContract : redirected to parent C_REContractTP

}
where
  IsUserStatus = 'X'