I_DigitalVehIBaseInstance

DDL: I_DIGITALVEHIBASEINSTANCE Type: view_entity BASIC

Installed Base Instance

I_DigitalVehIBaseInstance is a Basic CDS View that provides data about "Installed Base Instance" in SAP S/4HANA. It reads from 1 data source (ibin) and exposes 2 fields with key field InstalledBaseComponentRecordNo.

Data Sources (1)

SourceAliasJoin Type
ibin _DigitalVehIBaseInstance from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
EndUserText.label Installed Base Instance view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InstalledBaseComponentRecordNo ibin in_recno
InstalledBaseComponent ibin instance
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
@EndUserText.label: 'Installed Base Instance'

define view entity I_DigitalVehIBaseInstance
  as select from ibin as _DigitalVehIBaseInstance
//  association [0..1] to t371d as _DigitalVehIBaseObjectType on _DigitalVehIBaseObjectType.objtyp = _DigitalVehIBaseInstance.objecttyp

{
  key _DigitalVehIBaseInstance.in_recno as InstalledBaseComponentRecordNo,
      _DigitalVehIBaseInstance.instance as InstalledBaseComponent
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"IBIN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/