A_MnlAccrsAccrSubobjAssgmt

DDL: A_MNLACCRSACCRSUBOBJASSGMT Type: view_entity CONSUMPTION

Accrual Subobject Account Assignment

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

Data Sources (1)

SourceAliasJoin Type
R_MnlAccrsAccrSubobjAssgmtTP R_MnlAccrsAccrSubobjAssgmtTP projection

Annotations (8)

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

Fields (31)

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
CommitmentItemInternalId CommitmentItemInternalId
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
CostObject CostObject Cost Object
CostCtrActivityType CostCtrActivityType Activity Type
ProjectNetworkObject ProjectNetworkObject
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
AccrSubobjLastChangeDateTime AccrSubobjLastChangeDateTime

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 A_MnlAccrsAccrSubobjAssgmt.
-- 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.

CREATE VIEW A_MnlAccrsAccrSubobjAssgmt AS
SELECT
  AccrualEngineAccrualObjectType,
  AccrualObjectLogicalSystem,
  CompanyCode,
  AccrualObject,
  AccrualSubobject,
  AccrAcctAssgmtValdtyEndDte,
  AccrAcctAssgmtValdtyStrtDte,
  BusinessArea,
  ProfitCenter,
  Segment,
  Fund,
  FundsCenter,
  CommitmentItemInternalId,
  FunctionalArea,
  GrantID,
  FundedProgram,
  BudgetPeriod,
  CostCenter,
  OrderID,
  WBSElementInternalID,
  CostObject,
  CostCtrActivityType,
  ProjectNetworkObject,
  ProjectNetworkInternalID,
  BusinessProcess,
  SalesOrder,
  SalesOrderItem,
  ProfitabilitySegment,
  ControllingArea,
  FinancialManagementArea,
  AccrSubobjLastChangeDateTime
FROM R_MnlAccrsAccrSubobjAssgmtTP
;