I_BUSSOLNQTANITMTECHRSCE

CDS View

Solution Quotation Item Technical Resource

I_BUSSOLNQTANITMTECHRSCE is a CDS View in S/4HANA. Solution Quotation Item Technical Resource. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BusSolnQtanItemTechRsce view from COMPOSITE Item Technical Resource
@EndUserText.label: 'Solution Quotation Item Technical Resource'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'IBSQITMTECHRSCE',
  compiler.compareFilter: true,
  preserveKey: true
}

@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}

@AccessControl: {
  authorizationCheck: #NOT_ALLOWED,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}
//@Analytics.dataCategory: #DIMENSION

@Metadata.ignorePropagatedAnnotations: true

define view I_BusSolnQtanItmTechRsce
  as select from crms4d_tech_res as _techresource
{
  key object_id             as BusinessSolutionQuotation,
  key number_int            as BusSolutionQuotationItem,
  key tr_type               as CATechnicalResourceIDType,
      tr_obj_id             as CATechnicalResourceID
}
where
  objtype_h = 'BUS2000116'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMS4D_TECH_RES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/