I_CHGRECDREFOBJVISIBILITY_2
Change Record Reference Object Visible
I_CHGRECDREFOBJVISIBILITY_2 is a CDS View in S/4HANA. Change Record Reference Object Visible. It contains 2 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ChangeRecordItemType | view_entity | from | COMPOSITE | Change Record Item Type |
| I_ChangeRecordItemVisibility_2 | view_entity | from | COMPOSITE | Change Record Item Visibility |
| I_ChangeRecordReferenceItem | view_entity | from | COMPOSITE | ChangeRecord Item types |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ChangeRecordItemType | ChangeRecordItemType | 2 |
| KEY | ChangeRecordType | ChangeRecordType | 3 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Change Record Reference Object Visible'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S}
@VDM.viewType: #BASIC
@Feature: '/PLMI/CHANGERECORD_CONFIG'
define view entity I_ChgRecdRefObjVisibility_2
as select from /plmi/critmsot as critmsot
{
key critmsot.cr_type as ChangeRecordType,
key critmsot.chg_itm_typ as ChangeRecordItemType,
upper(critmsot.chg_itm_typ) as ChgRecordItemTypeInUpperCase
}