I_CAPostingLockObjectLevelVH
Posting Lock Object Level
I_CAPostingLockObjectLevelVH is a Basic CDS View that provides data about "Posting Lock Object Level" in SAP S/4HANA. It reads from 1 data source (I_CABusinessLockObjectLevel) and exposes 2 fields with key field CABusinessLockObjectLevel.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CABusinessLockObjectLevel | I_CABusinessLockObjectLevel | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Posting Lock Object Level | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.representativeKey | CABusinessLockObjectLevel | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Analytics.technicalName | ICAPOSTLOCKOBJLVLVH | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CABusinessLockObjectLevel | CABusinessLockObjectLevel | ||
| CABusinessLockObjectLevelText |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Posting Lock Object Level'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #ORGANIZATIONAL
}
@ObjectModel.representativeKey: 'CABusinessLockObjectLevel'
@Search.searchable: true
@Consumption.ranked: true
@Analytics.technicalName: 'ICAPOSTLOCKOBJLVLVH'
define view entity I_CAPostingLockObjectLevelVH
as select from I_CABusinessLockObjectLevel
{
@ObjectModel.text.element: ['CABusinessLockObjectLevelText']
// @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 }
//@Search.ranking:#LOW
key CABusinessLockObjectLevel,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking:#HIGH
@Semantics.text: true
_Text[1:Language = $session.system_language].CABusinessLockObjectLevelText
}
where CABusinessLockObjectLevel = '1'
or CABusinessLockObjectLevel = '2'
or CABusinessLockObjectLevel = '3'
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