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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IQLOESCHKZ1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| EndUserText.label | Catalog Code Group Status | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
@AbapCatalog.sqlViewName: 'IQLOESCHKZ1'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: 'Catalog Code Group Status'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
define view 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