InfoRec

DDL: INFOREC Type: view Package: ME

Proxy for Inforecord (EINA)

InfoRec is a CDS View that provides data about "Proxy for Inforecord (EINA)" in SAP S/4HANA. It reads from 1 data source (eina). Part of development package ME.

Data Sources (1)

SourceAliasJoin Type
eina eina from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName INFORECROW view
AbapCatalog.viewEnhancementCategory #PROJECTION_LIST view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
DataAging.noAgingRestriction false view
ObjectModel.representativeKey infnr view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: { 
    sqlViewName: 'INFORECROW',
    viewEnhancementCategory: #PROJECTION_LIST
    }
@AccessControl.authorizationCheck:#CHECK
@AccessControl.personalData.blocking: #REQUIRED

@DataAging.noAgingRestriction: 'false'

@ObjectModel: {
  representativeKey: 'infnr',
  usageType.serviceQuality: #A, 
  usageType.sizeCategory: #L, 
  usageType.dataClass: #TRANSACTIONAL
}


define view InfoRec as select from eina {
    *
}