Re: Input Parameter that is 'Derived from Procedure' does not return anything
Hello, I'm actually trying the same thing, also without success. Have you had more success since your first post? Kind regards
View ArticleHow to link an app with HANA
Hello everybody, I'm facing an issue as it is the first time I develop something in SAP HANA. For now i've been testing my code with postman in chrome. I only had to connect to the HANA DB with user...
View ArticleRe: External data from webservice in HANA
Hello Jim, one elegant way would be to use SAP HANA Enterprise Information Management including Smart Data Integration. Depending on your web-service technology you can use an existing adapter (or...
View ArticleRe: Add HANA spatial
Hello Jim, what do you understand under the term "standard table". Is it a SAP table or a table of a product for which you are not responsible for, than I would say do not alter it, to avoid any with...
View ArticleRe: Problems with R integration: no for-loops allowed
Hi Daniel, what is the exact error message? Where did you tried to execute the create procedure statement? Do you have a version which you can share? kind regardsSebastian
View ArticleExport HANA DB schema into a single SQL file
Hello gurus, I've been trying to find a way to export a DB schema created on SAP HANA SPS9 into a single SQL script file, but without success. This would help me generate a DB Relationship Diagram in...
View ArticleRe: How to link an app with HANA
I don't quite get what you are trying to do here.Please show the code that should connect to the SAP HANA DB. Is it supposed to use ODATA or should it connect directly to the DB layer, e.g. via ODBC?
View ArticleRe: Hana Smart Data Integration - ECC tables Migration to HANA
Hi Manikanta, You can use the ExcelAdaptater or you can use the AFM Editor. To use the AFM Editor install in HANA Studio Modeling the Flowgraph Modeland create an excel or can file datasource easily...
View ArticleRe: failed to access a XSA app(internal server error)
Hi Dirk, thanks for your reply.in fact, I didn't install Web IDE for HANA so far. I just install the XSA runtime component and want to deploy a simple XSA App to server. but it failed. maybe I think we...
View ArticleRe: Install SAP Web IDE for SAP HANA - SpaceDeveloper
Hi Omer, thank you very much for your help! Now, it works! I can reach the webide. BR,Dirk
View ArticleSAP HANA Error
Hi experts, i have imported a HANA database from a customer to my HANA database in my office. I have tried to activate models but i get errors as shown below. Urgent help on how to solve it will be...
View ArticleRe: Install SAP Web IDE for SAP HANA - SpaceDeveloper
Excellent, can you please share what steps you did so that if someone else encounters this issue they will know what to do? Thanks,Omer.
View ArticleRe: Calling Stored Procedure with Specific Date?
If you don't have the option to add a parameter to the procedure to specify the date, your only option so far is to set the date in the job date table and run the procedure again. But because of course...
View ArticleRe: Install SAP Web IDE for SAP HANA - SpaceDeveloper
You are right, it's not quite clear, what I did. As you said, we had to change the proxy-parameter on OS level. We had to expand the NO_PROXY variable for our host, similar as this screenshot.
View ArticleRe: failed to access a XSA app(internal server error)
FYI, the proposed solution in:Re: Install SAP Web IDE for SAP HANA - SpaceDeveloperMay assist here as well.Regards,Omer.
View ArticleRe: How to define Autoincrement attribute in .hdbtable
Hello Kathiresan, the hdbtable configuration syntax is described here. Regarding your concrete "HOW TO DEFINE markers:an autoincrement cannot be defined in a hdbtable fileBIGINT is valid sql data type...
View ArticleRe: Using multiple entries as Input Parameter in Sql Script
Hello Deric, please can you add some more information to understand your scenario. In the header you mentioned SQLScript. So did you create a scripted calculation view with an input parameter allowing...
View ArticleError while Consuming oData service in SAPUI5
Hi SCN members, I'm Beginner in SAPUI5, trying to build Fiori like app in eclipse(kepler) but while consuming oData from odata.org receiving an error. How to resolve this error index.html...
View ArticleRe: Error while installing SAP HANA studio
Thanks for the response Ivan, copying the install folder to C:\ and executing hdbsetup.exe resolves the issue. The issue is with the installation path, sap does not allow long path for installations.
View ArticleRe: How to get the result of an EXECUTE IMMEDIATE command?
Supriya, I would not recommend embedding SQL in your XSJS file as Florian's example. that is just bad practice. instead you should call a stored procedure from your xsjs file here is an example of...
View Article