I_LGLCNTNTMSAPDATETYPE
Basic View for LCM SAP Date Type
I_LGLCNTNTMSAPDATETYPE is a CDS View in S/4HANA. Basic View for LCM SAP Date Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_LCMDateType | view | from | BASIC | Basic View for LCM Date Type |
@AbapCatalog.sqlViewName: 'ILCMSDATETYPE'
@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 SAP Date Type'
define view I_LglCntntMSAPDateType
as select from lcm_sdatetype
// Type Text
association [0..*] to I_LglCntntMSAPDateTypeText as _Text on $projection.LglCntntMDateType = _Text.LglCntntMDateType
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key lglcntntmdatetype as LglCntntMDateType,
is_period as LglCntntMDateIsPeriod,
_Text
}