Integrate HTML template as a mail part in XSJS
Hey community, I'm currently having the following issue: An XSJS service I build should create and send a mail which is fortunately possible with the $.net.Mail class. Everything's working fine so...
View ArticleRe: Integrate HTML template as a mail part in XSJS
Hello Christian, at the moment there exists no API which allows you to read an abitrary file directly within XSJS. Of course it would be possible to define outbound connection to the same system to be...
View ArticleDifference between SAP HANA - Business one and SAP HANA - BW/BI
Hello folks, Any one will please explain the difference between SAP HANA - Business One and SAP HANA - BW/BI as Backend ? As a performance wise and developing is this a same or any major difference ?...
View ArticleImplementing POST method in oData service on SAP HANA
Hi All, we have standalone SAP HANA Instance, where I have already implemented a simple service : service { "SIZEGRID"."sizegrid21.data.UI5::HIERARCHY_SELECTION" as "Selections" keys generate...
View ArticleRe: consume variable and input parameter in stored procedure
I think your query is wrong, you can grab the sample query when you run the view , go to raw data, click on show log and check the actual sql. It should be more like... select "PRODUCT_TEMP_NAME",...
View ArticleRe: Input variable/parameter offset
Hi Naresh, Thanks for reply. However I am getting syntax error for "Net_sales" * $$ip_year$$. I don't understand this syntax. This should show Net sales for 2015 but why there is need to multiply Year...
View ArticleRe: Input variable/parameter offset
How do you drive net sales for the year you pass in? That is a business requirement, once you find out the requirement, we can build the calculation for the calculation column. "Net_Sales" *...
View ArticleRe: Input variable/parameter offset
again.. why are you multiplying Net sales with year variable? I am getting syntax error: not a valid expression "Net_Sales" * $$ip_year$$ . Anyone else have idea? Regards, B
View ArticleRe: Input variable/parameter offset
Sorry, that was just an example. You want to know "Net value for year 2015 and year 2014"? how do you calculate the net values? what is the formula to use? you can replace my example with the formula...
View ArticleRe: What is happening when we INSERT data into HANA DB
Hi Lars Could you please explain about the functionality of Delta storage(small columnar store), which stands in front of Main Column Store. I came across many documents, I have seen only Row...
View ArticleRe: What is happening when we INSERT data into HANA DB
I explained that already. It's in the book Actually it's also in the standard SAP HANA documentation (check chapter Managing Tables), so I spare my time and won't re-explain it here. - Lars
View ArticleRe: Could not execute 'grant select on schema to _SYS_REPO with grant option'
Hi, This is because your user ID doesn't have the privilege to execute the procedure "GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT". Please ask an admin for the privilege to execute this, or ask them to...
View ArticleRe: Unable to activate a simple .hdbschema file in XS project
Hi Naresh, Thanks for the reply. New to Native Hana. It would be great if you could help me to get the index server alerts. How do we access them? Kind Regards, Pushpa
View ArticleRe: ODATA Parameter Entity Sets
The key should be the columns you exposed from the model.
View ArticleRe: HANA XS AppServer native development: big step back?
Hi Lars, thanks a lot for your clarification which is very helpful - especially compared to plenty of marketing information about HANA XS app server :-). As you said - Java Script on this app server...
View ArticleRe: Why is multi tenant conversion irrevocable?
The primary difference between a Single container and the Multitenant Database container(MDC) is the SYSTEMDB. During the conversion from Single container to MDC a SYSTEMDB is createdThis SYSTEMDB now...
View ArticleRe: HANA and Cassandra data integration
Hey Jaqcues the link you posted is from an SAP internal WIKI - doesn't really make much sense to put it here in public. Up to now (SPS10) there's no official direct integration between SAP HANA and...
View ArticleRe: Hashing function
Using a search engine would have saved you typing!HASH_SHA256 - SAP HANA SQL and System Views Reference - SAP Library - Lars
View ArticleRe: Are HANA System Replication snapshots stored on Primary node when...
Thank you for your reply. Snapshots that have not been shipped yet will be stored on Primary node until Secondary node is recovered. Disk space that is need to store snapshots will keep increasing. Is...
View ArticleRe: HANA XS AppServer native development: big step back?
In the same sense you could argue Python, as a programming language (some would argue it's not one, but rather a scripting language), is poorer in heuristics than ABAP or Java or C#, and yet it's the...
View Article