Fins_Trr_Acc_Ass_Obj_prps

DDL: FINS_TRR_ACC_ASS_OBJ_PRPS SQL: TRR_AAO_PR Type: view

Account Assignment Object

Fins_Trr_Acc_Ass_Obj_prps is a CDS View that provides data about "Account Assignment Object" in SAP S/4HANA. It reads from 9 data sources.

Data Sources (9)

SourceAliasJoin Type
I_EntProjectResponsiblePerson _EntProjectResponsiblePerson left_outer
I_EntProjectResponsiblePerson _EntProjectResponsiblePerson left_outer
P_Projwipdetpernr P_Projwipdetpernr left_outer
P_Projwipdetpernr P_Projwipdetpernr left_outer
proj proj inner
proj proj inner
vbak vbak left_outer
vbap vbap left_outer
vbap vbap left_outer

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName TRR_AAO_PR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Account Assignment Object view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view

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 Fins_Trr_Acc_Ass_Obj_prps.
-- 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: TRR_AAO_PR

CREATE VIEW Fins_Trr_Acc_Ass_Obj_prps AS
SELECT *  -- field list not available in parsed metadata
LEFT OUTER JOIN I_EntProjectResponsiblePerson AS _EntProjectResponsiblePerson ON /* join condition not captured in parsed metadata */
INNER JOIN proj ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN P_Projwipdetpernr ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vbap ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vbak ON /* join condition not captured in parsed metadata */
;