P_AssetInvestmentProject

DDL: P_ASSETINVESTMENTPROJECT SQL: P_AAINVMTPROJ Type: view COMPOSITE Package: FINS_FAA_MD_BOPF

Asset Related Investment Project

P_AssetInvestmentProject is a Composite CDS View that provides data about "Asset Related Investment Project" in SAP S/4HANA. Part of development package FINS_FAA_MD_BOPF.

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName P_AAINVMTPROJ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY WBSElementInternalID WBSElementInternalID WBS Internal ID
ProjectUUID ProjectUUID Project UUID
TaskUUID TaskUUID

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 P_AssetInvestmentProject.
-- 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: P_AAINVMTPROJ

CREATE VIEW P_AssetInvestmentProject AS
SELECT
  WBSElementInternalID,
  ProjectUUID,
  TaskUUID
;