R_PubSecPrtcpntAcctsTP

DDL: R_PUBSECPRTCPNTACCTSTP Type: view_entity TRANSACTIONAL

Intrst Apprtmt Participating Accounts

R_PubSecPrtcpntAcctsTP is a Transactional CDS View that provides data about "Intrst Apprtmt Participating Accounts" in SAP S/4HANA. It reads from 1 data source (I_PubSecPrtcpntAccts) and exposes 8 fields with key fields InvmtParticipantAccountUUID, InvestmentPoolUUID.

Data Sources (1)

SourceAliasJoin Type
I_PubSecPrtcpntAccts PrtcpntAccts from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Intrst Apprtmt Participating Accounts view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY InvmtParticipantAccountUUID InvmtParticipantAccountUUID UUID
KEY InvestmentPoolUUID InvestmentPoolUUID UUID
InvestmentPoolID InvestmentPoolID Pool ID
ChartOfAccounts ChartOfAccounts Node Class
InvestmentParticipantAccount InvestmentParticipantAccount G/L Account
GLAccountName GLAccountName Short Text
LocalLastChangeDateTime LocalLastChangeDateTime Time Stamp
_IntrstApprtmt _IntrstApprtmt

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 R_PubSecPrtcpntAcctsTP.
-- 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 R_PubSecPrtcpntAcctsTP AS
SELECT
  InvmtParticipantAccountUUID,
  InvestmentPoolUUID,
  InvestmentPoolID,
  ChartOfAccounts,
  InvestmentParticipantAccount,
  GLAccountName,
  LocalLastChangeDateTime
FROM I_PubSecPrtcpntAccts AS PrtcpntAccts
;