I_InvgCsMTextIDText
Basic View for Text ID Text Table
I_InvgCsMTextIDText is a Basic CDS View that provides data about "Basic View for Text ID Text Table" in SAP S/4HANA. It reads from 1 data source (ttxit) and exposes 4 fields with key fields InvgCsMTextLanguageCode, InvgCsMTextObjectType, InvgCsMTextTypeCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ttxit | ttxit | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IINVGCSMTEXTIDT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Basic View for Text ID Text Table | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvgCsMTextLanguageCode | tdspras | ||
| KEY | InvgCsMTextObjectType | tdobject | ||
| KEY | InvgCsMTextTypeCode | tdid | ||
| InvgCsMTextTypeDesc | tdtext |
@AbapCatalog.sqlViewName: 'IINVGCSMTEXTIDT'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for Text ID Text Table'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view I_InvgCsMTextIDText
as select from ttxit
{
key tdspras as InvgCsMTextLanguageCode,
key tdobject as InvgCsMTextObjectType,
key tdid as InvgCsMTextTypeCode,
tdtext as InvgCsMTextTypeDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TTXIT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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