C_AccrEngineAccrSubobjAssgmtTP

DDL: C_ACCRENGINEACCRSUBOBJASSGMTTP SQL: CACESOASSGMTTP Type: view_entity CONSUMPTION

Accrual Subobject Account Assignment

C_AccrEngineAccrSubobjAssgmtTP is a Consumption CDS View that provides data about "Accrual Subobject Account Assignment" in SAP S/4HANA. It reads from 1 data source (R_AccrEngineAccrSubobjAssgmtTP) and exposes 50 fields with key fields AccrualEngineAccrualObjectType, AccrualObjectLogicalSystem, CompanyCode, AccrualObject, AccrualSubobject.

Data Sources (1)

SourceAliasJoin Type
R_AccrEngineAccrSubobjAssgmtTP R_AccrEngineAccrSubobjAssgmtTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Accrual Subobject Account Assignment view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view

Fields (50)

KeyFieldSource TableSource FieldDescription
KEY AccrualEngineAccrualObjectType AccrualEngineAccrualObjectType Component
KEY AccrualObjectLogicalSystem AccrualObjectLogicalSystem Logical System
KEY CompanyCode CompanyCode Receiver Company Code
KEY AccrualObject AccrualObject External Reference of Accrual Object
KEY AccrualSubobject AccrualSubobject External Reference of Accrual Subobject
KEY AccrAcctAssgmtValdtyEndDte AccrAcctAssgmtValdtyEndDte
AccrAcctAssgmtValdtyStrtDte AccrAcctAssgmtValdtyStrtDte
BusinessArea BusinessArea Business Area
ProfitCenter ProfitCenter Profit Center
Segment Segment Segment number
Fund Fund Sender Fund
FundsCenter FundsCenter Funds Center
CommitmentItemShortID CommitmentItemShortID Commitment Item Short ID
FunctionalArea FunctionalArea Sendr Fctl Area
GrantID GrantID Sender Grant
FundedProgram FundedProgram Funded Program
BudgetPeriod BudgetPeriod Budget Period
CostCenter CostCenter Cost Center
OrderID OrderID Order ID
WBSElementInternalID WBSElementInternalID WBS Internal ID
WBSElementExternalID WBSElementExternalID WBS Element External ID
CostObject CostObject Cost Object
CostCtrActivityType CostCtrActivityType Activity Type
NetworkNumberForAcctAssgmt NetworkNumberForAcctAssgmt Network
ProjectNetworkInternalID ProjectNetworkInternalID Plan No.f.Oper.
BusinessProcess BusinessProcess Business Process
SalesOrder SalesOrder SD Document
SalesOrderItem SalesOrderItem Sales Order Item
ProfitabilitySegment ProfitabilitySegment Profitability Segment
ControllingArea ControllingArea Controlling Area
FinancialManagementArea FinancialManagementArea FM Area
AccrAcctAssgmtLastChgDateTime AccrAcctAssgmtLastChgDateTime
_AccrCompanyCode _AccrCompanyCode
_AccrLogicalSystem _AccrLogicalSystem
_AccrObj _AccrObj
_AccrObjectType _AccrObjectType
_AccrSubobj _AccrSubobj
_ActivityType _ActivityType
_ControllingArea _ControllingArea
_CostCenter _CostCenter
_CostCenterText _CostCenterText
_FunctionalArea _FunctionalArea
_Fund _Fund
_FundsCenter _FundsCenter
_InternalOrder _InternalOrder
_ProfitCenter _ProfitCenter
_ProfitCenterText _ProfitCenterText
_SalesOrder _SalesOrder
_Segment _Segment
_WBSElement _WBSElement

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_AccrEngineAccrSubobjAssgmtTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CACESOASSGMTTP

CREATE VIEW C_AccrEngineAccrSubobjAssgmtTP AS
SELECT
  AccrualEngineAccrualObjectType,
  AccrualObjectLogicalSystem,
  CompanyCode,
  AccrualObject,
  AccrualSubobject,
  AccrAcctAssgmtValdtyEndDte,
  AccrAcctAssgmtValdtyStrtDte,
  BusinessArea,
  ProfitCenter,
  Segment,
  Fund,
  FundsCenter,
  CommitmentItemShortID,
  FunctionalArea,
  GrantID,
  FundedProgram,
  BudgetPeriod,
  CostCenter,
  OrderID,
  WBSElementInternalID,
  WBSElementExternalID,
  CostObject,
  CostCtrActivityType,
  NetworkNumberForAcctAssgmt,
  ProjectNetworkInternalID,
  BusinessProcess,
  SalesOrder,
  SalesOrderItem,
  ProfitabilitySegment,
  ControllingArea,
  FinancialManagementArea,
  AccrAcctAssgmtLastChgDateTime
FROM R_AccrEngineAccrSubobjAssgmtTP
;