I_CAClearingLockRsnValueHelp

DDL: I_CACLEARINGLOCKRSNVALUEHELP Type: view_entity COMPOSITE Package: ODATA_O2C_FICA_CLEARINGLOCK_AN

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)

SourceAliasJoin Type
I_CAPostgAndClrgLockReason I_CAPostgAndClrgLockReason from

Annotations (10)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_CACLEARINGLOCK_ANALYSIS UI_CACLEARINGLOCK_ANALYSIS V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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'