I_ChgRecLifecycleStatusTxt
Change Record Lifecycle Status
I_ChgRecLifecycleStatusTxt is a Basic CDS View that provides data about "Change Record Lifecycle Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field ChangeRecordLifecycleStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | Domain | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICHGRECLIFECYCT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Change Record Lifecycle Status | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | ChangeRecordLifecycleStatus | view |
@AbapCatalog.sqlViewName: 'ICHGRECLIFECYCT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record Lifecycle Status'
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #S}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'ChangeRecordLifecycleStatus'
define view I_ChgRecLifecycleStatusTxt
as select from dd07t as Domain
{
@EndUserText.label: 'Lifecycle Status'
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 , ranking: #LOW}
@ObjectModel.text.element: 'ChangeRecordLifecycleStatusTxt'
key Domain.domvalue_l as ChangeRecordLifecycleStatus,
@EndUserText.label: 'Lifecycle Status Description'
@EndUserText.quickInfo: 'Change Record Lifecycle Status Description'
@Semantics.text: true
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 , ranking: #LOW}
Domain.ddtext as ChangeRecordLifecycleStatusTxt
}
where
Domain.as4local = 'A'
and Domain.ddlanguage = $session.system_language
and Domain.domname = '/IAM/ISSUE_LCYCLE_STAT_CD'
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