TWPRT_M
Text Verticalization: Replacement View for TWPRT
TWPRT_M is a CDS View that provides data about "Text Verticalization: Replacement View for TWPRT" in SAP S/4HANA. It reads from 1 data source (twprt) and exposes 3 fields with key fields wbpro, spras.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twprt | original | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Text Verticalization: Replacement View for TWPRT | view | |
| AbapCatalog.sqlViewName | TWPRT_M_SQL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view |
@EndUserText.label: 'Text Verticalization: Replacement View for TWPRT'
@AbapCatalog:
{ sqlViewName: 'TWPRT_M_SQL',
compiler.compareFilter: true,
preserveKey: true,
buffering: { status: #ACTIVE, type: #FULL } }
@AccessControl: {
authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #NOT_REQUIRED
}
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #META
}
}
define view TWPRT_M
as select from twprt as original
left outer to many join twprt_i as delta on original.wbpro = delta.wbpro
and original.spras = delta.spras
{
key original.wbpro as wbpro,
key original.spras as spras,
coalesce(delta.proftxt, original.proftxt) as proftxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWPRT",
"TWPRT_I"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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