C_Roundingprfltexttemp
Rounding Profile Text View
C_Roundingprfltexttemp is a Consumption CDS View that provides data about "Rounding Profile Text View" in SAP S/4HANA. It reads from 1 data source (rdtx) and exposes 5 fields with key fields RoundingProfile, Language, Plant. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_OBSOLETE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| rdtx | rdtx | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CROUNDINGPRFLTXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_LogisticalRoundingProfileT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Rounding Profile Text View | view | |
| ObjectModel.representativeKey | RoundingProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RoundingProfile | rdprf | ||
| KEY | Language | spras | ||
| KEY | Plant | werks | ||
| _Plant | _Plant | |||
| Name | text40 | Rounding Profile Description |
@AbapCatalog.sqlViewName: 'CROUNDINGPRFLTXT'
//@AbapCatalog.compiler.compareFilter: true
//@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle:{
status: #DEPRECATED,
successor: 'I_LogisticalRoundingProfileT'
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Rounding Profile Text View'
@ObjectModel.representativeKey:'RoundingProfile'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_Roundingprfltexttemp
as select from rdtx
association [0..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
{
key rdprf as RoundingProfile,
@Semantics.language
key spras as Language,
@ObjectModel.foreignKey.association:'_Plant'
key werks as Plant,
_Plant,
@Semantics.text
@EndUserText.label: 'Rounding Profile Description'
text40 as Name
}
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