Sadl_V_Unit_Of_M_Text
SADL_V_UNIT_OF_M_TEXT
Sadl_V_Unit_Of_M_Text is a CDS View that provides data about "SADL_V_UNIT_OF_M_TEXT" in SAP S/4HANA. It reads from 1 data source (t006a) and exposes 3 fields with key fields UnitOfMeasure, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t006a | t006a | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_V_UOM_T | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| EndUserText.label | SADL_V_UNIT_OF_M_TEXT | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UnitOfMeasure | msehi | ||
| KEY | Language | spras | ||
| UnitOfMeasureName | mseht | label from as was anderes |
@AbapCatalog.sqlViewName: 'SADL_V_UOM_T'
@ObjectModel.dataCategory: #TEXT
@EndUserText.label: ' SADL_V_UNIT_OF_M_TEXT'
@Search.searchable: true
define view Sadl_V_Unit_Of_M_Text as select from t006a
{
key msehi as UnitOfMeasure,
@Semantics.language: true
key spras as Language,
@EndUserText.label: 'label from as was anderes'
@EndUserText.quickInfo: 'quick info from text view'
@Search: {
defaultSearchElement: true,
ranking: #HIGH
}
@Semantics.text: true
mseht as UnitOfMeasureName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T006A"
],
"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