ACE_ITEMTYPEL_DISTINCT

CDS View

Distinct itemtypl without ledger group

ACE_ITEMTYPEL_DISTINCT is a CDS View in S/4HANA. Distinct itemtypl without ledger group. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ACE_ACDOCA_MIG_ACRTYPE_RULE view left_outer Get original source from ACDOCA

Fields (2)

KeyField CDS FieldsUsed in Views
KEY acrtype acrtype 1
is_itemtype_concat is_itemtype_concat 1
@AbapCatalog.sqlViewName: 'ACEV_ITEMLDIS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Distinct itemtypl without ledger group'
@AbapCatalog.preserveKey:true 
define view ACE_ITEMTYPEL_DISTINCT as select distinct from ACE_ITEMTYPEL {
  key comp,
  key bukrs,
  key itemtype,
  acrtype,
  case when itemtype = acrtype then ''
       when itemtype <> acrtype and itemtype_sub5 = '00000' and itemtype_sub6 = acrtype then ''
       else 'X' end as is_itemtype_concat
}
where xinactive = '' and acrtype <> ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ACE_ITEMTYPEL"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/