Accessing tables from different schema in HANA CDS
Hi,I also like to be able to create a CDS view in the repository which fetches data from a (virtual) table in a different schema. I found the code below in the developer guide: view AddressView as...
View ArticleNew Applications with HANA xs - what is the right way
Hello together, we would like to develop a own application modul (only for desktop, not for mobile devices), in which we don’t need any functions from the ERP business logic (with own apps, with own...
View ArticleRe: Function to support Dynamic SQL
Why do you need a SKIP or GOTO function for a procedure? You can have multiple output parameters in a procedure. Cheers,RIch Heilman
View ArticleRe: How to checkout selective objects from a Package.
If you really want to work as you describe, do you know that with SPS 09 you no longer have to use Projects at all. You can edit and create objects in the Repository browser just by selecting a single...
View ArticleAggregate at change in value
I'm trying to find a way to aggregate data only at changes in a specific dimension when joining tables of different granularity in HANA. Let's say I have 1 table that stores corporate card...
View ArticleRe: Material Long Text - via HANA to BO Report
I have created a Generic Extractor using FM & loaded into DSO. After that I have imported DSO into HANA and added into material master view.
View ArticleRe: HANA live - Displaying error while Data Preview
some wrong data loaded into ECC. Calculated colmn formula failed. closing this thread,
View Articleunable to view data in analytic view
Hi Experts, i have created analytic view and activated succesfully,it is generated from bw and i joined analytic view with master data customer after activating the view successfully i could nt find...
View ArticleRe: SAP HANA Performance Tuning
Hi Lars, I am already using prepared statements. I am currently VPNd to the HANA server could it be a network related issue?
View ArticleRe: SAP HANA Performance Tuning
Could be a lot of things. Without measuring all one can do is guessing... Measure where the time is spent.With the network latency you already have an idea to start with.- Lars
View ArticleRe: Default value for Date Field
Triggers - as you already found - CREATE TRIGGER - SAP HANA SQL and System Views Reference - SAP Library Calculated columns (aka generated columns) - CREATE TABLE - SAP HANA SQL and System Views...
View ArticleError while validating or activating Decision table in Hana
Hi All, while validating or activating a decision table i am getting the below error "Repository: Internal error during statement execution, please see the database error traces for additional...
View ArticleRe: Error while validating or activating Decision table in Hana
Hi Vijay, You can have a look at hana Decision Table Error Hope this will help. Best regards,Wenjun
View ArticleNo data in data preview of Analytic view
Hi Experts, Here i am facing issue like no data preview in analytic view,only showing columns and no values(data) ,Please help me to resolve this. In my project version SP7 i created analytic view...
View ArticleRe: Error while validating or activating Decision table in Hana
Hi All, GRANT SELECT, UPDATE ON <SCHEMA> TO _SYS_REPO WITH GRANT OPTION; -- The <SCHEMA> worked for me... this error is due to lack of privilege for the specified schema...as per my...
View ArticleRe: how to do data provisioning in sap hana studio
Hi ok there are lot of documents available on SCN use the search term to start with you could go through this linkSAP SLT (Trigger Based) Replication Made Easy - part 1: Planning, Preparation,...
View ArticleRe: unable to view data in analytic view
Hi ,First check the data & what join that should match both Analytic view & customer master data. Else it will be authorization issue.
View Article