I_TrdClassfctnNmbrTextType
Numbering Scheme Text Type
I_TrdClassfctnNmbrTextType is a Basic CDS View that provides data about "Numbering Scheme Text Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field TrdClassfctnNmbrTextType. Part of development package VDM_SLL_CLS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Numbering Scheme Text Type | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | ITRDCLSNSTXTTYP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | TrdClassfctnNmbrTextType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TrdClassfctnNmbrTextType | domvalue_l |
@EndUserText.label: 'Numbering Scheme Text Type'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'ITRDCLSNSTXTTYP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdClassfctnNmbrTextType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: #META
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_TrdClassfctnNmbrTextType
as select from dd07l
{
key domvalue_l as TrdClassfctnNmbrTextType
}
where
domname = '/SAPSLL/CTSTT'
and as4local = 'A'
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