ACE_ACEOBJC

CDS View

Compatibility view for ACEOBJ

ACE_ACEOBJC is a CDS View in S/4HANA. Compatibility view for ACEOBJ. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ace_chk_aceobj_vs_Vaceobj view left_outer Check ACEOBJ against with Compatitility view ACE_ACEOBJC
@AbapCatalog.sqlViewName: 'ACEV_ACEOBJ'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Compatibility view for ACEOBJ'

define view ACE_ACEOBJC 
  as select from acesobj 
{
  key comp,
  key bukrs,
  key objid,
      ref_key,
      
      cast( case when xarchived = 'X'
           then 'F'
           else 'P' end as ace_object_status preserving type ) as objstatus
           
//      cast( case when status = 'A'

//            then 'F'

//            else 'P'

//            end as ace_object_status preserving type ) as objstatus

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