I_MaintNotifCodeGrpStsTxt
Catalog Code Group Status
I_MaintNotifCodeGrpStsTxt is a Basic CDS View that provides data about "Catalog Code Group Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields MaintNotifCodeGrpStatus, Language. Part of development package RAP_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IQLOESCHKZ1 | view | |
| EndUserText.label | Catalog Code Group Status | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IQLOESCHKZ1'
@EndUserText.label: 'Catalog Code Group Status'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
define view entity I_MaintNotifCodeGrpStsTxt
as select from dd07t
{
key cast(dd07t.domvalue_l as qloeschkz1) as MaintNotifCodeGrpStatus,
key dd07t.ddlanguage as Language,
@Semantics.text: true
dd07t.ddtext as MaintNotifCodeGrpStatusText
} where domname = 'QLOESCHKZ1'
and domvalue_l = '2'
and ddlanguage = $session.system_language
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