I_CABusinessLockObjectLevelVH

DDL: I_CABUSINESSLOCKOBJECTLEVELVH Type: view_entity BASIC

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

Data Sources (1)

SourceAliasJoin Type
I_CABusinessLockObjectLevel I_CABusinessLockObjectLevel from

Annotations (13)

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

ServiceBindingVersionContractRelease
UI_CACLEARINGLOCK_ANALYSIS UI_CACLEARINGLOCK_ANALYSIS V2 C1 NOT_RELEASED
UI_CADUNNINGLOCK_ANALYSIS UI_CADUNNINGLOCK_ANALYSIS V2 C1 NOT_RELEASED

Fiori Apps (2)

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

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