I_AccrEngineAccrObjectType

DDL: I_ACCRENGINEACCROBJECTTYPE SQL: IACEAOBJTYPE Type: view BASIC

Accrual Engine Accrual Object Type

I_AccrEngineAccrObjectType is a Basic CDS View that provides data about "Accrual Engine Accrual Object Type" in SAP S/4HANA. It reads from 1 data source (tacecomp) and exposes 4 fields with key field AccrualEngineAccrualObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tacecomp tacecomp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AccrEngineAccrObjectTypeText _Text $projection.AccrualEngineAccrualObjectType = _Text.AccrualEngineAccrualObjectType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IACEAOBJTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Accrual Engine Accrual Object Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey AccrualEngineAccrualObjectType view
VDM.viewType #BASIC view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AccrualEngineAccrualObjectType comp
AccrEngineParamFieldsStructure param_fields
AccrObjTypeIsAvailableInCloud available_in_cloud
_Text _Text
@AbapCatalog.sqlViewName: 'IACEAOBJTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accrual Engine Accrual Object Type'
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
 }
@ObjectModel.representativeKey: 'AccrualEngineAccrualObjectType'
@VDM.viewType: #BASIC
@Search.searchable: true
define view I_AccrEngineAccrObjectType
  as select from tacecomp
  //    left outer join tacecompc on Comp.comp = tacecompc.comp

  association [0..*] to I_AccrEngineAccrObjectTypeText as _Text on $projection.AccrualEngineAccrualObjectType = _Text.AccrualEngineAccrualObjectType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key comp               as AccrualEngineAccrualObjectType,
      param_fields       as AccrEngineParamFieldsStructure,
      available_in_cloud as AccrObjTypeIsAvailableInCloud,

      /* Apply GFN */
      //     manual_change    as ManualChangeIsAllowed,

      //     rvwapprv_enabled as ReviewApproveIsEnabled,


      _Text
}
where
  s4ace_used = 'X'
//  and tacecompc.inactive <> 'X'

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