C_LglTransAccLvlEditValHelp
Legal Transaction Access Level
C_LglTransAccLvlEditValHelp is a Consumption CDS View that provides data about "Legal Transaction Access Level" in SAP S/4HANA. It reads from 2 data sources (I_LglCntntMAccessLvl, I_LglCntntMProfile) and exposes 4 fields with key fields LglCntntMAccessLvl, LglCntntMProfile. It has 1 association to related views. Part of development package ODATA_LCM_LT.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_LglCntntMAccessLvl | I_LglCntntMAccessLvl | cross |
| I_LglCntntMProfile | I_LglCntntMProfile | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_LglCntntMProfile | _LglCntntMProfile | $projection.LglCntntMProfile = _LglCntntMProfile.LglCntntMProfile |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CLTACCLVLEDITVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | LglCntntMAccessLvl | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Legal Transaction Access Level | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMAccessLvl | LglCntntMAccessLvl | Access Level | |
| KEY | LglCntntMProfile | I_LglCntntMProfile | LglCntntMProfile | |
| LglCntntMAccessLvlName | Access Level Description | |||
| _LglCntntMProfile | _LglCntntMProfile |
@AbapCatalog.sqlViewName: 'CLTACCLVLEDITVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.semanticKey: [ 'LglCntntMAccessLvl', 'LglCntntMProfile' ]
@ObjectModel.representativeKey: 'LglCntntMAccessLvl'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Legal Transaction Access Level'
define view C_LglTransAccLvlEditValHelp
as select from I_LglCntntMProfile
cross join I_LglCntntMAccessLvl
association [1..1] to I_LglCntntMProfile as _LglCntntMProfile on $projection.LglCntntMProfile = _LglCntntMProfile.LglCntntMProfile
{
@ObjectModel.text.element: [ 'LglCntntMAccessLvlName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH }
@EndUserText.label: 'Access Level'
key LglCntntMAccessLvl,
@Consumption.filter.hidden: true
@ObjectModel.foreignKey.association: '_LglCntntMProfile' // foreigh key cannot be determined here, but required by ATC
key I_LglCntntMProfile.LglCntntMProfile,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@EndUserText.label: 'Access Level Description'
I_LglCntntMAccessLvl._Text[1: Language = $session.system_language].LglCntntMAccessLvlName,
@Consumption.hidden: true
_LglCntntMProfile
}
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