I_RETAILSTOREAPPLICATION

CDS View

Application in Retail Store

I_RETAILSTOREAPPLICATION is a CDS View in S/4HANA. Application in Retail Store. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RetailStoreApplicationStore view cross COMPOSITE Retail Store Application and Store
@AbapCatalog.sqlViewName: 'IRTSTAPPLICATION'
@EndUserText.label: 'Application in Retail Store'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel: {
    compositionRoot: true,
    representativeKey: 'RetailStoreApplication',
    usageType.serviceQuality: #A,
    usageType.sizeCategory: #S,
    usageType.dataClass: #CUSTOMIZING
}

define view I_RetailStoreApplication
  as select from twicappl
{
  key appl     as RetailStoreApplication,
      appl_cat as RetailStoreApplicationCategory

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWICAPPL"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/