I_CAClearingLockRsnValueHelp
Clearing Lock Reason
I_CAClearingLockRsnValueHelp is a Composite CDS View that provides data about "Clearing Lock Reason" in SAP S/4HANA. It reads from 1 data source (I_CAPostgAndClrgLockReason) and exposes 2 fields with key field CAPostgAndClrgLockReason. It is exposed through 1 OData service (UI_CACLEARINGLOCK_ANALYSIS). It is used in 1 Fiori application: Analyze Clearing Locks (Version 2). Part of development package ODATA_O2C_FICA_CLEARINGLOCK_AN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CAPostgAndClrgLockReason | I_CAPostgAndClrgLockReason | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | CAPostgAndClrgLockReason | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Clearing Lock Reason | view | |
| Search.searchable | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CACLEARINGLOCK_ANALYSIS | UI_CACLEARINGLOCK_ANALYSIS | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| 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. |
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.
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CAPostgAndClrgLockReason | CAPostgAndClrgLockReason | ||
| CAPostgAndClrgLockReasonName |
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'CAPostgAndClrgLockReason'
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Clearing Lock Reason'
@Search.searchable: true
define view entity I_CAClearingLockRsnValueHelp
as select from I_CAPostgAndClrgLockReason
{
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 }
@ObjectModel.text.element: ['CAPostgAndClrgLockReasonName']
key CAPostgAndClrgLockReason,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 }
@Semantics.text: true
@Search.ranking: #HIGH
_Text[1:Language = $session.system_language].CAPostgAndClrgLockReasonName
}
where CAPostgAndClrgLockCategory = ''
or CAPostgAndClrgLockCategory = '2'
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