I_LGLCNTNTMUSECASES
Relationship Use Cases
I_LGLCNTNTMUSECASES is a CDS View in S/4HANA. Relationship Use Cases. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_LglCntntMUseCaseVH | view | from | CONSUMPTION | Use Case Value Help |
| I_LglCntntMRelshpUseCaseStatus | view | cross | COMPOSITE | Basic view for all Legal Transactions and usecases |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | LglCntntMRelshpUseCase | LglCntntMRelshpUseCase | 1 |
@AbapCatalog.sqlViewName: 'ILCMUSECASES'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType : #BASIC
@ObjectModel: {
representativeKey: 'LglCntntMRelshpUseCase',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING
}
@AccessControl.personalData.blocking: #REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Relationship Use Cases'
define view I_LglCntntMUseCases
as select from lcm_srelucases
association [1..*] to I_LglCntntMUseCaseText as _LglUseCaseText on _LglUseCaseText.LglCntntMRelshpUseCase = $projection.LglCntntMRelshpUseCase
{
key lglcntntmrelshpusecase as LglCntntMRelshpUseCase,
_LglUseCaseText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_SRELUCASES"
],
"ASSOCIATED":
[
"I_LGLCNTNTMUSECASETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/