I_LGLCNTNTMNOTOBSLTCNTXT
LCM Context with not obsolete categories
I_LGLCNTNTMNOTOBSLTCNTXT is a CDS View in S/4HANA. LCM Context with not obsolete categories. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_LCMActiveCntxtIdValueHelp | view | inner | CONSUMPTION | Value help for Active LCM Context |
@AbapCatalog.sqlViewName: 'ILCMNOTOBSCTX'
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ClientHandling.type: #CLIENT_DEPENDENT
@VDM.viewType : #COMPOSITE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
representativeKey: 'LglCntntMNotObsltContextUUID',
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'LCM Context with not obsolete categories'
define view I_LglCntntMNotObsltCntxt
as select distinct from I_LglCntntMCntxtActlParCat
{
key LglCntntMContextUUID as LglCntntMNotObsltContextUUID,
//Authorization
_LglCntntMContext
}