C_REContractStatusObjectTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_REContrStatusObjectTP | R_REContrStatusObjectTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RECONTRACT | UI_RECONTRACT | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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