I_CABusinessLockObjectLevelVH
Business Lock Object Level
I_CABusinessLockObjectLevelVH is a Basic CDS View that provides data about "Business Lock Object Level" in SAP S/4HANA. It reads from 1 data source (I_CABusinessLockObjectLevel) and exposes 2 fields with key field CABusinessLockObjectLevel. It is exposed through 2 OData services (UI_CACLEARINGLOCK_ANALYSIS, UI_CADUNNINGLOCK_ANALYSIS). It is used in 2 Fiori applications: Analyze Clearing Locks (Version 2), Analyze Dunning Locks (Version 2). Part of development package FKK_LOCK_SNAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CABusinessLockObjectLevel | I_CABusinessLockObjectLevel | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.technicalName | ICABUSLOCKOBJLVLVH | view | |
| EndUserText.label | Business 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 |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CACLEARINGLOCK_ANALYSIS | UI_CACLEARINGLOCK_ANALYSIS | V2 | C1 | NOT_RELEASED |
| UI_CADUNNINGLOCK_ANALYSIS | UI_CADUNNINGLOCK_ANALYSIS | V2 | C1 | NOT_RELEASED |
Fiori Apps (2)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F1653A | Analyze Clearing Locks (Version 2) | Transactional, Analytical | An application to analyze clearing locks based on a snapshot of the locked open business partner items. |
| F1655A | Analyze Dunning Locks (Version 2) | Transactional, Analytical | An application to analyze dunning locks based on a snapshot of the locked open business partner items. |
Analyze Clearing Locks (Version 2)
Business Role: Accounts Payable and Receivable Manager (FI-CA)
With the Analyze Clearing Locks app, you display existing clearing locks for receivables and payables. Using the app, you can display the amounts related to the selected locks in different currencies.As data volume in Contract Accounting can be very high, to improve performance, a new version of the app evaluates a system snapshot of receivables and payables instead of the current live data.
Analyze Dunning Locks (Version 2)
Business Role: Accounts Payable and Receivable Manager (FI-CA)
With the Analyze Dunning Locks app, you display existing dunning locks for receivables. Using the app, you can display the amounts related to the selected locks in different currencies.As data volume in Contract Accounting can be very high, to improve performance, a new version of the app evaluates a system snapshot of receivables instead of the current live data.
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CABusinessLockObjectLevel | CABusinessLockObjectLevel | ||
| CABusinessLockObjectLevelText |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.technicalName: 'ICABUSLOCKOBJLVLVH'
@EndUserText.label: 'Business 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
define view entity I_CABusinessLockObjectLevelVH
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'
or CABusinessLockObjectLevel = '4'
or CABusinessLockObjectLevel = 'ML'
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