R_FinAPARClearingProposalGrpTP

DDL: R_FINAPARCLEARINGPROPOSALGRPTP Type: view_entity TRANSACTIONAL Package: FIN_APAR_AI_CLEARING_CORE

APAR Clearing Proposal Group - TP

R_FinAPARClearingProposalGrpTP is a Transactional CDS View that provides data about "APAR Clearing Proposal Group - TP" in SAP S/4HANA. It reads from 1 data source (I_FinAPARClearingProposalGrp) and exposes 8 fields with key fields FinAPARClearingProposalSetUUID, FinAPARClearingProposalGrpUUID. It has 1 association to related views. Part of development package FIN_APAR_AI_CLEARING_CORE.

Data Sources (1)

SourceAliasJoin Type
I_FinAPARClearingProposalGrp _proposalGrp from

Associations (1)

CardinalityTargetAliasCondition
[1..*] R_FinAPARClearingProposalItmTP _ProposalItm

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label APAR Clearing Proposal Group - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY FinAPARClearingProposalSetUUID I_FinAPARClearingProposalGrp FinAPARClearingProposalSetUUID
KEY FinAPARClearingProposalGrpUUID I_FinAPARClearingProposalGrp FinAPARClearingProposalGrpUUID
FinAPARClearingProposalID I_FinAPARClearingProposalGrp FinAPARClearingProposalID Proposal ID
FinAPARClrgPrpslReasoningTxt I_FinAPARClearingProposalGrp FinAPARClrgPrpslReasoningTxt
CompanyCode _hasClrdItm CompanyCode Receiver Company Code
FinancialAccountType _ProposalSet FinancialAccountType Fin. Account Type
_ProposalSet _ProposalSet
_ProposalItm _ProposalItm

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_FinAPARClearingProposalGrpTP.
-- 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_FinAPARClearingProposalGrpTP AS
SELECT
  _proposalGrp.FinAPARClearingProposalSetUUID AS FinAPARClearingProposalSetUUID,
  _proposalGrp.FinAPARClearingProposalGrpUUID AS FinAPARClearingProposalGrpUUID,
  _proposalGrp.FinAPARClearingProposalID AS FinAPARClearingProposalID,
  _proposalGrp.FinAPARClrgPrpslReasoningTxt AS FinAPARClrgPrpslReasoningTxt,
  _hasClrdItm.CompanyCode AS CompanyCode,
  _ProposalSet.FinancialAccountType AS FinancialAccountType
FROM I_FinAPARClearingProposalGrp AS _proposalGrp
LEFT OUTER JOIN R_FinAPARClearingProposalItmTP AS _ProposalItm ON /* condition not available in parsed metadata */  -- association [1..*]
;