I_CALENDARYEAR

CDS View

Year

I_CALENDARYEAR is a CDS View in S/4HANA. Year. It contains 2 fields. 14 CDS views read from this table.

CDS Views using this table (14)

ViewTypeJoinVDMDescription
FAA_DUE_VALUES view inner Ausstehende Abschreibungen Vorjahre zu GJ-Beginn
I_SVTAggrgnLegalEntityByMonth view inner COMPOSITE Legal Entity by Month Aggregation
P_ARAgingGridIntvlLabel0 view_entity from COMPOSITE
P_ConsolidationUnitCurrency_02 view inner COMPOSITE
P_GLCalendarMonth view from COMPOSITE
P_OverallSEOvwPage view left_outer CONSUMPTION Overall SE Overview Page
P_RFQEventTypes view left_outer CONSUMPTION RFQ based on Purchasing Document Type
P_SuplrEvalByPurgCategory view left_outer CONSUMPTION P_SuplrEvalByPurgCategory
P_SuplrEvalPurgCategory view left_outer CONSUMPTION Purchasing Categories Not Configured
P_SuplrEvalPurgCatScoring view left_outer CONSUMPTION Purchasing Category All Scoring
P_SuplrEvalTimeVarBaseVal view left_outer CONSUMPTION Base Value for Time Variance
P_SuplrEvalUserDefinedCriteria view left_outer CONSUMPTION User Defined Criteria
P_SupplierEvalOverallUnion view left_outer CONSUMPTION Supplier Evaluation Overall Union
P_VendorEvaluation view left_outer CONSUMPTION Supplier Evaluation

Fields (2)

KeyField CDS FieldsUsed in Views
CalendarYear gjahr 1
NumberOfDays NumberOfDays 1
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CalendarYear'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@AbapCatalog.sqlViewName: 'ICALENDARYEAR'
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Year'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true

define view I_CalendarYear as select from scal_tt_year
{
    @Search.defaultSearchElement : true
    key scal_tt_year.calendaryear as CalendarYear,
    scal_tt_year.isleapyear as IsLeapYear,
    @Search.defaultSearchElement : true
    scal_tt_year.numberofdays as NumberOfDays
    //cast( concat(calendaryear, '0101') as abap.dats ) as FirstDayOfYearDate

} 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCAL_TT_YEAR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/