Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: Syntax error while creating Calculation view script based

$
0
0

Hi Rubane,

 

I don't have EPM installed here but based on this Table User Defined Functions( Table UDF ) in HANA  you are not properly defining the source table.

 

In your case missing 1) schema of EPM, 2) not using double quotes, 3) separation of package and view, 4) missing camel case on purchaseOrderItem:

FROM sap.hana.democontent.epm.data.products AS P , sap.hana.democontent.epm.data.purchaseorderitem AS B

 

On blog:

from "SAP_HANA_EPM_DEMO"."sap.hana.democontent.epm.data::businessPartner" as a

 

SAP_HANA_EPM_DEMO is the schema

sap.hana.democontent.epm.data is the package

businessPartner is the view

 

Start simple... before the seletion try it out on Studio SQL.

 

Regards, Fernando Da Rós


Viewing all articles
Browse latest Browse all 8968

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>