I_LCMDATETYPE

CDS View

Basic View for LCM Date Type

I_LCMDATETYPE is a CDS View in S/4HANA. Basic View for LCM Date Type. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_LCMDateTypeValueHelp view from CONSUMPTION Value Help for LCM Date Type
I_LglCntntMDateType view from BASIC Date Type
@AbapCatalog.sqlViewName: 'ILCMDATETYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'LglCntntMDateType'
@Search.searchable: true

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Basic View for LCM Date Type'
define view I_LCMDateType 
    as select from I_LglCntntMSAPDateType

    // Type Text

    association [0..*] to I_LCMDateTypeText as _Text on $projection.LglCntntMDateType = _Text.LglCntntMDateType    
{
    
    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    key LglCntntMDateType,
    LglCntntMDateIsPeriod,
    _Text
    
}
union 
 select from I_LglCntntMCstmDateType

    // Type Text

    association [0..*] to I_LCMDateTypeText as _Text on $projection.LglCntntMDateType = _Text.LglCntntMDateType    
{

    @Search.defaultSearchElement: true
    @Search.ranking: #HIGH
    key LglCntntMDateType,
    LglCntntMDateIsPeriod,
    _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMCSTMDATETYPE",
"I_LGLCNTNTMSAPDATETYPE"
],
"ASSOCIATED":
[
"I_LCMDATETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/