C_FactoryCalendarValueHelp

DDL: C_FACTORYCALENDARVALUEHELP SQL: CFACTORYCALVH Type: view CONSUMPTION

Factory Calendar Value help

C_FactoryCalendarValueHelp is a Consumption CDS View that provides data about "Factory Calendar Value help" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendar) and exposes 3 fields with key field FactoryCalendar. It has 1 association to related views. It is exposed through 1 OData service (FAC_MANAGE_POSTING_PERIOD). It is used in 1 Fiori application: Manage Posting Periods - Cost Accounting.

Data Sources (1)

SourceAliasJoin Type
I_FactoryCalendar I_FactoryCalendar from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FactoryCalendarText _Text $projection.FactoryCalendar = _Text.FactoryCalendar

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CFACTORYCALVH view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Factory Calendar Value help view
ObjectModel.representativeKey FactoryCalendar view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.semanticKey FactoryCalendar view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
FAC_MANAGE_POSTING_PERIOD FAC_MANAGE_POSTING_PERIOD V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4684 Manage Posting Periods - Cost Accounting Transactional This application can be used to maintain (open/close) posting periods on the level of company codes, ledgers and business transaction types.

Manage Posting Periods - Cost Accounting

Business Role: General Ledger Accountant

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FactoryCalendar FactoryCalendar
FactoryCalendarName
_Text _Text
@AbapCatalog.sqlViewName: 'CFACTORYCALVH'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Factory Calendar Value help'
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@ObjectModel.semanticKey: 'FactoryCalendar'
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true

define view C_FactoryCalendarValueHelp as select from I_FactoryCalendar 

 association [0..*] to I_FactoryCalendarText as _Text              on $projection.FactoryCalendar   = _Text.FactoryCalendar
{
 
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @ObjectModel.text.element: ['FactoryCalendarName']
  @Search.ranking: #HIGH
  key FactoryCalendar,
      @Semantics.text: true
      _Text[1:Language = $session.system_language].FactoryCalendarName,
  _Text
 
}