C_UoMMaxPackTextTemp
Value Help for unit of measure packing
C_UoMMaxPackTextTemp is a Consumption CDS View that provides data about "Value Help for unit of measure packing" in SAP S/4HANA. It reads from 1 data source (t006a) and exposes 3 fields with key fields UnitForMaxPackagingDimensions, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t006a | t006a | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CUOMMAXTXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_UnitOfMeasure | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help for unit of measure packing | view | |
| ObjectModel.representativeKey | UnitForMaxPackagingDimensions | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UnitForMaxPackagingDimensions | |||
| KEY | Language | spras | ||
| UnitOfMeasureLongName | msehl |
@AbapCatalog.sqlViewName: 'CUOMMAXTXT'
@ObjectModel.dataCategory: #TEXT
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'I_UnitOfMeasure'
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for unit of measure packing'
@ObjectModel.representativeKey:'UnitForMaxPackagingDimensions'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_UoMMaxPackTextTemp
as select from t006a
{
key cast(msehi as msehi) as UnitForMaxPackagingDimensions,
@Semantics.language
key spras as Language,
@Semantics.text
msehl as UnitOfMeasureLongName
// @Semantics.text
// text as Name
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T006A"
],
"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