C_PubSecPrtcpntAcctAssgmtTP

DDL: C_PUBSECPRTCPNTACCTASSGMTTP Type: view_entity CONSUMPTION

Interest Appt Participating AA

C_PubSecPrtcpntAcctAssgmtTP is a Consumption CDS View that provides data about "Interest Appt Participating AA" in SAP S/4HANA. It reads from 1 data source (R_PubSecPrtcpntAcctAssgmtTP) and exposes 14 fields with key fields InvestmentInterestAccountUUID, InvestmentPoolUUID.

Data Sources (1)

SourceAliasJoin Type
R_PubSecPrtcpntAcctAssgmtTP R_PubSecPrtcpntAcctAssgmtTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Interest Appt Participating AA view
AccessControl.authorizationCheck #CHECK view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Search.searchable true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #NONE view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY InvestmentInterestAccountUUID InvestmentInterestAccountUUID
KEY InvestmentPoolUUID InvestmentPoolUUID
InvestmentPoolID InvestmentPoolID
ParticipantFund ParticipantFund
ParticipantGrant ParticipantGrant
ParticipantProfitCenter ParticipantProfitCenter
ParticipantSegment ParticipantSegment
DestinationFund DestinationFund
DestinationGrant DestinationGrant
DestinationCostCenter DestinationCostCenter Destination Cost Center
WBSElementInternalID WBSElementInternalID WBS Internal ID
WBSElementExternalID WBSElementExternalID Destination WBS Element
FinancialManagementArea FinancialManagementArea FM Area
LocalLastChangeDateTime LocalLastChangeDateTime Time Stamp

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_PubSecPrtcpntAcctAssgmtTP.
-- 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 C_PubSecPrtcpntAcctAssgmtTP AS
SELECT
  InvestmentInterestAccountUUID,
  InvestmentPoolUUID,
  InvestmentPoolID,
  ParticipantFund,
  ParticipantGrant,
  ParticipantProfitCenter,
  ParticipantSegment,
  DestinationFund,
  DestinationGrant,
  DestinationCostCenter,
  WBSElementInternalID,
  WBSElementExternalID,
  FinancialManagementArea,
  LocalLastChangeDateTime
FROM R_PubSecPrtcpntAcctAssgmtTP
;