I_AccrEngineAccrObjectType

DDL: I_ACCRENGINEACCROBJECTTYPE SQL: IACEAOBJTYPE Type: view BASIC Package: ACE_S4_COMMON

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. It is exposed through 3 OData services (UI_ACCRUALS_MANAGE, UI_ACCRUALS_PERDCAMT_MANAGE, UI_PURCHASEORDERACCRS_DISPLAY). Part of development package ACE_S4_COMMON.

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

OData Services (3)

ServiceBindingVersionContractRelease
UI_ACCRUALS_MANAGE UI_ACCRUALS_MANAGE V2 C1 NOT_RELEASED
UI_ACCRUALS_PERDCAMT_MANAGE UI_ACCRS_PERDCAMT_MANAGE V2 C1 NOT_RELEASED
UI_PURCHASEORDERACCRS_DISPLAY UI_PURCHASEORDERACCRS_DSP V2 C1 NOT_RELEASED

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'